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": "091af583-b5f2-45af-a267-7e7b133f0936",
"GiftCardId": "f7e5a7b7-b584-4e8d-83f3-564f61e6a6f9",
"OrderId": "2e1b243d-bca9-4f4b-a2b5-ee96b1a138cc",
"TransactionDate": "2026-06-21T22:52:01.3959544+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.