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": "8583c260-f48b-4a40-92fe-57275a5ee396",
"OrderId": "b2a56039-147d-4365-ac4b-de8ad267fac7",
"Amount": 3.0,
"PaymentType": 0,
"TerminalId": "ff51ca20-2cc8-42a2-b6e1-bc493ad7ade7",
"OutletId": "c4428345-702b-4aa3-b5f7-25dd783a98bb",
"Synced": true,
"CreatedBy": "sample string 7",
"CreatedOn": "2026-05-06T16:21:40.1507833+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.