POST api/RefundsReceiveGet
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:
{
"BuyerNick": "sample string 1",
"EndModified": "2026-04-15T22:35:32.0016402+08:00",
"Fields": "sample string 2",
"PageNo": 1,
"PageSize": 1,
"StartModified": "2026-04-15T22:35:32.0016402+08:00",
"Status": "sample string 3",
"Type": "sample string 4",
"UseHasNext": true
}
application/xml, text/xml
Sample:
<RefundsReceiveGetRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Top.Api.Request"> <BuyerNick>sample string 1</BuyerNick> <EndModified>2026-04-15T22:35:32.0016402+08:00</EndModified> <Fields>sample string 2</Fields> <PageNo>1</PageNo> <PageSize>1</PageSize> <StartModified>2026-04-15T22:35:32.0016402+08:00</StartModified> <Status>sample string 3</Status> <Type>sample string 4</Type> <UseHasNext>true</UseHasNext> </RefundsReceiveGetRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.