Skip to content

Instantly share code, notes, and snippets.

@justinkinney
Last active August 18, 2016 15:27
Show Gist options
  • Save justinkinney/b94ead3a41449d31771112eb6b9c03d3 to your computer and use it in GitHub Desktop.
Save justinkinney/b94ead3a41449d31771112eb6b9c03d3 to your computer and use it in GitHub Desktop.
linked visit
appt xml:
- <truckVisit>
<msgSource>NOTES</msgSource>
- <appt updQual="UPDATE">
- <visit>
<ref>080C04152016T</ref>
<visitType>LIVE</visitType>
<estArrTime>20160415_0800</estArrTime>
<estWkDuration>0200</estWkDuration>
<schedEqID />
<carrID>USXI</carrID>
<commodity>SG</commodity>
<conveyType>CONVEY</conveyType>
<comboLoadID>080C04152016T-C</comboLoadID>
<comboLoadOrder>1</comboLoadOrder>
<vendPOs />
- <contentItem>
<poRef>0002685159-SG</poRef>
<actualUnit>40</actualUnit>
<unitType>EA</unitType>
<vendID>03914</vendID>
</contentItem>
- <contentItem>
<poRef>0002684917-SG</poRef>
<actualUnit>17</actualUnit>
<unitType>EA</unitType>
<vendID>03914</vendID>
</contentItem>
- <contentItem>
<poRef>0003021316-SG</poRef>
<actualUnit>77</actualUnit>
<unitType>EA</unitType>
<vendID>03914</vendID>
</contentItem>
- <contentItem>
<poRef>0003012275-SG</poRef>
<actualUnit>233</actualUnit>
<unitType>EA</unitType>
<vendID>03914</vendID>
</contentItem>
- <contentItem>
<poRef>0002685207-SG</poRef>
<actualUnit>11</actualUnit>
<unitType>EA</unitType>
<vendID>03914</vendID>
</contentItem>
- <contentItem>
<poRef>0002685032-SG</poRef>
<actualUnit>40</actualUnit>
<unitType>EA</unitType>
<vendID>03914</vendID>
</contentItem>
- <contentItem>
<poRef>0003021323-SG</poRef>
<actualUnit>68</actualUnit>
<unitType>EA</unitType>
<vendID>03914</vendID>
</contentItem>
- <contentItem>
<poRef>0002936365-SG</poRef>
<actualUnit>315</actualUnit>
<unitType>EA</unitType>
<vendID>03914</vendID>
</contentItem>
- <contentItem>
<poRef>0003021308-SG</poRef>
<actualUnit>353</actualUnit>
<unitType>EA</unitType>
<vendID>03914</vendID>
</contentItem>
</visit>
</appt>
</truckVisit>
gatein xml:
<?xml version="1.0" ?>
- <truckVisit>
<msgSource>1</msgSource>
- <gateIn updQual="UPDATE">
- <visit>
<ref>080C04152016T-2</ref>
<commodity>HG</commodity>
<actArrTime>20160818102626</actArrTime>
<carrID>USIT</carrID>
<loadStop>0</loadStop>
- <contentItem>
<poRef>0003022850-HG</poRef>
<actualUnit>12</actualUnit>
</contentItem>
</visit>
- <equip eqClass="TRAILER">
<eqID>5355555</eqID>
<status statQual="FULL" />
<eqOwner>USIT</eqOwner>
<custStat>IN</custStat>
<sealIn>1234567</sealIn>
<eqLoc>A126</eqLoc>
<yardInTime>20160818102608</yardInTime>
<yardOutTime />
</equip>
</gateIn>
</truckVisit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment