OrdinanceParticipant (JSON)
| URI: | OrdinanceParticipant |
|---|
Properties
| Name | Type | Description | |
|---|---|---|---|
| roleType | string | Gets the role type for this participant in the ordinance | |
| sexType | string | Gets the sex type for this participant in the ordinance | |
| participant | ResourceReference | Get the participant associated with the ordinance | |
| fullName | string | The full name of the person, generally in the native name form. |
Example
{
"roleType" : "...",
"sexType" : "...",
"participant" : {
"resourceId" : "...",
"resource" : "..."
},
"fullName" : "..."
}