GET api/ExpressBillPDFAPI?TrackingCode={TrackingCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
TrackingCode

string

Required

Body Parameters

None.

Response Information

Resource Description

APIResponseBase
NameDescriptionTypeAdditional information
status

string

None.

message

string

None.

data

Object

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>