ChangeOrders
The Change Order resource is used to create, view, update, or delete a change order. A change order is an event, action, or condition that affects the scope, value, or duration of a project or task.
Columns
| Name | Type | Description |
| CancelDate | Date | Date when the change order was canceled. Application calculated field. |
| ChangeDocumentId [KEY] | Long | Unique identifier of a project change order. Mandatory for PATCH operation. |
| CancelReason | String | User comments for cancelling the change order. Mandatory for cancelling the change order. |
| CancelType | String | The code of the reason for canceling the change order. Mandatory for cancelling the change order. Valid values are DUPLICATE, INSUFFICIENT_INFORMATION, NO_LONGER_REQUIRED, OTHER, and REJECTED. |
| Comments | String | User comments for the change order. |
| CreatorId | Long | Identifier of the creator for a change order. Mandatory for POST operation if Creator Name or Creator Email is not provided. |
| Description | String | Description of the change order. |
| ImpactIfNotImpl | String | Impact if the change is not implemented. |
| Justification | String | Justification for a change order. |
| Name | String | Name of the change order. |
| OwnerId | Long | Unique identifier of the owner of change order. The default value is creator of the change order. |
| Priority | String | The code of the priority of a change order. Valid values are HIGH, LOW, and MEDIUM. The default value is MEDIUM. |
| ProjectId | Long | Unique identifier of the project for which change document is created. |
| Reason | String | The code of the reason for which the change order is created, rejected, and canceled. Valid values are BUDGET_REVISION, CLIENT_SCOPE_CHANGES, CONTRACT_MODIFICATION, DESIGN_CHANGES, GENERAL, OTHER, SCHEDULE_MODIFICATION, and SCOPE_REVISION. The default value is GENERAL. |
| Stage | String | The code of the current stage of a change order. Valid values are CREATE, IMPACT_ANALYSIS, APPROVAL, CLOSE, REVIEW, IMPLEMENTATION. The default value is CREATE. |
| Status | String | The code of the current status of a change order. Status is derived from stage of the change order. You need to mention status only when you want to cancel the change order. Valid value is CANCELED. |
| OwnerName | String | Name of the owner of a change order. The default value is the creator name of the change order. |
| OwnerEmail | String | Email of the owner of a change order. The default value is the creator email of the change order. |
| ProjectName | String | Name of the project for which change order is created. |
| ChangeDocumentNumber | Long | Unique number of the change order. Application calculated field. |
| CreatorName | String | Name of the creator of a change order. |
| CreatorEmail | String | Email of the creator of a change order. |
| CreationDate | Datetime | Date when the change order was created. Application calculated. |
| Customer | String | Customer of the project for which change order is created. If project is specified for the change order, customer is defaulted to project customer. |
| TaskId | Long | Unique identifier of the task for which change document is created. |
| TaskName | String | Name of the task for which change order is created. |
| TaskNumber | String | Unique number of the task associated with a specific project for which change order is created. |
| 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 |
| Finder | String | finder |