POST
api/v1/CheckItemSortOrder
Request Information
Body Parameters
CheckSortOrderModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderGuid | globally unique identifier |
None. |
|
| OrderItemId | integer |
None. |
|
| OrderStatusId | integer |
None. |
|
| IsOrderManagedByParent | boolean |
None. |
|
| Result | boolean |
None. |
Request Formats
application/json, text/json
{
"OrderGuid": "a2a19836-16f9-46d3-ba1f-61665383db06",
"OrderItemId": 2,
"OrderStatusId": 3,
"IsOrderManagedByParent": true,
"Result": true
}
text/html
{"OrderGuid":"a2a19836-16f9-46d3-ba1f-61665383db06","OrderItemId":2,"OrderStatusId":3,"IsOrderManagedByParent":true,"Result":true}
application/xml, text/xml
<CheckSortOrderModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Order"> <IsOrderManagedByParent>true</IsOrderManagedByParent> <OrderGuid>a2a19836-16f9-46d3-ba1f-61665383db06</OrderGuid> <OrderItemId>2</OrderItemId> <OrderStatusId>3</OrderStatusId> <Result>true</Result> </CheckSortOrderModel>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: CheckSortOrderModel
Response Formats
application/json, text/json
{
"OrderGuid": "b76aacc8-416f-4f50-9726-8156483ac991",
"OrderItemId": 2,
"OrderStatusId": 3,
"IsOrderManagedByParent": true,
"Result": true
}
text/html
{"OrderGuid":"b76aacc8-416f-4f50-9726-8156483ac991","OrderItemId":2,"OrderStatusId":3,"IsOrderManagedByParent":true,"Result":true}
application/xml, text/xml
<CheckSortOrderModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Order"> <IsOrderManagedByParent>true</IsOrderManagedByParent> <OrderGuid>b76aacc8-416f-4f50-9726-8156483ac991</OrderGuid> <OrderItemId>2</OrderItemId> <OrderStatusId>3</OrderStatusId> <Result>true</Result> </CheckSortOrderModel>
