LynxService


Click here for a complete list of operations.

N4GatePreadvise

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
UserName:
PWD:
TerminalCode:
TransactionType:
TransactionDate:
TruckCompany:
TruckNumber:
ChassisType:
ChassisNumber:
ChassisSzTpHt:
BookNumber:
BookingItem:
Container:
ContainerISO:
ContainerSzTpHt:
IsOwner:
SealNumber:
SealNumber2:
IdoNumber:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /lynxservice.asmx HTTP/1.1
Host: lynxapi.porthouston.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.versiant.com/N4GatePreadvise"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <N4GatePreadvise xmlns="http://www.versiant.com/">
      <UserName>string</UserName>
      <PWD>string</PWD>
      <TerminalCode>string</TerminalCode>
      <TransactionType>string</TransactionType>
      <TransactionDate>dateTime</TransactionDate>
      <TruckCompany>string</TruckCompany>
      <TruckNumber>string</TruckNumber>
      <ChassisType>string</ChassisType>
      <ChassisNumber>string</ChassisNumber>
      <ChassisSzTpHt>string</ChassisSzTpHt>
      <BookNumber>string</BookNumber>
      <BookingItem>string</BookingItem>
      <Container>string</Container>
      <ContainerISO>string</ContainerISO>
      <ContainerSzTpHt>string</ContainerSzTpHt>
      <IsOwner>string</IsOwner>
      <SealNumber>string</SealNumber>
      <SealNumber2>string</SealNumber2>
      <IdoNumber>string</IdoNumber>
    </N4GatePreadvise>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <N4GatePreadviseResponse xmlns="http://www.versiant.com/">
      <N4GatePreadviseResult>string</N4GatePreadviseResult>
    </N4GatePreadviseResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /lynxservice.asmx HTTP/1.1
Host: lynxapi.porthouston.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <N4GatePreadvise xmlns="http://www.versiant.com/">
      <UserName>string</UserName>
      <PWD>string</PWD>
      <TerminalCode>string</TerminalCode>
      <TransactionType>string</TransactionType>
      <TransactionDate>dateTime</TransactionDate>
      <TruckCompany>string</TruckCompany>
      <TruckNumber>string</TruckNumber>
      <ChassisType>string</ChassisType>
      <ChassisNumber>string</ChassisNumber>
      <ChassisSzTpHt>string</ChassisSzTpHt>
      <BookNumber>string</BookNumber>
      <BookingItem>string</BookingItem>
      <Container>string</Container>
      <ContainerISO>string</ContainerISO>
      <ContainerSzTpHt>string</ContainerSzTpHt>
      <IsOwner>string</IsOwner>
      <SealNumber>string</SealNumber>
      <SealNumber2>string</SealNumber2>
      <IdoNumber>string</IdoNumber>
    </N4GatePreadvise>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <N4GatePreadviseResponse xmlns="http://www.versiant.com/">
      <N4GatePreadviseResult>string</N4GatePreadviseResult>
    </N4GatePreadviseResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /lynxservice.asmx/N4GatePreadvise?UserName=string&PWD=string&TerminalCode=string&TransactionType=string&TransactionDate=string&TruckCompany=string&TruckNumber=string&ChassisType=string&ChassisNumber=string&ChassisSzTpHt=string&BookNumber=string&BookingItem=string&Container=string&ContainerISO=string&ContainerSzTpHt=string&IsOwner=string&SealNumber=string&SealNumber2=string&IdoNumber=string HTTP/1.1
Host: lynxapi.porthouston.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://www.versiant.com/">string</string>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /lynxservice.asmx/N4GatePreadvise HTTP/1.1
Host: lynxapi.porthouston.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

UserName=string&PWD=string&TerminalCode=string&TransactionType=string&TransactionDate=string&TruckCompany=string&TruckNumber=string&ChassisType=string&ChassisNumber=string&ChassisSzTpHt=string&BookNumber=string&BookingItem=string&Container=string&ContainerISO=string&ContainerSzTpHt=string&IsOwner=string&SealNumber=string&SealNumber2=string&IdoNumber=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://www.versiant.com/">string</string>