POST Adisyo/SetOrderDelivered
Request Information
URI Parameters
None.
Body Parameters
AdisyoDeliverRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectID | integer |
None. |
|
| RestaurantID | integer |
None. |
|
| OrderId | integer |
None. |
|
| PaymentType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectID": 1,
"RestaurantID": 2,
"OrderId": 3,
"PaymentType": 4
}
application/xml, text/xml
Sample:
<Adisyo.AdisyoDeliverRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlpaslanEntegrasyon.Models"> <OrderId>3</OrderId> <PaymentType>4</PaymentType> <ProjectID>1</ProjectID> <RestaurantID>2</RestaurantID> </Adisyo.AdisyoDeliverRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AdisyoGeneralResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<Adisyo.AdisyoGeneralResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlpaslanEntegrasyon.Models"> <Message>sample string 2</Message> <Status>1</Status> </Adisyo.AdisyoGeneralResponse>