GET api/Info?CntrNo={CntrNo}

Container's technical info (ATLAS). Security Token needed.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CntrNo

Container Number (ie GCNU1234567)

string

Required

Body Parameters

None.

Response Information

Resource Description

CntrTechInfo
NameDescriptionTypeAdditional information
EQUIPMENT_NUMBER

Cargo ID

string

None.

EQUIP_SIZE_TYPE

string

None.

TAREWEIGHT_KG

string

None.

PAYLOADWEIGHT_KG

string

None.

EXTERNAL_LxWxH

string

None.

INTERNAL_LxWxH

string

None.

Response Formats

application/json, text/json

Sample:
{
  "EQUIPMENT_NUMBER": "sample string 1",
  "EQUIP_SIZE_TYPE": "sample string 2",
  "TAREWEIGHT_KG": "sample string 3",
  "PAYLOADWEIGHT_KG": "sample string 4",
  "EXTERNAL_LxWxH": "sample string 5",
  "INTERNAL_LxWxH": "sample string 6"
}

application/xml, text/xml

Sample:
<AtlasCntr.CntrTechInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GNetAPI.Models">
  <EQUIPMENT_NUMBER>sample string 1</EQUIPMENT_NUMBER>
  <EQUIP_SIZE_TYPE>sample string 2</EQUIP_SIZE_TYPE>
  <EXTERNAL_LxWxH>sample string 5</EXTERNAL_LxWxH>
  <INTERNAL_LxWxH>sample string 6</INTERNAL_LxWxH>
  <PAYLOADWEIGHT_KG>sample string 4</PAYLOADWEIGHT_KG>
  <TAREWEIGHT_KG>sample string 3</TAREWEIGHT_KG>
</AtlasCntr.CntrTechInfo>