POST
api/v1/getcustomercancelledorders
Request Information
Body Parameters
OrderCompleteRequestModelName | Description | Type | Additional information |
---|---|---|---|
pageNo | integer |
None. |
|
limit | integer |
None. |
|
q | string |
None. |
|
sortField | string |
None. |
|
sortDirection | string |
None. |
|
sortOrder | integer |
None. |
|
adminMemberId | integer |
None. |
|
totalRecordsOut | integer |
None. |
|
sellerId | integer |
None. |
|
isOrderManageByParent | boolean |
None. |
|
ClientId | integer |
None. |
Request Formats
application/json, text/json
{ "pageNo": 1, "limit": 1, "q": "sample string 1", "sortField": "sample string 2", "sortDirection": "sample string 3", "sortOrder": 1, "adminMemberId": 1, "totalRecordsOut": 4, "sellerId": 1, "isOrderManageByParent": true, "ClientId": 6 }
text/html
{"pageNo":1,"limit":1,"q":"sample string 1","sortField":"sample string 2","sortDirection":"sample string 3","sortOrder":1,"adminMemberId":1,"totalRecordsOut":4,"sellerId":1,"isOrderManageByParent":true,"ClientId":6}
application/xml, text/xml
<OrderCompleteRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Order"> <ClientId>6</ClientId> <adminMemberId>1</adminMemberId> <isOrderManageByParent>true</isOrderManageByParent> <limit>1</limit> <pageNo>1</pageNo> <q>sample string 1</q> <sellerId>1</sellerId> <sortDirection>sample string 3</sortDirection> <sortField>sample string 2</sortField> <sortOrder>1</sortOrder> <totalRecordsOut>4</totalRecordsOut> </OrderCompleteRequestModel>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: CustomerCanceledOrdersModel
Response Formats
application/json, text/json
{ "Count": 1, "CustomerCanceledOrders": [ { "ParentId": "sample string 1", "OrderGUID": "f9e91c70-a7ec-4cf7-9e05-7db8758aa5b1", "OrderNumber": "sample string 3", "OrderDate": "2025-06-18T11:36:09.4869602+00:00", "OrderCancelledDate": "2025-06-18T11:36:09.4869602+00:00", "CancelledReason": "sample string 6", "CustomerName": "sample string 7", "SellerName": "sample string 8", "OrderItemId": 9, "ProductName": "sample string 10", "PackSize": "sample string 11", "OrderAmount": 12.0, "RefundedAmount": 13.0, "ActionType": 14, "PaymentStatus": "sample string 15" }, { "ParentId": "sample string 1", "OrderGUID": "f9e91c70-a7ec-4cf7-9e05-7db8758aa5b1", "OrderNumber": "sample string 3", "OrderDate": "2025-06-18T11:36:09.4869602+00:00", "OrderCancelledDate": "2025-06-18T11:36:09.4869602+00:00", "CancelledReason": "sample string 6", "CustomerName": "sample string 7", "SellerName": "sample string 8", "OrderItemId": 9, "ProductName": "sample string 10", "PackSize": "sample string 11", "OrderAmount": 12.0, "RefundedAmount": 13.0, "ActionType": 14, "PaymentStatus": "sample string 15" } ] }
text/html
{"Count":1,"CustomerCanceledOrders":[{"ParentId":"sample string 1","OrderGUID":"f9e91c70-a7ec-4cf7-9e05-7db8758aa5b1","OrderNumber":"sample string 3","OrderDate":"2025-06-18T11:36:09.4869602+00:00","OrderCancelledDate":"2025-06-18T11:36:09.4869602+00:00","CancelledReason":"sample string 6","CustomerName":"sample string 7","SellerName":"sample string 8","OrderItemId":9,"ProductName":"sample string 10","PackSize":"sample string 11","OrderAmount":12.0,"RefundedAmount":13.0,"ActionType":14,"PaymentStatus":"sample string 15"},{"ParentId":"sample string 1","OrderGUID":"f9e91c70-a7ec-4cf7-9e05-7db8758aa5b1","OrderNumber":"sample string 3","OrderDate":"2025-06-18T11:36:09.4869602+00:00","OrderCancelledDate":"2025-06-18T11:36:09.4869602+00:00","CancelledReason":"sample string 6","CustomerName":"sample string 7","SellerName":"sample string 8","OrderItemId":9,"ProductName":"sample string 10","PackSize":"sample string 11","OrderAmount":12.0,"RefundedAmount":13.0,"ActionType":14,"PaymentStatus":"sample string 15"}]}
application/xml, text/xml
<CustomerCanceledOrdersModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Order"> <Count>1</Count> <CustomerCanceledOrders> <CustomerCanceledOrders> <ActionType>14</ActionType> <CancelledReason>sample string 6</CancelledReason> <CustomerName>sample string 7</CustomerName> <OrderAmount>12</OrderAmount> <OrderCancelledDate>2025-06-18T11:36:09.4869602+00:00</OrderCancelledDate> <OrderDate>2025-06-18T11:36:09.4869602+00:00</OrderDate> <OrderGUID>f9e91c70-a7ec-4cf7-9e05-7db8758aa5b1</OrderGUID> <OrderItemId>9</OrderItemId> <OrderNumber>sample string 3</OrderNumber> <PackSize>sample string 11</PackSize> <ParentId>sample string 1</ParentId> <PaymentStatus>sample string 15</PaymentStatus> <ProductName>sample string 10</ProductName> <RefundedAmount>13</RefundedAmount> <SellerName>sample string 8</SellerName> </CustomerCanceledOrders> <CustomerCanceledOrders> <ActionType>14</ActionType> <CancelledReason>sample string 6</CancelledReason> <CustomerName>sample string 7</CustomerName> <OrderAmount>12</OrderAmount> <OrderCancelledDate>2025-06-18T11:36:09.4869602+00:00</OrderCancelledDate> <OrderDate>2025-06-18T11:36:09.4869602+00:00</OrderDate> <OrderGUID>f9e91c70-a7ec-4cf7-9e05-7db8758aa5b1</OrderGUID> <OrderItemId>9</OrderItemId> <OrderNumber>sample string 3</OrderNumber> <PackSize>sample string 11</PackSize> <ParentId>sample string 1</ParentId> <PaymentStatus>sample string 15</PaymentStatus> <ProductName>sample string 10</ProductName> <RefundedAmount>13</RefundedAmount> <SellerName>sample string 8</SellerName> </CustomerCanceledOrders> </CustomerCanceledOrders> </CustomerCanceledOrdersModel>