POST api/Customer/PostGiftcardTransaction
Request Information
URI Parameters
None.
Body Parameters
GiftcardTransactionName | 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": "3d8fccc8-7428-4f5c-865c-73c8b732749e", "GiftCardId": "c8fe9b51-f7e0-4236-ae03-d2a049760aed", "OrderId": "0d705ba0-f403-4fc0-9b68-443ba39230e0", "TransactionDate": "2025-04-04T05:31:11.0222244+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.