Skip to content

Instantly share code, notes, and snippets.

@justinkinney
Last active August 18, 2016 15:27
Show Gist options
  • Save justinkinney/cde19079a65910391e914d711ecf05e7 to your computer and use it in GitHub Desktop.
Save justinkinney/cde19079a65910391e914d711ecf05e7 to your computer and use it in GitHub Desktop.
non-linked visit
appt xml:
- <truckVisit>
<msgSource>NOTES</msgSource>
- <appt updQual="UPDATE">
- <visit>
<ref>I03108172016T</ref>
<visitType>DROP</visitType>
<estArrTime />
<estWkDuration>0200</estWkDuration>
<schedEqID>APHU6597693</schedEqID>
<carrID />
<commodity>HG</commodity>
<conveyType>CONVEY</conveyType>
<comboLoadID />
<comboLoadOrder />
<vendPOs />
- <contentItem>
<poRef>0003086834-HG</poRef>
<actualUnit>160</actualUnit>
<unitType>EA</unitType>
<vendID>01206</vendID>
</contentItem>
</visit>
</appt>
</truckVisit>
gatein xml:
<?xml version="1.0" ?>
- <truckVisit>
<msgSource>1</msgSource>
- <gateIn updQual="UPDATE">
- <equip eqClass="TRAILER">
<eqID>APHU6597693</eqID>
<status statQual="FULL" />
<eqOwner>GWTS</eqOwner>
<custStat>IN</custStat>
<sealIn>AN60296199</sealIn>
<eqLoc>A125</eqLoc>
<rmks>227576</rmks>
<yardInTime>20160818102152</yardInTime>
<yardOutTime />
</equip>
</gateIn>
</truckVisit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment