POST
api/v1/CheckItemSortOrder
Request Information
Body Parameters
CheckSortOrderModelName | 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": "50d95cd8-40cb-4d56-8f4f-b12c9515c5f3", "OrderItemId": 2, "OrderStatusId": 3, "IsOrderManagedByParent": true, "Result": true }
text/html
{"OrderGuid":"50d95cd8-40cb-4d56-8f4f-b12c9515c5f3","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>50d95cd8-40cb-4d56-8f4f-b12c9515c5f3</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": "84f31641-163f-4bd7-8529-f159cd5242f9", "OrderItemId": 2, "OrderStatusId": 3, "IsOrderManagedByParent": true, "Result": true }
text/html
{"OrderGuid":"84f31641-163f-4bd7-8529-f159cd5242f9","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>84f31641-163f-4bd7-8529-f159cd5242f9</OrderGuid> <OrderItemId>2</OrderItemId> <OrderStatusId>3</OrderStatusId> <Result>true</Result> </CheckSortOrderModel>