POST
api/v1/get-customer-refund-data
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": "7a9454b0-25b6-4e19-8928-04dc361dac14",
"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":"7a9454b0-25b6-4e19-8928-04dc361dac14","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>7a9454b0-25b6-4e19-8928-04dc361dac14</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": "0480502d-efae-42ff-8f86-696ad1eee7e5",
"OrderNumber": "sample string 3",
"OrderItemId": 4,
"CustomerName": "sample string 5",
"CustomerEmail": "sample string 6",
"CustomerGUID": "8e46ef60-38c3-4f46-bcf1-e5c468a0ffb0",
"SellerName": "sample string 8",
"OrderDate": "2026-03-21T21:20:28.4142836+00:00",
"OrderAmount": 10.0,
"RefundAmount": 11.0,
"OrderStatus": "sample string 12",
"PaymentStatus": "sample string 13",
"RefundedPaymentStatus": "sample string 14",
"OrderRefundDate": "2026-03-21T21:20:28.4142836+00:00",
"ProductName": "sample string 16"
},
{
"ParentId": "sample string 1",
"OrderGUID": "0480502d-efae-42ff-8f86-696ad1eee7e5",
"OrderNumber": "sample string 3",
"OrderItemId": 4,
"CustomerName": "sample string 5",
"CustomerEmail": "sample string 6",
"CustomerGUID": "8e46ef60-38c3-4f46-bcf1-e5c468a0ffb0",
"SellerName": "sample string 8",
"OrderDate": "2026-03-21T21:20:28.4142836+00:00",
"OrderAmount": 10.0,
"RefundAmount": 11.0,
"OrderStatus": "sample string 12",
"PaymentStatus": "sample string 13",
"RefundedPaymentStatus": "sample string 14",
"OrderRefundDate": "2026-03-21T21:20:28.4142836+00:00",
"ProductName": "sample string 16"
}
]
}
text/html
{"Count":1,"CustomerRefundOrders":[{"ParentId":"sample string 1","OrderGUID":"0480502d-efae-42ff-8f86-696ad1eee7e5","OrderNumber":"sample string 3","OrderItemId":4,"CustomerName":"sample string 5","CustomerEmail":"sample string 6","CustomerGUID":"8e46ef60-38c3-4f46-bcf1-e5c468a0ffb0","SellerName":"sample string 8","OrderDate":"2026-03-21T21:20:28.4142836+00:00","OrderAmount":10.0,"RefundAmount":11.0,"OrderStatus":"sample string 12","PaymentStatus":"sample string 13","RefundedPaymentStatus":"sample string 14","OrderRefundDate":"2026-03-21T21:20:28.4142836+00:00","ProductName":"sample string 16"},{"ParentId":"sample string 1","OrderGUID":"0480502d-efae-42ff-8f86-696ad1eee7e5","OrderNumber":"sample string 3","OrderItemId":4,"CustomerName":"sample string 5","CustomerEmail":"sample string 6","CustomerGUID":"8e46ef60-38c3-4f46-bcf1-e5c468a0ffb0","SellerName":"sample string 8","OrderDate":"2026-03-21T21:20:28.4142836+00:00","OrderAmount":10.0,"RefundAmount":11.0,"OrderStatus":"sample string 12","PaymentStatus":"sample string 13","RefundedPaymentStatus":"sample string 14","OrderRefundDate":"2026-03-21T21:20:28.4142836+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>8e46ef60-38c3-4f46-bcf1-e5c468a0ffb0</CustomerGUID>
<CustomerName>sample string 5</CustomerName>
<OrderAmount>10</OrderAmount>
<OrderDate>2026-03-21T21:20:28.4142836+00:00</OrderDate>
<OrderGUID>0480502d-efae-42ff-8f86-696ad1eee7e5</OrderGUID>
<OrderItemId>4</OrderItemId>
<OrderNumber>sample string 3</OrderNumber>
<OrderRefundDate>2026-03-21T21:20:28.4142836+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>8e46ef60-38c3-4f46-bcf1-e5c468a0ffb0</CustomerGUID>
<CustomerName>sample string 5</CustomerName>
<OrderAmount>10</OrderAmount>
<OrderDate>2026-03-21T21:20:28.4142836+00:00</OrderDate>
<OrderGUID>0480502d-efae-42ff-8f86-696ad1eee7e5</OrderGUID>
<OrderItemId>4</OrderItemId>
<OrderNumber>sample string 3</OrderNumber>
<OrderRefundDate>2026-03-21T21:20:28.4142836+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>
