POST api/LogisticsOrdersGet

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
req
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "BuyerNick": "sample string 1",
  "EndCreated": "2026-04-15T22:35:48.7672058+08:00",
  "Fields": "sample string 2",
  "FreightPayer": "sample string 3",
  "PageNo": 1,
  "PageSize": 1,
  "ReceiverName": "sample string 4",
  "SellerConfirm": "sample string 5",
  "StartCreated": "2026-04-15T22:35:48.7681872+08:00",
  "Status": "sample string 6",
  "Tid": 1,
  "Type": "sample string 7"
}

application/xml, text/xml

Sample:
<LogisticsOrdersGetRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Top.Api.Request">
  <BuyerNick>sample string 1</BuyerNick>
  <EndCreated>2026-04-15T22:35:48.7672058+08:00</EndCreated>
  <Fields>sample string 2</Fields>
  <FreightPayer>sample string 3</FreightPayer>
  <PageNo>1</PageNo>
  <PageSize>1</PageSize>
  <ReceiverName>sample string 4</ReceiverName>
  <SellerConfirm>sample string 5</SellerConfirm>
  <StartCreated>2026-04-15T22:35:48.7681872+08:00</StartCreated>
  <Status>sample string 6</Status>
  <Tid>1</Tid>
  <Type>sample string 7</Type>
</LogisticsOrdersGetRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.