PUT api/v2/TestOrderStatus/PutTestOrderStatus/{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": "fd31e812-07c0-48ed-8b4c-71a993b1c9b5", "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>fd31e812-07c0-48ed-8b4c-71a993b1c9b5</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.