POST
api/v1/get-customer-exchanged-orders
Request Information
Body Parameters
OrderRequestModelName | 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": "b02de135-dfdb-411b-9b5c-7b291b9e585f", "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":"b02de135-dfdb-411b-9b5c-7b291b9e585f","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>b02de135-dfdb-411b-9b5c-7b291b9e585f</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": "2025-06-18T11:48:19.7362599+00:00", "PaymentStatus": "sample string 6", "ProductName": "sample string 7", "ProductPrice": 8.0, "ExchangedOn": "2025-06-18T11:48:19.7362599+00:00", "ExchangedProductName": "sample string 10", "ExchangedProductAmount": 11.0, "ExchangeReason": "sample string 12", "ExchangedPaymentStatus": "sample string 13", "DeliveryDate": "2025-06-18T11:48:19.7362599+00:00", "OrderItemId": 15, "Packsize": "sample string 16", "OrderPlacedFrom": "sample string 17", "OrderGUID": "b33e1327-690f-42c6-b10d-76a5d8e7c4ef" }, { "ParentId": "sample string 1", "OrderNumber": "sample string 2", "CustomerName": "sample string 3", "SellerName": "sample string 4", "PlacedOn": "2025-06-18T11:48:19.7362599+00:00", "PaymentStatus": "sample string 6", "ProductName": "sample string 7", "ProductPrice": 8.0, "ExchangedOn": "2025-06-18T11:48:19.7362599+00:00", "ExchangedProductName": "sample string 10", "ExchangedProductAmount": 11.0, "ExchangeReason": "sample string 12", "ExchangedPaymentStatus": "sample string 13", "DeliveryDate": "2025-06-18T11:48:19.7362599+00:00", "OrderItemId": 15, "Packsize": "sample string 16", "OrderPlacedFrom": "sample string 17", "OrderGUID": "b33e1327-690f-42c6-b10d-76a5d8e7c4ef" } ] }
text/html
{"Count":1,"CustomerExchangedOrders":[{"ParentId":"sample string 1","OrderNumber":"sample string 2","CustomerName":"sample string 3","SellerName":"sample string 4","PlacedOn":"2025-06-18T11:48:19.7362599+00:00","PaymentStatus":"sample string 6","ProductName":"sample string 7","ProductPrice":8.0,"ExchangedOn":"2025-06-18T11:48:19.7362599+00:00","ExchangedProductName":"sample string 10","ExchangedProductAmount":11.0,"ExchangeReason":"sample string 12","ExchangedPaymentStatus":"sample string 13","DeliveryDate":"2025-06-18T11:48:19.7362599+00:00","OrderItemId":15,"Packsize":"sample string 16","OrderPlacedFrom":"sample string 17","OrderGUID":"b33e1327-690f-42c6-b10d-76a5d8e7c4ef"},{"ParentId":"sample string 1","OrderNumber":"sample string 2","CustomerName":"sample string 3","SellerName":"sample string 4","PlacedOn":"2025-06-18T11:48:19.7362599+00:00","PaymentStatus":"sample string 6","ProductName":"sample string 7","ProductPrice":8.0,"ExchangedOn":"2025-06-18T11:48:19.7362599+00:00","ExchangedProductName":"sample string 10","ExchangedProductAmount":11.0,"ExchangeReason":"sample string 12","ExchangedPaymentStatus":"sample string 13","DeliveryDate":"2025-06-18T11:48:19.7362599+00:00","OrderItemId":15,"Packsize":"sample string 16","OrderPlacedFrom":"sample string 17","OrderGUID":"b33e1327-690f-42c6-b10d-76a5d8e7c4ef"}]}
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>2025-06-18T11:48:19.7362599+00:00</DeliveryDate> <ExchangeReason>sample string 12</ExchangeReason> <ExchangedOn>2025-06-18T11:48:19.7362599+00:00</ExchangedOn> <ExchangedPaymentStatus>sample string 13</ExchangedPaymentStatus> <ExchangedProductAmount>11</ExchangedProductAmount> <ExchangedProductName>sample string 10</ExchangedProductName> <OrderGUID>b33e1327-690f-42c6-b10d-76a5d8e7c4ef</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>2025-06-18T11:48:19.7362599+00:00</PlacedOn> <ProductName>sample string 7</ProductName> <ProductPrice>8</ProductPrice> <SellerName>sample string 4</SellerName> </CustomerExchangedOrders> <CustomerExchangedOrders> <CustomerName>sample string 3</CustomerName> <DeliveryDate>2025-06-18T11:48:19.7362599+00:00</DeliveryDate> <ExchangeReason>sample string 12</ExchangeReason> <ExchangedOn>2025-06-18T11:48:19.7362599+00:00</ExchangedOn> <ExchangedPaymentStatus>sample string 13</ExchangedPaymentStatus> <ExchangedProductAmount>11</ExchangedProductAmount> <ExchangedProductName>sample string 10</ExchangedProductName> <OrderGUID>b33e1327-690f-42c6-b10d-76a5d8e7c4ef</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>2025-06-18T11:48:19.7362599+00:00</PlacedOn> <ProductName>sample string 7</ProductName> <ProductPrice>8</ProductPrice> <SellerName>sample string 4</SellerName> </CustomerExchangedOrders> </CustomerExchangedOrders> </CustomerExchangedOrdersModel>