CSmart 300

From UG

Revision as of 19:27, 25 October 2013 by Alex (Talk | contribs)
Jump to: navigation, search


Contents

Message Structure


<?xml version="1.0" encoding="utf-8"?>
<Booking xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="br.xsd">
  <Request> 
    <GeneralInfo>
    ...
    </GeneralInfo>
    <ShipmentDetails>
     ...
    </ShipmentDetails>
  </Request>
</Booking>

General Info


<TransactionInfo>

 <BatchNumber>2147483647</BatchNumber> 
 <MessageSender>SINOTRANSGD</MessageSender> 
 <MessageRecipient>CARGOSMART</MessageRecipient> 
 <MessageID>BRXML</MessageID>
 <DateCreated TimeZone="HKT">20060131004112</DateCreated> 
 <FileName>sample_br.xml</FileName> 
 <Version>1.0</Version>

</TransactionInfo>

<ActionType>NEW</ActionType> 

<CSReferenceNumber>CS0674641363</CSReferenceNumber> 

<SCAC>NYKS</SCAC>

<Requested>
    <By>NYKS</By>
    <Date TimeZone="HKT">20060131004116</Date> 
</Requested>

Required fieds

  • Name // Type // Min // Max // Req // Description
  • BatchNumber // N // 1 // 14 // Serves as a identify number for a booking
  • MessageSender // AN //

Shipment Details

Example


<?xml version="1.0" encoding="utf-8"?>

<Booking xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="br.xsd">
<Request>
  
<GeneralInfo>

<TransactionInfo>
 <BatchNumber>2147483647</BatchNumber> 
 <MessageSender>SINOTRANSGD</MessageSender> 
 <MessageRecipient>CARGOSMART</MessageRecipient> 
 <MessageID>BRXML</MessageID>
 <DateCreated TimeZone="HKT">20060131004112</DateCreated> 
 <FileName>sample_br.xml</FileName> <Version>1.0</Version>
</TransactionInfo>

<ActionType>NEW</ActionType> 
<CSReferenceNumber>CS0674641363</CSReferenceNumber> <SCAC>NYKS</SCAC>
<Requested>
    <By>NYKS</By>
    <Date TimeZone="HKT">20060131004116</Date> 
</Requested>

</GeneralInfo>


<ShipmentDetails>
   <UserReferences>
<References>
<ReferenceType>CR</ReferenceType> <ReferenceNumber>52634</ReferenceNumber> <ReferenceDescription>Customer Reference Number</ReferenceDescription>
    </References>
   </UserReferences>
   <LegalParties>
<Party>
<PartyType>BP</PartyType> <PartyName>BookingParty</PartyName> <PartyLocation>
<Address>
<AddressLines>930 E. 223rd St.</AddressLines> <AddressLines>Carson, US 90745</AddressLines>
</Address>
<Street>930 E. 223rd St.</Street> <City>Carson</City> <CountryCode>US</CountryCode> <CountryName>United State</CountryName> <PostalCode>90745</PostalCode>
     </PartyLocation>
     <ContactPerson>
<FirstName>FirstName</FirstName> <LastName>LastName</LastName> <Email>FirstName@yahoo.com</Email>
</ContactPerson>
 </Party>
 <Party>
  <PartyType>SH</PartyType>
  <PartyName>Shipper</PartyName>
  <PartyLocation>
<Street>1800 Century Park East</Street> <City>Los Angeles</City> <StateProvince>California</StateProvince> <CountryCode>US</CountryCode> <CountryName>United State</CountryName> <PostalCode>90067</PostalCode>
  </PartyLocation>
 </Party>
</LegalParties>
<RouteInformation>
<IntendedDates>
<From TimeZone="LOCAL">20051002000000</From> <To TimeZone="LOCAL">20051030000000</To> <Range>S</Range>
 </IntendedDates>
 <Location>
<FunctionCode>POR</FunctionCode> <LocationName>LOS ANGELES</LocationName> <LocationDetails>
<Street>102 Road</Street>
<City>Los Angeles</City> <CountryCode>US</CountryCode> <CountryName>United State</CountryName> <LocationCode>
<UNLocationCode>USLAX</UNLocationCode> </LocationCode>
  </LocationDetails>
 </Location>
 <Location>
<FunctionCode>FND</FunctionCode> <LocationName>Xiamen</LocationName> <LocationDetails>
<Street>102 Road</Street> <City>Xiamen</City> <CountryName>China</CountryName> <LocationCode>
<UNLocationCode>CNXMN</UNLocationCode> </LocationCode>
  </LocationDetails>
 </Location>
 <Intermodal>
<VesselVoyageInformation> <ServiceName>NY</ServiceName> <VoyageNumberDirection>048E</VoyageNumberDirection>
  </VesselVoyageInformation>
  <Location>
<FunctionCode>POL</FunctionCode> <LocationName>LOS ANGELES</LocationName> <LocationDetails>
<Street>102 Road</Street>
<City>Los Angeles</City> <CountryCode>US</CountryCode> <CountryName>United Stated</CountryName> <LocationCode>
<UNLocationCode>USLAX</UNLocationCode> </LocationCode>
      </LocationDetails>
     </Location>
     <Location>
<FunctionCode>POD</FunctionCode> <LocationName>Xiamen</LocationName> <LocationDetails>
<Street>102 Road</Street> <City>Xiamen</City> <CountryName>China</CountryName> <LocationCode>
<UNLocationCode>CNXMN</UNLocationCode> </LocationCode>
      </LocationDetails>
     </Location>
    </Intermodal>
   </RouteInformation>
   <EquipmentInformation>
<Containers>
<ContainerType>4260</ContainerType> <Quantity>5</Quantity>
<Weight Units="KGS" Qualifier="GROSS">1000000</Weight> <SOCIndicator>0</SOCIndicator>
<OutBound>
<isMerchantHaulage>0</isMerchantHaulage> </OutBound>
<InBound>
<isMerchantHaulage>0</isMerchantHaulage> </InBound>
    </Containers>
   </EquipmentInformation>
   <CargoInformation>
    <CargoDetails>
     <CargoNature>GC</CargoNature>
     <TrafficMode>
      <OutBound>FCL</OutBound>
      <InBound>FCL</InBound>
     </TrafficMode>
    </CargoDetails>
   </CargoInformation>
  </ShipmentDetails>
 </Request>
</Booking>

Personal tools