ShipFromParty

Uses the Component:ShipFromPartyABIEType

The Ship From Party.

Fields and Components

Table 7.18. Fields and Components

Name Description Occurrence Type Data Type User Notes
CommonParty

Common generic Party component

0..1ComponentPartyABIEType 
WarehouseCode

Warehouse code.

0..*Field oag:CodeType  
WarehouseName

Warehouse name.

0..*Field oag:TextType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 7.26. ShipFromParty

<ShipFromParty>
     <CommonParty>......</CommonParty>     [0..1]
     <WarehouseCode>......</WarehouseCode>     [0..*]
     <WarehouseName>......</WarehouseName>     [0..*]
</ShipFromParty>