GET api/CNTrackingAPI?TrackingCode={TrackingCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TrackingCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
APIResponseBase| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| data |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"message": "sample string 2",
"data": {}
}
application/xml, text/xml
Sample:
<APIResponseBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FMSExpressWeb.Common"> <data /> <message>sample string 2</message> <status>sample string 1</status> </APIResponseBase>