POST api/Customer/PostGiftcardTransaction
Request Information
URI Parameters
None.
Body Parameters
GiftcardTransactionName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
GiftCardId | globally unique identifier |
None. |
|
OrderId | globally unique identifier |
None. |
|
TransactionDate | date |
None. |
|
Amount | decimal number |
None. |
|
Synced | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "50a44cfe-8f09-4871-bbb5-d7def68eadca", "GiftCardId": "888a9da9-4ad2-48e7-a5e9-bef6ba57f204", "OrderId": "ef1f8472-19ea-4ab6-bbed-dcd3430fb2a9", "TransactionDate": "2025-07-04T15:16:57.6385358+02:00", "Amount": 5.0, "Synced": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.