GET api/LogisticsCompany/GetAllPlatformTypeMapping
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfListOfPlatformTypeMapping| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| Data | Collection of PlatformTypeMapping |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3",
"Data": [
{
"PlatFormType": "AliExpress",
"Code": "sample string 1",
"IsMapping": true
},
{
"PlatFormType": "AliExpress",
"Code": "sample string 1",
"IsMapping": true
}
]
}
application/xml, text/xml
Sample:
<ResponseResultOfArrayOfPlatformTypeMappingZxpLKiFF xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Willv.Common">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/MS.LPS.Model.Logistics">
<d2p1:PlatformTypeMapping>
<d2p1:Code>sample string 1</d2p1:Code>
<d2p1:IsMapping>true</d2p1:IsMapping>
<d2p1:PlatFormType>AliExpress</d2p1:PlatFormType>
</d2p1:PlatformTypeMapping>
<d2p1:PlatformTypeMapping>
<d2p1:Code>sample string 1</d2p1:Code>
<d2p1:IsMapping>true</d2p1:IsMapping>
<d2p1:PlatFormType>AliExpress</d2p1:PlatFormType>
</d2p1:PlatformTypeMapping>
</Data>
<ErrorCode>sample string 2</ErrorCode>
<ErrorMessage>sample string 3</ErrorMessage>
<Status>true</Status>
</ResponseResultOfArrayOfPlatformTypeMappingZxpLKiFF>