Uses the Component:ShipFromPartyABIEType
The Ship From Party.
Table 7.18. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
CommonParty |
Common generic Party component | 0..1 | Component | PartyABIEType | |
WarehouseCode |
Warehouse code. | 0..* | Field | oag:CodeType | |
WarehouseName |
Warehouse name. | 0..* | Field | oag:TextType |
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>