POST techresta/api/update-status
Request Information
URI Parameters
None.
Body Parameters
TechRestaChangeDeliveryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | string |
None. |
|
| ProjectID | integer |
None. |
|
| RestaurantID | integer |
None. |
|
| Status | integer |
None. |
|
| Reason | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderId": "sample string 1",
"ProjectID": 2,
"RestaurantID": 3,
"Status": 4,
"Reason": "sample string 5"
}
application/xml, text/xml
Sample:
<TechResta.TechRestaChangeDeliveryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlpaslanEntegrasyon.Models"> <OrderId>sample string 1</OrderId> <ProjectID>2</ProjectID> <Reason>sample string 5</Reason> <RestaurantID>3</RestaurantID> <Status>4</Status> </TechResta.TechRestaChangeDeliveryModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>