Uses the Component:PartyBBIEType
The party that provides a lead.
Table 6.6. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| PartyID |
Party ID. | 0..* | Field | oag:OpenIDType | |
| Name |
Party Name. | 0..* | Field | oag:OpenNameType | |
| RelationshipType |
Relationship type. | 0..1 | Field | oag:CodeType |
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.6. ProviderParty
<ProviderParty>
<PartyID>......</PartyID> [0..*]
<Name>......</Name> [0..*]
<RelationshipType>......</RelationshipType> [0..1]
</ProviderParty>