POST VegaPOS/SetOrderDeliverer
Request Information
URI Parameters
None.
Body Parameters
SetOrderDelivererModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectID | integer |
None. |
|
| OrderID2 | integer |
None. |
|
| CourierID | integer |
None. |
|
| RestaurantID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectID": 1,
"OrderID2": 2,
"CourierID": 3,
"RestaurantID": 4
}
application/xml, text/xml
Sample:
<VegaPosModel.SetOrderDelivererModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlpaslanEntegrasyon.Models"> <CourierID>3</CourierID> <OrderID2>2</OrderID2> <ProjectID>1</ProjectID> <RestaurantID>4</RestaurantID> </VegaPosModel.SetOrderDelivererModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Success": true
}
application/xml, text/xml
Sample:
<VegaPosModel.ApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlpaslanEntegrasyon.Models"> <Message>sample string 1</Message> <Success>true</Success> </VegaPosModel.ApiResponse>