ShipToParty

Uses the Component:PartyABIEType

The party receiving the goods or services.

Fields and Components

Table 6.34. 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 udt:IdentifierType  
LocationID

Code identifying a physical location

0..1Field udt:IdentifierType  
DealerManagementSystemID

The Dealer Management System ID assigned to a party.ie, DMS assigned Customer Number

0..1Field udt:IdentifierType  
AuthorizationID

0..1Field udt:IdentifierType  
RelationshipTypeCode

Indicates the Business Party's relationship to the primary Party (e.g., mother, father, husband, etc.).

0..1Field udt:CodeType  
SpecialRemarksDescription

Any special remarks regarding a party.

0..*Field udt: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..*ComponentDocumentABIEType 

Begin Choice

SpecifiedOrganization

A specific organization represented in a party, or other component.

0..1ComponentOrganizationABIEType 

or

SpecifiedPerson

Identifies a specific individual or person.

0..1ComponentPersonType 

End Choice

Privacy

Any privacy rights the party has subscribed to or opted out of.

0..*ComponentPrivacyType 
PreferredLanguageCode

Preferred language

0..1Field sqdt:LanguageCodeType  
ManufacturerCustomerID

The number assigned to the customer by the manufacturer's systems.

0..1Field udt:IdentifierType  
ManufacturerHouseholdID

The number assigned to the customer's household by the manufacturer's systems.

0..1Field udt:IdentifierType  
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..*ComponentEventType 
DealerIndicator

Part flag indicating that part was sold to another dealer.

0..1Field udt:IndicatorType  

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.34. ShipToParty

<ShipToParty>
     <PartyID>......</PartyID>     [0..*]
     <LocationID>......</LocationID>     [0..1]
     <DealerManagementSystemID>......</DealerManagementSystemID>     [0..1]
     <AuthorizationID>......</AuthorizationID>     [0..1]
     <RelationshipTypeCode>......</RelationshipTypeCode>     [0..1]
     <SpecialRemarksDescription>......</SpecialRemarksDescription>     [0..*]
     <AlternatePartyDocument>......</AlternatePartyDocument>     [0..*]
     <!--  Begin Choice -->
     <SpecifiedOrganization>......</SpecifiedOrganization>     [0..1]
     <!-- or -->                    
     <SpecifiedPerson>......</SpecifiedPerson>     [0..1]
     <!--  End Choice -->
     <Privacy>......</Privacy>     [0..*]
     <PreferredLanguageCode>......</PreferredLanguageCode>     [0..1]
     <ManufacturerCustomerID>......</ManufacturerCustomerID>     [0..1]
     <ManufacturerHouseholdID>......</ManufacturerHouseholdID>     [0..1]
     <PartyActionEvent>......</PartyActionEvent>     [0..*]
     <DealerIndicator>......</DealerIndicator>     [0..1]
</ShipToParty>