POST api/ExchangeReceiveGet
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:
{
"BizOrderId": 1,
"BuyerId": 1,
"BuyerNick": "sample string 1",
"DisputeStatusArray": "sample string 2",
"EndCreatedTime": "2026-04-15T22:35:35.443893+08:00",
"EndGmtModifedTime": "2026-04-15T22:35:35.443893+08:00",
"Fields": "sample string 3",
"LogisticNo": "sample string 4",
"PageNo": 1,
"PageSize": 1,
"RefundIdArray": "sample string 5",
"StartCreatedTime": "2026-04-15T22:35:35.443893+08:00",
"StartGmtModifiedTime": "2026-04-15T22:35:35.443893+08:00"
}
application/xml, text/xml
Sample:
<TmallExchangeReceiveGetRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Top.Api.Request"> <BizOrderId>1</BizOrderId> <BuyerId>1</BuyerId> <BuyerNick>sample string 1</BuyerNick> <DisputeStatusArray>sample string 2</DisputeStatusArray> <EndCreatedTime>2026-04-15T22:35:35.443893+08:00</EndCreatedTime> <EndGmtModifedTime>2026-04-15T22:35:35.443893+08:00</EndGmtModifedTime> <Fields>sample string 3</Fields> <LogisticNo>sample string 4</LogisticNo> <PageNo>1</PageNo> <PageSize>1</PageSize> <RefundIdArray>sample string 5</RefundIdArray> <StartCreatedTime>2026-04-15T22:35:35.443893+08:00</StartCreatedTime> <StartGmtModifiedTime>2026-04-15T22:35:35.443893+08:00</StartGmtModifiedTime> </TmallExchangeReceiveGetRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.