GET api/Atlas?ContNum={ContNum}&bLastShpmtOnly={bLastShpmtOnly}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ContNum | string |
Required |
|
| bLastShpmtOnly | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
Collection of TContainerTracking| Name | Description | Type | Additional information |
|---|---|---|---|
| CONT_NUM | string |
None. |
|
| CONT_TYPE | string |
None. |
|
| CONT_TRACKING | Collection of CONT_TRACKING |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CONT_NUM": "sample string 1",
"CONT_TYPE": "sample string 2",
"CONT_TRACKING": [
{
"REASON": "sample string 1",
"USER_COMPANY": "sample string 2",
"MOVE_DATETIME": "2025-11-02T07:17:20.8677581+01:00",
"MOVE_STATUS": "sample string 4",
"VOYAGE": "sample string 5",
"SERVICE": "sample string 6",
"VESSEL": "sample string 7",
"TO_LOCATION": "sample string 8",
"DOCNO": "sample string 9",
"TIR_REMARKS": "sample string 10"
},
{
"REASON": "sample string 1",
"USER_COMPANY": "sample string 2",
"MOVE_DATETIME": "2025-11-02T07:17:20.8677581+01:00",
"MOVE_STATUS": "sample string 4",
"VOYAGE": "sample string 5",
"SERVICE": "sample string 6",
"VESSEL": "sample string 7",
"TO_LOCATION": "sample string 8",
"DOCNO": "sample string 9",
"TIR_REMARKS": "sample string 10"
}
]
},
{
"CONT_NUM": "sample string 1",
"CONT_TYPE": "sample string 2",
"CONT_TRACKING": [
{
"REASON": "sample string 1",
"USER_COMPANY": "sample string 2",
"MOVE_DATETIME": "2025-11-02T07:17:20.8677581+01:00",
"MOVE_STATUS": "sample string 4",
"VOYAGE": "sample string 5",
"SERVICE": "sample string 6",
"VESSEL": "sample string 7",
"TO_LOCATION": "sample string 8",
"DOCNO": "sample string 9",
"TIR_REMARKS": "sample string 10"
},
{
"REASON": "sample string 1",
"USER_COMPANY": "sample string 2",
"MOVE_DATETIME": "2025-11-02T07:17:20.8677581+01:00",
"MOVE_STATUS": "sample string 4",
"VOYAGE": "sample string 5",
"SERVICE": "sample string 6",
"VESSEL": "sample string 7",
"TO_LOCATION": "sample string 8",
"DOCNO": "sample string 9",
"TIR_REMARKS": "sample string 10"
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfTContainerTracking xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GNetAPI.Models">
<TContainerTracking>
<CONT_NUM>sample string 1</CONT_NUM>
<CONT_TRACKING>
<CONT_TRACKING>
<DOCNO>sample string 9</DOCNO>
<MOVE_DATETIME>2025-11-02T07:17:20.8677581+01:00</MOVE_DATETIME>
<MOVE_STATUS>sample string 4</MOVE_STATUS>
<REASON>sample string 1</REASON>
<SERVICE>sample string 6</SERVICE>
<TIR_REMARKS>sample string 10</TIR_REMARKS>
<TO_LOCATION>sample string 8</TO_LOCATION>
<USER_COMPANY>sample string 2</USER_COMPANY>
<VESSEL>sample string 7</VESSEL>
<VOYAGE>sample string 5</VOYAGE>
</CONT_TRACKING>
<CONT_TRACKING>
<DOCNO>sample string 9</DOCNO>
<MOVE_DATETIME>2025-11-02T07:17:20.8677581+01:00</MOVE_DATETIME>
<MOVE_STATUS>sample string 4</MOVE_STATUS>
<REASON>sample string 1</REASON>
<SERVICE>sample string 6</SERVICE>
<TIR_REMARKS>sample string 10</TIR_REMARKS>
<TO_LOCATION>sample string 8</TO_LOCATION>
<USER_COMPANY>sample string 2</USER_COMPANY>
<VESSEL>sample string 7</VESSEL>
<VOYAGE>sample string 5</VOYAGE>
</CONT_TRACKING>
</CONT_TRACKING>
<CONT_TYPE>sample string 2</CONT_TYPE>
</TContainerTracking>
<TContainerTracking>
<CONT_NUM>sample string 1</CONT_NUM>
<CONT_TRACKING>
<CONT_TRACKING>
<DOCNO>sample string 9</DOCNO>
<MOVE_DATETIME>2025-11-02T07:17:20.8677581+01:00</MOVE_DATETIME>
<MOVE_STATUS>sample string 4</MOVE_STATUS>
<REASON>sample string 1</REASON>
<SERVICE>sample string 6</SERVICE>
<TIR_REMARKS>sample string 10</TIR_REMARKS>
<TO_LOCATION>sample string 8</TO_LOCATION>
<USER_COMPANY>sample string 2</USER_COMPANY>
<VESSEL>sample string 7</VESSEL>
<VOYAGE>sample string 5</VOYAGE>
</CONT_TRACKING>
<CONT_TRACKING>
<DOCNO>sample string 9</DOCNO>
<MOVE_DATETIME>2025-11-02T07:17:20.8677581+01:00</MOVE_DATETIME>
<MOVE_STATUS>sample string 4</MOVE_STATUS>
<REASON>sample string 1</REASON>
<SERVICE>sample string 6</SERVICE>
<TIR_REMARKS>sample string 10</TIR_REMARKS>
<TO_LOCATION>sample string 8</TO_LOCATION>
<USER_COMPANY>sample string 2</USER_COMPANY>
<VESSEL>sample string 7</VESSEL>
<VOYAGE>sample string 5</VOYAGE>
</CONT_TRACKING>
</CONT_TRACKING>
<CONT_TYPE>sample string 2</CONT_TYPE>
</TContainerTracking>
</ArrayOfTContainerTracking>