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": "ee77ff32-ac72-4dcd-9b39-40be66bccb4a",
"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":"ee77ff32-ac72-4dcd-9b39-40be66bccb4a","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>ee77ff32-ac72-4dcd-9b39-40be66bccb4a</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": "a5cd0280-7f6d-45c2-a192-b0fd2a69a18b",
"OrderNumber": "sample string 3",
"OrderItemId": 4,
"CustomerName": "sample string 5",
"CustomerEmail": "sample string 6",
"CustomerGUID": "18021d24-0bf1-454d-b12a-dc33c89c9dbe",
"SellerName": "sample string 8",
"OrderDate": "2026-02-04T11:30:11.2255545+00:00",
"OrderAmount": 10.0,
"RefundAmount": 11.0,
"OrderStatus": "sample string 12",
"PaymentStatus": "sample string 13",
"RefundedPaymentStatus": "sample string 14",
"OrderRefundDate": "2026-02-04T11:30:11.2255545+00:00",
"ProductName": "sample string 16"
},
{
"ParentId": "sample string 1",
"OrderGUID": "a5cd0280-7f6d-45c2-a192-b0fd2a69a18b",
"OrderNumber": "sample string 3",
"OrderItemId": 4,
"CustomerName": "sample string 5",
"CustomerEmail": "sample string 6",
"CustomerGUID": "18021d24-0bf1-454d-b12a-dc33c89c9dbe",
"SellerName": "sample string 8",
"OrderDate": "2026-02-04T11:30:11.2255545+00:00",
"OrderAmount": 10.0,
"RefundAmount": 11.0,
"OrderStatus": "sample string 12",
"PaymentStatus": "sample string 13",
"RefundedPaymentStatus": "sample string 14",
"OrderRefundDate": "2026-02-04T11:30:11.2255545+00:00",
"ProductName": "sample string 16"
}
]
}
text/html
{"Count":1,"CustomerRefundOrders":[{"ParentId":"sample string 1","OrderGUID":"a5cd0280-7f6d-45c2-a192-b0fd2a69a18b","OrderNumber":"sample string 3","OrderItemId":4,"CustomerName":"sample string 5","CustomerEmail":"sample string 6","CustomerGUID":"18021d24-0bf1-454d-b12a-dc33c89c9dbe","SellerName":"sample string 8","OrderDate":"2026-02-04T11:30:11.2255545+00:00","OrderAmount":10.0,"RefundAmount":11.0,"OrderStatus":"sample string 12","PaymentStatus":"sample string 13","RefundedPaymentStatus":"sample string 14","OrderRefundDate":"2026-02-04T11:30:11.2255545+00:00","ProductName":"sample string 16"},{"ParentId":"sample string 1","OrderGUID":"a5cd0280-7f6d-45c2-a192-b0fd2a69a18b","OrderNumber":"sample string 3","OrderItemId":4,"CustomerName":"sample string 5","CustomerEmail":"sample string 6","CustomerGUID":"18021d24-0bf1-454d-b12a-dc33c89c9dbe","SellerName":"sample string 8","OrderDate":"2026-02-04T11:30:11.2255545+00:00","OrderAmount":10.0,"RefundAmount":11.0,"OrderStatus":"sample string 12","PaymentStatus":"sample string 13","RefundedPaymentStatus":"sample string 14","OrderRefundDate":"2026-02-04T11:30:11.2255545+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>18021d24-0bf1-454d-b12a-dc33c89c9dbe</CustomerGUID>
<CustomerName>sample string 5</CustomerName>
<OrderAmount>10</OrderAmount>
<OrderDate>2026-02-04T11:30:11.2255545+00:00</OrderDate>
<OrderGUID>a5cd0280-7f6d-45c2-a192-b0fd2a69a18b</OrderGUID>
<OrderItemId>4</OrderItemId>
<OrderNumber>sample string 3</OrderNumber>
<OrderRefundDate>2026-02-04T11:30:11.2255545+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>18021d24-0bf1-454d-b12a-dc33c89c9dbe</CustomerGUID>
<CustomerName>sample string 5</CustomerName>
<OrderAmount>10</OrderAmount>
<OrderDate>2026-02-04T11:30:11.2255545+00:00</OrderDate>
<OrderGUID>a5cd0280-7f6d-45c2-a192-b0fd2a69a18b</OrderGUID>
<OrderItemId>4</OrderItemId>
<OrderNumber>sample string 3</OrderNumber>
<OrderRefundDate>2026-02-04T11:30:11.2255545+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>
