POST api/Order/PostTipPayment

Request Information

URI Parameters

None.

Body Parameters

TipPayment
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

OrderId

globally unique identifier

None.

Amount

decimal number

None.

PaymentType

TipPaymenType

None.

TerminalId

globally unique identifier

None.

OutletId

globally unique identifier

None.

Synced

boolean

None.

CreatedBy

string

Max length: 36

CreatedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "8d340772-ae72-4a07-b30a-be953dfc258b",
  "OrderId": "0a284956-d2bb-4d1e-99d1-7d5bb26f7a8d",
  "Amount": 3.0,
  "PaymentType": 0,
  "TerminalId": "d908fbf9-a154-4717-96c9-30a4a7b72410",
  "OutletId": "c2bd419a-b19f-4088-9533-2f0b63c305b6",
  "Synced": true,
  "CreatedBy": "sample string 7",
  "CreatedOn": "2024-05-16T23:18:23.2791796+02:00"
}

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.