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": "1e35b236-ae0d-40a2-920f-e5307aae4df5",
"GiftCardId": "c34262a1-13d1-471a-9df2-5d70ccc2efe6",
"OrderId": "82c7b991-0a39-4b77-9229-39ea565b995f",
"TransactionDate": "2026-09-20T13:20:22.2271577+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.