POST
api/v1/get-customer-exchanged-orders
Request Information
Body Parameters
OrderRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderGuid | globally unique identifier |
None. |
|
| 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
{
"OrderGuid": "795b95db-a0c3-43fa-8666-4dcd4e401c05",
"pageNo": 1,
"limit": 1,
"q": "sample string 2",
"sortField": "sample string 3",
"sortDirection": "sample string 4",
"sortOrder": 1,
"adminMemberId": 1,
"totalRecordsOut": 5,
"sellerId": 1,
"isOrderManageByParent": true,
"ClientId": 7
}
text/html
{"OrderGuid":"795b95db-a0c3-43fa-8666-4dcd4e401c05","pageNo":1,"limit":1,"q":"sample string 2","sortField":"sample string 3","sortDirection":"sample string 4","sortOrder":1,"adminMemberId":1,"totalRecordsOut":5,"sellerId":1,"isOrderManageByParent":true,"ClientId":7}
application/xml, text/xml
<OrderRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Order"> <ClientId>7</ClientId> <OrderGuid>795b95db-a0c3-43fa-8666-4dcd4e401c05</OrderGuid> <adminMemberId>1</adminMemberId> <isOrderManageByParent>true</isOrderManageByParent> <limit>1</limit> <pageNo>1</pageNo> <q>sample string 2</q> <sellerId>1</sellerId> <sortDirection>sample string 4</sortDirection> <sortField>sample string 3</sortField> <sortOrder>1</sortOrder> <totalRecordsOut>5</totalRecordsOut> </OrderRequestModel>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: CustomerExchangedOrdersModel
Response Formats
application/json, text/json
{
"Count": 1,
"CustomerExchangedOrders": [
{
"ParentId": "sample string 1",
"OrderNumber": "sample string 2",
"CustomerName": "sample string 3",
"SellerName": "sample string 4",
"PlacedOn": "2026-02-04T11:30:10.0358551+00:00",
"PaymentStatus": "sample string 6",
"ProductName": "sample string 7",
"ProductPrice": 8.0,
"ExchangedOn": "2026-02-04T11:30:10.0358551+00:00",
"ExchangedProductName": "sample string 10",
"ExchangedProductAmount": 11.0,
"ExchangeReason": "sample string 12",
"ExchangedPaymentStatus": "sample string 13",
"DeliveryDate": "2026-02-04T11:30:10.0358551+00:00",
"OrderItemId": 15,
"Packsize": "sample string 16",
"OrderPlacedFrom": "sample string 17",
"OrderGUID": "482be010-bd83-4452-b943-618a8b144b4e"
},
{
"ParentId": "sample string 1",
"OrderNumber": "sample string 2",
"CustomerName": "sample string 3",
"SellerName": "sample string 4",
"PlacedOn": "2026-02-04T11:30:10.0358551+00:00",
"PaymentStatus": "sample string 6",
"ProductName": "sample string 7",
"ProductPrice": 8.0,
"ExchangedOn": "2026-02-04T11:30:10.0358551+00:00",
"ExchangedProductName": "sample string 10",
"ExchangedProductAmount": 11.0,
"ExchangeReason": "sample string 12",
"ExchangedPaymentStatus": "sample string 13",
"DeliveryDate": "2026-02-04T11:30:10.0358551+00:00",
"OrderItemId": 15,
"Packsize": "sample string 16",
"OrderPlacedFrom": "sample string 17",
"OrderGUID": "482be010-bd83-4452-b943-618a8b144b4e"
}
]
}
text/html
{"Count":1,"CustomerExchangedOrders":[{"ParentId":"sample string 1","OrderNumber":"sample string 2","CustomerName":"sample string 3","SellerName":"sample string 4","PlacedOn":"2026-02-04T11:30:10.0358551+00:00","PaymentStatus":"sample string 6","ProductName":"sample string 7","ProductPrice":8.0,"ExchangedOn":"2026-02-04T11:30:10.0358551+00:00","ExchangedProductName":"sample string 10","ExchangedProductAmount":11.0,"ExchangeReason":"sample string 12","ExchangedPaymentStatus":"sample string 13","DeliveryDate":"2026-02-04T11:30:10.0358551+00:00","OrderItemId":15,"Packsize":"sample string 16","OrderPlacedFrom":"sample string 17","OrderGUID":"482be010-bd83-4452-b943-618a8b144b4e"},{"ParentId":"sample string 1","OrderNumber":"sample string 2","CustomerName":"sample string 3","SellerName":"sample string 4","PlacedOn":"2026-02-04T11:30:10.0358551+00:00","PaymentStatus":"sample string 6","ProductName":"sample string 7","ProductPrice":8.0,"ExchangedOn":"2026-02-04T11:30:10.0358551+00:00","ExchangedProductName":"sample string 10","ExchangedProductAmount":11.0,"ExchangeReason":"sample string 12","ExchangedPaymentStatus":"sample string 13","DeliveryDate":"2026-02-04T11:30:10.0358551+00:00","OrderItemId":15,"Packsize":"sample string 16","OrderPlacedFrom":"sample string 17","OrderGUID":"482be010-bd83-4452-b943-618a8b144b4e"}]}
application/xml, text/xml
<CustomerExchangedOrdersModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Order">
<Count>1</Count>
<CustomerExchangedOrders>
<CustomerExchangedOrders>
<CustomerName>sample string 3</CustomerName>
<DeliveryDate>2026-02-04T11:30:10.0358551+00:00</DeliveryDate>
<ExchangeReason>sample string 12</ExchangeReason>
<ExchangedOn>2026-02-04T11:30:10.0358551+00:00</ExchangedOn>
<ExchangedPaymentStatus>sample string 13</ExchangedPaymentStatus>
<ExchangedProductAmount>11</ExchangedProductAmount>
<ExchangedProductName>sample string 10</ExchangedProductName>
<OrderGUID>482be010-bd83-4452-b943-618a8b144b4e</OrderGUID>
<OrderItemId>15</OrderItemId>
<OrderNumber>sample string 2</OrderNumber>
<OrderPlacedFrom>sample string 17</OrderPlacedFrom>
<Packsize>sample string 16</Packsize>
<ParentId>sample string 1</ParentId>
<PaymentStatus>sample string 6</PaymentStatus>
<PlacedOn>2026-02-04T11:30:10.0358551+00:00</PlacedOn>
<ProductName>sample string 7</ProductName>
<ProductPrice>8</ProductPrice>
<SellerName>sample string 4</SellerName>
</CustomerExchangedOrders>
<CustomerExchangedOrders>
<CustomerName>sample string 3</CustomerName>
<DeliveryDate>2026-02-04T11:30:10.0358551+00:00</DeliveryDate>
<ExchangeReason>sample string 12</ExchangeReason>
<ExchangedOn>2026-02-04T11:30:10.0358551+00:00</ExchangedOn>
<ExchangedPaymentStatus>sample string 13</ExchangedPaymentStatus>
<ExchangedProductAmount>11</ExchangedProductAmount>
<ExchangedProductName>sample string 10</ExchangedProductName>
<OrderGUID>482be010-bd83-4452-b943-618a8b144b4e</OrderGUID>
<OrderItemId>15</OrderItemId>
<OrderNumber>sample string 2</OrderNumber>
<OrderPlacedFrom>sample string 17</OrderPlacedFrom>
<Packsize>sample string 16</Packsize>
<ParentId>sample string 1</ParentId>
<PaymentStatus>sample string 6</PaymentStatus>
<PlacedOn>2026-02-04T11:30:10.0358551+00:00</PlacedOn>
<ProductName>sample string 7</ProductName>
<ProductPrice>8</ProductPrice>
<SellerName>sample string 4</SellerName>
</CustomerExchangedOrders>
</CustomerExchangedOrders>
</CustomerExchangedOrdersModel>
