Uses the Component:PartyABIEType
The party to contact in regards to a service appointment.
Table 6.58. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
PartyBase |
Party Basic Business Information Entity Type. | 0..1 | Component | PartyBBIEType | |
SpecifiedOrganization |
A specific organization represented in a party, or other component. | 0..1 | Component | OrganizationABIEType | |
SpecifiedPerson |
Identifies a specific individual or person. | 0..1 | Component | PersonType | |
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..1 | Component | EventType |
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.67. AppointmentContactParty
<AppointmentContactParty> <PartyBase>......</PartyBase> [0..1] <SpecifiedOrganization>......</SpecifiedOrganization> [0..1] <SpecifiedPerson>......</SpecifiedPerson> [0..1] <PartyActionEvent>......</PartyActionEvent> [0..1] </AppointmentContactParty>