POST
api/v1/get-customer-refund-data
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": "3db18696-8169-4275-8985-36de7b44389f", "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":"3db18696-8169-4275-8985-36de7b44389f","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>3db18696-8169-4275-8985-36de7b44389f</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: CustomerRefundOrdersModel
Response Formats
application/json, text/json
{ "Count": 1, "CustomerRefundOrders": [ { "ParentId": "sample string 1", "OrderGUID": "1f9112f4-46ee-4f43-89bf-1668ab574560", "OrderNumber": "sample string 3", "OrderItemId": 4, "CustomerName": "sample string 5", "CustomerEmail": "sample string 6", "CustomerGUID": "d06592b8-d8d7-4679-bb5b-4af5a51ee65a", "SellerName": "sample string 8", "OrderDate": "2025-06-18T12:08:23.5102095+00:00", "OrderAmount": 10.0, "RefundAmount": 11.0, "OrderStatus": "sample string 12", "PaymentStatus": "sample string 13", "RefundedPaymentStatus": "sample string 14", "OrderRefundDate": "2025-06-18T12:08:23.5102095+00:00", "ProductName": "sample string 16" }, { "ParentId": "sample string 1", "OrderGUID": "1f9112f4-46ee-4f43-89bf-1668ab574560", "OrderNumber": "sample string 3", "OrderItemId": 4, "CustomerName": "sample string 5", "CustomerEmail": "sample string 6", "CustomerGUID": "d06592b8-d8d7-4679-bb5b-4af5a51ee65a", "SellerName": "sample string 8", "OrderDate": "2025-06-18T12:08:23.5102095+00:00", "OrderAmount": 10.0, "RefundAmount": 11.0, "OrderStatus": "sample string 12", "PaymentStatus": "sample string 13", "RefundedPaymentStatus": "sample string 14", "OrderRefundDate": "2025-06-18T12:08:23.5102095+00:00", "ProductName": "sample string 16" } ] }
text/html
{"Count":1,"CustomerRefundOrders":[{"ParentId":"sample string 1","OrderGUID":"1f9112f4-46ee-4f43-89bf-1668ab574560","OrderNumber":"sample string 3","OrderItemId":4,"CustomerName":"sample string 5","CustomerEmail":"sample string 6","CustomerGUID":"d06592b8-d8d7-4679-bb5b-4af5a51ee65a","SellerName":"sample string 8","OrderDate":"2025-06-18T12:08:23.5102095+00:00","OrderAmount":10.0,"RefundAmount":11.0,"OrderStatus":"sample string 12","PaymentStatus":"sample string 13","RefundedPaymentStatus":"sample string 14","OrderRefundDate":"2025-06-18T12:08:23.5102095+00:00","ProductName":"sample string 16"},{"ParentId":"sample string 1","OrderGUID":"1f9112f4-46ee-4f43-89bf-1668ab574560","OrderNumber":"sample string 3","OrderItemId":4,"CustomerName":"sample string 5","CustomerEmail":"sample string 6","CustomerGUID":"d06592b8-d8d7-4679-bb5b-4af5a51ee65a","SellerName":"sample string 8","OrderDate":"2025-06-18T12:08:23.5102095+00:00","OrderAmount":10.0,"RefundAmount":11.0,"OrderStatus":"sample string 12","PaymentStatus":"sample string 13","RefundedPaymentStatus":"sample string 14","OrderRefundDate":"2025-06-18T12:08:23.5102095+00:00","ProductName":"sample string 16"}]}
application/xml, text/xml
<CustomerRefundOrdersModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Order"> <Count>1</Count> <CustomerRefundOrders> <CustomerRefundOrders> <CustomerEmail>sample string 6</CustomerEmail> <CustomerGUID>d06592b8-d8d7-4679-bb5b-4af5a51ee65a</CustomerGUID> <CustomerName>sample string 5</CustomerName> <OrderAmount>10</OrderAmount> <OrderDate>2025-06-18T12:08:23.5102095+00:00</OrderDate> <OrderGUID>1f9112f4-46ee-4f43-89bf-1668ab574560</OrderGUID> <OrderItemId>4</OrderItemId> <OrderNumber>sample string 3</OrderNumber> <OrderRefundDate>2025-06-18T12:08:23.5102095+00:00</OrderRefundDate> <OrderStatus>sample string 12</OrderStatus> <ParentId>sample string 1</ParentId> <PaymentStatus>sample string 13</PaymentStatus> <ProductName>sample string 16</ProductName> <RefundAmount>11</RefundAmount> <RefundedPaymentStatus>sample string 14</RefundedPaymentStatus> <SellerName>sample string 8</SellerName> </CustomerRefundOrders> <CustomerRefundOrders> <CustomerEmail>sample string 6</CustomerEmail> <CustomerGUID>d06592b8-d8d7-4679-bb5b-4af5a51ee65a</CustomerGUID> <CustomerName>sample string 5</CustomerName> <OrderAmount>10</OrderAmount> <OrderDate>2025-06-18T12:08:23.5102095+00:00</OrderDate> <OrderGUID>1f9112f4-46ee-4f43-89bf-1668ab574560</OrderGUID> <OrderItemId>4</OrderItemId> <OrderNumber>sample string 3</OrderNumber> <OrderRefundDate>2025-06-18T12:08:23.5102095+00:00</OrderRefundDate> <OrderStatus>sample string 12</OrderStatus> <ParentId>sample string 1</ParentId> <PaymentStatus>sample string 13</PaymentStatus> <ProductName>sample string 16</ProductName> <RefundAmount>11</RefundAmount> <RefundedPaymentStatus>sample string 14</RefundedPaymentStatus> <SellerName>sample string 8</SellerName> </CustomerRefundOrders> </CustomerRefundOrders> </CustomerRefundOrdersModel>