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": "db64f830-010a-4608-b862-8aca15b11d80",
"OrderItemId": 2,
"OrderStatusId": 3,
"IsOrderManagedByParent": true,
"Result": true
}
text/html
{"OrderGuid":"db64f830-010a-4608-b862-8aca15b11d80","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>db64f830-010a-4608-b862-8aca15b11d80</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": "c3d0b74c-993f-47ca-9243-e6f0507a7656",
"OrderItemId": 2,
"OrderStatusId": 3,
"IsOrderManagedByParent": true,
"Result": true
}
text/html
{"OrderGuid":"c3d0b74c-993f-47ca-9243-e6f0507a7656","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>c3d0b74c-993f-47ca-9243-e6f0507a7656</OrderGuid> <OrderItemId>2</OrderItemId> <OrderStatusId>3</OrderStatusId> <Result>true</Result> </CheckSortOrderModel>
