GET api/Atlas?ShpmtNum={ShpmtNum}&ContNum={ContNum}&VygNum={VygNum}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ShpmtNum

string

Required

ContNum

string

Required

VygNum

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TVGMinfo
NameDescriptionTypeAdditional 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-05-01T08:13:07.6812343+02:00"
  },
  {
    "REASON": "sample string 1",
    "USER_COMPANY": "sample string 2",
    "MOVE_DATETIME": "2025-05-01T08:13:07.6812343+02: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-05-01T08:13:07.6812343+02:00</MOVE_DATETIME>
    <REASON>sample string 1</REASON>
    <USER_COMPANY>sample string 2</USER_COMPANY>
  </TVGMinfo>
  <TVGMinfo>
    <MOVE_DATETIME>2025-05-01T08:13:07.6812343+02:00</MOVE_DATETIME>
    <REASON>sample string 1</REASON>
    <USER_COMPANY>sample string 2</USER_COMPANY>
  </TVGMinfo>
</ArrayOfTVGMinfo>