Uses the Component:PartyABIEType
Is the organization that is the end customer of the goods or services being provided in the associated transaction.
Table 6.14. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
PartyID |
Party identification number used to uniquely identify a party for example Dealer ID, Fleet, Customer Number assigned by OEM,etc. | 0..* | Field | oag:OpenIDType | |
LocationID |
Code identifying a physical location | 0..1 | Field | oag:OpenIDType | |
DealerManagementSystemID |
The Dealer Management System ID assigned to a party.ie, DMS assigned Customer Number | 0..1 | Field | oag:OpenIDType | |
AuthorizationID | 0..1 | Field | oag:OpenIDType | ||
RelationshipType |
Indicates the Business Party's relationship to the primary Party (e.g., mother, father, husband, etc.). | 0..1 | Field | oag:CodeType | |
SpecialRemarksDescription |
Any special remarks regarding a party. | 0..* | Field | oag:TextType | |
AlternatePartyDocument |
An alternate collection of data for a piece of written, printed, or electronic matter that provides information or evidence of a party. | 0..* | Component | DocumentABIEType | |
Begin Choice | |||||
SpecifiedOrganization |
A specific organization represented in a party, or other component. | 0..1 | Component | OrganizationABIEType | |
or | |||||
SpecifiedPerson |
Identifies a specific individual or person. | 0..1 | Component | PersonType | |
End Choice | |||||
Privacy |
Any privacy rights the party has subscribed to or opted out of. | 0..* | Component | oag:PreferenceBaseType | |
PreferredLanguage |
Preferred language | 0..1 | Field | sqdt:LanguageCodeType | |
ManufacturerCustomerID |
The number assigned to the customer by the manufacturer's systems. | 0..1 | Field | oag:OpenIDType | |
ManufacturerHouseholdID |
The number assigned to the customer's household by the manufacturer's systems. | 0..1 | Field | oag:OpenIDType | |
PartyActionEvent |
An action taken for an event by or in behalf of the party. This can be used to track the creation of the party, deletion, or end date. This action is dirrectly related to the party. | 0..* | Component | EventType | |
DealerIndicator |
Part flag indicating that part was sold to another dealer. | 0..1 | Field | oag:IndicatorType |
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.22. CustomerParty
<CustomerParty> <PartyID>......</PartyID> [0..*] <LocationID>......</LocationID> [0..1] <DealerManagementSystemID>......</DealerManagementSystemID> [0..1] <AuthorizationID>......</AuthorizationID> [0..1] <RelationshipType>......</RelationshipType> [0..1] <SpecialRemarksDescription>......</SpecialRemarksDescription> [0..*] <AlternatePartyDocument>......</AlternatePartyDocument> [0..*] <!-- Begin Choice --> <SpecifiedOrganization>......</SpecifiedOrganization> [0..1] <!-- or --> <SpecifiedPerson>......</SpecifiedPerson> [0..1] <!-- End Choice --> <Privacy>......</Privacy> [0..*] <PreferredLanguage>......</PreferredLanguage> [0..1] <ManufacturerCustomerID>......</ManufacturerCustomerID> [0..1] <ManufacturerHouseholdID>......</ManufacturerHouseholdID> [0..1] <PartyActionEvent>......</PartyActionEvent> [0..*] <DealerIndicator>......</DealerIndicator> [0..1] </CustomerParty>