POST api/LogisticsPartnersGet
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:
{
"GoodsValue": "sample string 1",
"IsNeedCarriage": true,
"ServiceType": "sample string 2",
"SourceId": "sample string 3",
"TargetId": "sample string 4"
}
application/xml, text/xml
Sample:
<LogisticsPartnersGetRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Top.Api.Request"> <GoodsValue>sample string 1</GoodsValue> <IsNeedCarriage>true</IsNeedCarriage> <ServiceType>sample string 2</ServiceType> <SourceId>sample string 3</SourceId> <TargetId>sample string 4</TargetId> </LogisticsPartnersGetRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.