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. |
|
| PaymentTypeName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "5df60361-0258-4ef6-a940-39cb33143129",
"OrderId": "0853baf8-86d7-42c4-a7bd-12946ae53e60",
"Amount": 3.0,
"PaymentType": 0,
"TerminalId": "944f059a-5dac-4858-a994-3ec0a00af613",
"OutletId": "4d8b0a10-0a5b-44fb-8eb9-3ca9f861fa04",
"Synced": true,
"CreatedBy": "sample string 7",
"CreatedOn": "2026-06-21T22:52:31.5196124+02:00",
"PaymentTypeName": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.