PUT api/TestOrderStatus/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
testOrderStatusDto | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Id": "5cdd1474-267f-4056-88dd-763ad51cbb87", "Status": 2 }
application/xml, text/xml
Sample:
<TestP21OrderStatusDTO xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>5cdd1474-267f-4056-88dd-763ad51cbb87</Id> <Status>2</Status> </TestP21OrderStatusDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.