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": "ef5d25e5-9bd7-4fa3-b6de-c24083a6fe24",
"OrderId": "4898de73-5776-495f-8670-8a9365dc9805",
"Amount": 3.0,
"PaymentType": 0,
"TerminalId": "2458a269-725c-447d-ae02-861d69ac8928",
"OutletId": "c77a4a04-a9c0-4087-ad1f-6f6fbab0d5d8",
"Synced": true,
"CreatedBy": "sample string 7",
"CreatedOn": "2026-09-20T13:20:26.5460198+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.