POST api/Delivery/GetSalesOrder
Documentation for 'GetSalesOrder'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| req | Documentation for 'req'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"SalesOrderNo": "sample string 1",
"Client": "sample string 2",
"Key": "sample string 3"
}
application/xml, text/xml
Sample:
<GetSalesOrderReq xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SalesOrderNo>sample string 1</SalesOrderNo> <Client>sample string 2</Client> <Key>sample string 3</Key> </GetSalesOrderReq>
Response Information
Response body formats
application/json, text/json
Sample:
{
"StoreCode": "sample string 1",
"Name": "sample string 2",
"Mobile": "sample string 3",
"Address": "sample string 4",
"PostalCode": "sample string 5",
"ResponseCode": "sample string 6",
"ResponseMessage": "sample string 7",
"Latitude": "sample string 8",
"Longitude": "sample string 9"
}
application/xml, text/xml
Sample:
<GetSalesOrderResp xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <StoreCode>sample string 1</StoreCode> <Name>sample string 2</Name> <Mobile>sample string 3</Mobile> <Address>sample string 4</Address> <PostalCode>sample string 5</PostalCode> <ResponseCode>sample string 6</ResponseCode> <ResponseMessage>sample string 7</ResponseMessage> <Latitude>sample string 8</Latitude> <Longitude>sample string 9</Longitude> </GetSalesOrderResp>