POST SimpraPOS/ChangeDeliveryStatus

Request Information

URI Parameters

None.

Body Parameters

ChangeDeliveryModel
NameDescriptionTypeAdditional information
OrderID

string

None.

DeliveryStatus

integer

None.

ProjectID

integer

None.

RestaurantID

integer

None.

Amount

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderID": "sample string 1",
  "DeliveryStatus": 2,
  "ProjectID": 3,
  "RestaurantID": 4,
  "Amount": 5.0
}

application/xml, text/xml

Sample:
<SimpraPosModel.ChangeDeliveryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlpaslanEntegrasyon.Models">
  <Amount>5</Amount>
  <DeliveryStatus>2</DeliveryStatus>
  <OrderID>sample string 1</OrderID>
  <ProjectID>3</ProjectID>
  <RestaurantID>4</RestaurantID>
</SimpraPosModel.ChangeDeliveryModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response 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>