POST api/FenxiaoRefundQuery
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| req | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"EndDate": "2026-04-15T22:35:42.1071072+08:00",
"PageNo": 1,
"PageSize": 1,
"QuerySellerRefund": true,
"StartDate": "2026-04-15T22:35:42.1071072+08:00"
}
application/xml, text/xml
Sample:
<FenxiaoRefundQueryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Top.Api.Request"> <EndDate>2026-04-15T22:35:42.1071072+08:00</EndDate> <PageNo>1</PageNo> <PageSize>1</PageSize> <QuerySellerRefund>true</QuerySellerRefund> <StartDate>2026-04-15T22:35:42.1071072+08:00</StartDate> </FenxiaoRefundQueryRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.