POST api/Customer/PostGiftcardTransaction

Request Information

URI Parameters

None.

Body Parameters

GiftcardTransaction
NameDescriptionTypeAdditional 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": "00548380-b627-42cd-8887-7c15bf627f7e",
  "GiftCardId": "1d5ef873-4a4b-473a-958f-297d283fbcdc",
  "OrderId": "ed6310f7-f9a1-47d5-acd7-ff6b8809a597",
  "TransactionDate": "2024-05-16T11:15:54.2458707+02:00",
  "Amount": 5.0,
  "Synced": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.