POST api/SalesOrder/ComplaintOrder
Documentation for 'ComplaintOrder'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| SalesOrderID | Documentation for 'SalesOrderID'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ID": "3ef36fd7-50ce-4127-8799-b6f48d8caef3"
}
application/xml, text/xml
Sample:
<SalesOrderID xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ID>3ef36fd7-50ce-4127-8799-b6f48d8caef3</ID> </SalesOrderID>