GET api/Atlas?ShpmtNum={ShpmtNum}&ContNum={ContNum}&VygNum={VygNum}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ShpmtNum | string |
Required |
|
| ContNum | string |
Required |
|
| VygNum | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TVGMinfo| Name | Description | Type | Additional information |
|---|---|---|---|
| REASON | string |
None. |
|
| USER_COMPANY | string |
None. |
|
| MOVE_DATETIME | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"REASON": "sample string 1",
"USER_COMPANY": "sample string 2",
"MOVE_DATETIME": "2025-11-02T07:19:06.9636932+01:00"
},
{
"REASON": "sample string 1",
"USER_COMPANY": "sample string 2",
"MOVE_DATETIME": "2025-11-02T07:19:06.9636932+01:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfTVGMinfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GNetAPI.Models">
<TVGMinfo>
<MOVE_DATETIME>2025-11-02T07:19:06.9636932+01:00</MOVE_DATETIME>
<REASON>sample string 1</REASON>
<USER_COMPANY>sample string 2</USER_COMPANY>
</TVGMinfo>
<TVGMinfo>
<MOVE_DATETIME>2025-11-02T07:19:06.9636932+01:00</MOVE_DATETIME>
<REASON>sample string 1</REASON>
<USER_COMPANY>sample string 2</USER_COMPANY>
</TVGMinfo>
</ArrayOfTVGMinfo>