ChangeOrdersChangeParticipants
The Change Participants resource is used to view the participants for a change order.
Columns
| Name | Type | Description |
| ChangeOrdersChangeDocumentId [KEY] | Long | Unique identifier of a project change order. Mandatory for PATCH operation. |
| ParticipantId [KEY] | Long | Unique identifier of the change order participant. |
| ParticipantResourceId | Long | Resource identifier of the change order participant. |
| AssessmentFlag | Bool | Indicates whether a participant is an assessor on the change order. Valid values are Y and N. The default value is N. |
| AssessmentStatus | String | Assessment status of assessor for a change order. Valid values are In Progress and Completed. |
| ReviewFlag | Bool | Indicates whether a participant is a reviewer on the change order. Valid values are Y and N. The default value is N. |
| ReviewStatus | String | Review status of participant for a change order. Valid values are In Progress and Completed. |
| ApproveFlag | Bool | Indicates whether a participant is an approver on the change order. Valid values are Y, N, and R. The default value is N. |
| ApproveStatus | String | Approval status of participant for a change order. Valid values are In Progress, Completed, and Rejected. |
| ImplementationFlag | Bool | Indicates whether a participant is an implementor on the change order. Valid values are Y and N. The default value is N. |
| ImplementationStatus | String | Implementation status of participant for a change order. Valid values are In Progress and Completed. |
| AssessmentComments | String | Assessment comments by participant for a change order. |
| ReviewComments | String | Review comments by participant for a change order. |
| ApproveComments | String | Approval or rejection comments by participant for a change order. Mandatory for rejecting the change order. |
| ImplementationComments | String | Implementation comments by participant for a change order. |
| RejectType | String | The code of the rejection type for a change order. Mandatory for rejecting the change order. Valid values are INSUFFICIENT_INFORMATION, OTHER, SCOPE_REDUCTION, and UNACCEPTABLE_RISK. |
| RejectDate | Date | Date when change order was rejected. Calculated by application. |
| ParticipantName | String | Name of the change order participant. |
| ParticipantEmail | String | Email of the change order participant. |
| Bind_ChangeDocumentId | String | bind_changedocumentid |
| Bind_ChangeDocumentNumber | String | bind_changedocumentnumber |
| Bind_CreatorId | String | bind_creatorid |
| Bind_Name | String | bind_name |
| Bind_OwnerId | String | bind_ownerid |
| Bind_ProjectId | String | bind_projectid |
| Bind_Stage | String | bind_stage |
| Bind_Status | String | bind_status |
| Bind_TaskId | Long | bind_taskid |
| ChangeDocumentId | Long | changedocumentid |
| Finder | String | finder |