Status Message
From UG
(Difference between revisions)
(Created page with 'Category:EDI to TMS') |
|||
Line 1: | Line 1: | ||
[[Category:EDI to TMS]] | [[Category:EDI to TMS]] | ||
+ | |||
+ | == Intro == | ||
+ | Status Message is a message transmitted by TMS to CT2 with info about updates for some fields. | ||
+ | |||
+ | CT2 script is to extract some information and update CT record. | ||
+ | |||
+ | Initially only the following data will be extracted (for every CT#CT Num): | ||
+ | |||
+ | * CT#Actual Export Pick Up Date | ||
+ | * CT#Actual Delivery Date | ||
+ | |||
+ | == Schema== | ||
+ | == Message structure == | ||
+ | |||
+ | == Use Case 1 is Picked Up Event == | ||
+ | |||
+ | CT was picked up. | ||
+ | |||
+ | See XML below or here: http://mantis.jaguarfreight.com/mantis/file_download.php?file_id=1709&type=bug | ||
+ | |||
+ | <pre> | ||
+ | <S:Envelope> | ||
+ | − | ||
+ | <S:Header> | ||
+ | − | ||
+ | <wsa:From> | ||
+ | <wsa:Address>urn:zz:JAFR_TM</wsa:Address> | ||
+ | </wsa:From> | ||
+ | <wsa:To>urn:duns:657589457</wsa:To> | ||
+ | <wsa:Action>urn:myvan:214</wsa:Action> | ||
+ | − | ||
+ | <ebi:Sequence> | ||
+ | <ebi:MessageNumber>BAT2010-10-0620-34-26Z375</ebi:MessageNumber> | ||
+ | </ebi:Sequence> | ||
+ | </S:Header> | ||
+ | − | ||
+ | <S:Body> | ||
+ | − | ||
+ | <Inbound> | ||
+ | − | ||
+ | <DocTracking BOLNo="BOL000000039" MasterShipmentNumber="LD000000038" TrackDate="2010-10-06T00:00:00" City="jamaica" State="ny" Country="US" Comment="alex posted test comment" Event="2028" Reason="3042" ModifyDate="2010-10-06T20:33:41" EventDescription="Picked Up" ReasonDescription="Normal" SCAC="DSCG"> | ||
+ | − | ||
+ | <DocShipment ShipmentNo="300755"> | ||
+ | <DSGReferenceNumbers RefNoType="GL Account 2" Value="Yes"/> | ||
+ | </DocShipment> | ||
+ | </DocTracking> | ||
+ | </Inbound> | ||
+ | </S:Body> | ||
+ | </S:Envelope> | ||
+ | </pre> |
Revision as of 21:47, 7 October 2010
Contents |
Intro
Status Message is a message transmitted by TMS to CT2 with info about updates for some fields.
CT2 script is to extract some information and update CT record.
Initially only the following data will be extracted (for every CT#CT Num):
- CT#Actual Export Pick Up Date
- CT#Actual Delivery Date
Schema
Message structure
Use Case 1 is Picked Up Event
CT was picked up.
See XML below or here: http://mantis.jaguarfreight.com/mantis/file_download.php?file_id=1709&type=bug
<S:Envelope> − <S:Header> − <wsa:From> <wsa:Address>urn:zz:JAFR_TM</wsa:Address> </wsa:From> <wsa:To>urn:duns:657589457</wsa:To> <wsa:Action>urn:myvan:214</wsa:Action> − <ebi:Sequence> <ebi:MessageNumber>BAT2010-10-0620-34-26Z375</ebi:MessageNumber> </ebi:Sequence> </S:Header> − <S:Body> − <Inbound> − <DocTracking BOLNo="BOL000000039" MasterShipmentNumber="LD000000038" TrackDate="2010-10-06T00:00:00" City="jamaica" State="ny" Country="US" Comment="alex posted test comment" Event="2028" Reason="3042" ModifyDate="2010-10-06T20:33:41" EventDescription="Picked Up" ReasonDescription="Normal" SCAC="DSCG"> − <DocShipment ShipmentNo="300755"> <DSGReferenceNumbers RefNoType="GL Account 2" Value="Yes"/> </DocShipment> </DocTracking> </Inbound> </S:Body> </S:Envelope>