POST api/Order/PostTipPayment
Request Information
URI Parameters
None.
Body Parameters
TipPayment| Name | Description | Type | Additional 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": "ac1bf8b8-a8df-495b-a694-c9eed3b77a64",
"OrderId": "365bf30f-dcde-4525-81af-117ef2c90d9d",
"Amount": 3.0,
"PaymentType": 0,
"TerminalId": "ec9aaf95-75cb-4b6d-af86-63992631904d",
"OutletId": "05d65009-41c5-4825-bec8-2c30f4a5756b",
"Synced": true,
"CreatedBy": "sample string 7",
"CreatedOn": "2026-02-04T04:12:10.2168471+01:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.