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": "de9a4164-96db-45da-af9f-822f0e8d6d26",
"OrderId": "05cece7f-3756-4c2e-bc3d-07b3ff28e00b",
"Amount": 3.0,
"PaymentType": 0,
"TerminalId": "e8c889c9-0e44-4021-977a-fbea6740f8c1",
"OutletId": "a7b2843e-7d33-4f98-af64-0d5cc04bcde2",
"Synced": true,
"CreatedBy": "sample string 7",
"CreatedOn": "2026-08-06T01:33:07.658689+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.