POST api/Order/PostTipPayment
Request Information
URI Parameters
None.
Body Parameters
TipPaymentName | 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": "760b2ec9-3833-49ef-920e-44495be4e8a2", "OrderId": "58bf05f9-1c74-4f98-a3bf-836207e11d35", "Amount": 3.0, "PaymentType": 0, "TerminalId": "a9c419b5-1472-4aa7-910b-c0bd203e33bf", "OutletId": "2a13b73a-89a5-4944-820d-a8ee21a4da3c", "Synced": true, "CreatedBy": "sample string 7", "CreatedOn": "2025-04-04T05:17:47.6207308+02: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.