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": "9bcb15b0-320a-4b39-b90c-d098455834ca",
"GiftCardId": "6e0bc53b-7da2-43ca-8359-8f2b1c992051",
"OrderId": "3e740a50-0863-4463-b696-0b8180d95f99",
"TransactionDate": "2026-08-06T01:32:41.8999561+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.