POST api/Values/OrderStatus
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Order_Number | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"orderNum": "sample string 1"
}
text/javascript
Sample:
{"orderNum":"sample string 1"}
application/xml, text/xml
Sample:
<OrderNumber xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication4.Models"> <OrderNum>sample string 1</OrderNum> </OrderNumber>
application/x-www-form-urlencoded
Sample:
Sample not available.