MasterCustomerParty

Uses the Component:MasterCustomerPartyType

The MasterCustomerParty component represents information about the customer purchasing an item including the BillTo and ShipTo.

Fields and Components

Table 6.63. Fields and Components

Name Description Occurrence Type Data Type User Notes
CustomerParty

Is the organization that is the end customer of the goods or services being provided in the associated transaction.

0..1ComponentPartyABIEType 
BillToParty

The party that is receiving the bill for the goods or services.

0..1ComponentPartyABIEType 
ShipToParty

The party receiving the goods or services.

0..1ComponentPartyABIEType 
DocumentReference

The DocumentReference component represents information referenced documents, e.g., Orders, Leads, Invoices, etc.

0..*ComponentDocumentReferenceABIEType 

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 6.63. MasterCustomerParty

<MasterCustomerParty>
     <CustomerParty>......</CustomerParty>     [0..1]
     <BillToParty>......</BillToParty>     [0..1]
     <ShipToParty>......</ShipToParty>     [0..1]
     <DocumentReference>......</DocumentReference>     [0..*]
</MasterCustomerParty>