POST api/Customer/PostGiftcardTransaction
Request Information
URI Parameters
None.
Body Parameters
GiftcardTransaction| Name | 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": "c5aa48fa-f01e-44d8-a2ec-5f0882e7b3f1",
"GiftCardId": "8723ef18-b092-4061-9e09-1b81949cc687",
"OrderId": "3a3147a4-3703-427d-9efd-fd05a3265c27",
"TransactionDate": "2026-05-06T16:21:16.4757877+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.