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": "c6181533-ffdf-49b8-9958-ecb3911b764f",
"GiftCardId": "d38417b0-afab-4181-bb0d-aa267bcd0f18",
"OrderId": "0c94a652-7b75-4126-96b9-ee474903c0d0",
"TransactionDate": "2026-03-21T23:51:11.7498456+01: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.