Body

xml RELOCA (Relocation Of Goods)

The RELOCA message is a communication between trading partners and it is used for the relocation of goods between locations.

General usage

- Includes total number of stock-keeping units (SKUs) that are currently being shipped from one location to another.
- The quantity in transit data for a given load can be used to forecast delivery schedules.

Sort Name Required Description Type XPATH Examples Limits
1 Date From

Date from which the Relocation Of Goods Message is relevant

Date/Time

/b24Message/relocationOfGoods/@dateFrom

  <relocationOfGoods dateFrom="2018-05-04" dateTo="2018-05-04"> 
2 Date To

Date until which the Relocation Of Goods Message is relevant

Date/Time

/b24Message/relocationOfGoods/@dateTo

  <relocationOfGoods dateFrom="2018-05-04" dateTo="2018-05-04"> 
3 Sender Gln

The Sender's Gln

Number

/b24Message/relocationOfGoods/sender/@gln

 <sender gln="1111111111111"/> 
4 Sender Id

An external Id for the sender

Text

/b24Message/relocationOfGoods/sender/property[@name = "id"]

 <sender gln="1111111111111"> </property name = "id">SenderId</property></sender> 
5 Sender Internal Id

An Internal Id for the party

Text

/b24Message/relocationOfGoods/sender/property[@name = "internalId"]

 <sender gln="1111111111111"> </property name = "internalId">SenderInternalId</property></sender> 
6 Recipient Gln

The Recipient's Gln

Number

/b24Message/relocationOfGoods/recipient/@gln

 <recipient gln="2222222222222"/> 
7 Recipient Id

An external Id for the recipient

Text

/b24Message/relocationOfGoods/recipient/property[@name = "id"]

 <recipient gln="1111111111111"> </property name = "id">RecipientId</property></recipient> 
8 Recipient Internal Id

An Internal Id for the recipient

Text

/b24Message/relocationOfGoods/recipient/property[@name = "internalId"]

 <recipient gln="1111111111111"> </property name = "internalId">RecipientInternalId</property></recipient> 
9 RelocationOfGoods Id

A unique(between the sender and recipient) Id for the Relocations of goods message

Text

/b24Message/relocationOfGoods/documentReference[@documentType = "RelocationOfGoods"]/@id

 <documentReference documentType="RelocationOfGoods" id="115232" date="2018-05-04"/> 
10 RelocationOfGoods Date

The date that the Relocation Of Goods Message was sent from the sender to B24

Date/Time

/b24Message/relocationOfGoods/documentReference[@documentType = "RelocationOfGoods"]/@date

 <documentReference documentType="RelocationOfGoods" id="115232" date="2018-05-04"/> 
11 Buyer Order Number

A unique id for an order related to the relocation of goods message, issued by the buyer

Text

/b24Message/relocationOfGoods/documentReference[@documentType = "BuyerOrder"]/@id

 <documentReference documentType="BuyerOrder" id="555666" date="2018-05-04"/> 
12 Buyer Order Date

The Date that the Order was originally sent

Date/Time

/b24Message/relocationOfGoods/documentReference[@documentType = "BuyerOrder"]/@date

 <documentReference documentType="BuyerOrder" id="555666" date="2018-05-04"/> 
13 Supplier Order Number

A unique id for an order related to the relocation of goods message, issued by the Supplier

Text

/b24Message/relocationOfGoods/documentReference[@documentType = "SupplierOrder"]/@id

 <documentReference documentType="SupplierOrder" id="24123456" date="2018-05-04"/> 
14 Supplier Order Date

The Date that the order was originally registered by the Supplier

Date/Time

/b24Message/relocationOfGoods/documentReference[@documentType = "SupplierOrder"]/@date

 <documentReference documentType="SupplierOrder" id="24123456" date="2018-05-04"/> 
15 Supplier Gln

The Supplier GLN id

Number

/b24Message/relocationOfGoods/supplier/@gln

 <supplier gln="2222222222222"/> 
16 Supplier Id

An extenal Id for the supplier

Text

/b24Message/relocationOfGoods/supplier/property[@name = "id"]

 <property name ="id">Supplier External Id</property>  
17 Supplier Internal Id

An internal Id for the supplier

Text

/b24Message/relocationOfGoods/supplier/property[@name = "internalId"]

 <property name ="internalId">Supplier Internal Id</property> 
18 Supplier Name

The name of the supplier

Number

/b24Message/relocationOfGoods/supplier/@name

 <supplier gln="2222222222222" name ="Supplier Name"/> 
19 Supplier Name 2

Secondary name for the supplier

Text

/b24Message/relocationOfGoods/supplier/property[@name = "name2"]

 <supplier gln="2222222222222" name ="Supplier Name"><property name ="name2"> Supplier second name field</property> 
20 Supplier Name 3

Tertiary name for the supplier

Text

/b24Message/relocationOfGoods/supplier/property[@name = "name3"]

 <supplier gln="2222222222222" name ="Supplier Name"><property name ="name2"> Supplier second name field</property><property name ="name3"> Supplier third name field</property>