Change Requests provide construction companies a way to keep track of changes to their projects in terms of cost, price and markup.
A change request may consist of one or more lines of changes that are captured using the construction work breakdown structure (Project + Task + Cost Type) along with cost and price information. Information about other dimensions may also be captured when relevant.
In some instances only the cost is captured, when the change is not billed to the customer.
Sometimes the cost and price on a change request are the same amount, such as when the cost of a change is simply passed on to the customer.
Sometimes, in the early stages of a change request, you may not have all the information at a line item level. In such cases, you may want to create a change request without any line items, and later go back to it to add line item along with cost and/or price information.
Once a change request is approved, the user would want to update the primary estimate of the project by posting the change request. When the primary estimate is posted to GL budgets, those line items generated by the posting of the change request would also be part of the posting of the project estimate to GL budgets.
Returns up to 100 object references from the collection with a key, ID, and link for each change request. This operation is mostly for use in testing; use the query service to find objects that meet certain criteria and to specify properties that are returned.
Subscription | Construction, Project Costing and Billing |
---|---|
User type | Business, Project Manager |
Permissions | List, View Change requests |
OK
Bad Request
{- "ia::result": [
- {
- "key": "1",
- "id": "CR-1",
- "href": "/objects/construction/change-request/1"
}, - {
- "key": "2",
- "id": "CR-2",
- "href": "/objects/construction/change-request/2"
}, - {
- "key": "3",
- "id": "CR-3",
- "href": "/objects/construction/change-request/3"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}
Creates a new change request.
Subscription | Construction, Project Costing and Billing |
---|---|
User type | Business, Project Manager |
Permissions | List, View, Add Change requests |
Change request to create
id required | string <= 40 characters Unique identifier for the change request. Example: "CR-12" | ||||||||||||||||||||||||||||||||||||||||||||||||||||
required | object Reference to the project associated with the change request. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
changeRequestDate required | string <date> Date of the change request, which is used as the estimate entry effective date if posted to a GL budget. Example: "2024-01-24" | ||||||||||||||||||||||||||||||||||||||||||||||||||||
description | string <= 1000 characters Description of the change request. Example: "Change Request 12" | ||||||||||||||||||||||||||||||||||||||||||||||||||||
object Reference to the change request status. | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
object Specifies the type of change request, which may be used for reporting purposes. | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
changeRequestState | string Default: "draft" Indicates the current state of the change request. Use Example: "draft" | ||||||||||||||||||||||||||||||||||||||||||||||||||||
costEffectiveDate | string <date> Cost effective date of the change request. When posting change request lines to a project estimate, the estimate line Example: "2022-01-24" | ||||||||||||||||||||||||||||||||||||||||||||||||||||
priceEffectiveDate | string <date> Price effective date of the change request. Example: "2022-01-24" | ||||||||||||||||||||||||||||||||||||||||||||||||||||
object Reference to the project change order to link to. This is only allowed if the | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
projectContractLineSource | string Default: "projectChangeOrder" Project contract line source - where this change request integrates with project contracts.
Example: "projectChangeOrder" | ||||||||||||||||||||||||||||||||||||||||||||||||||||
object Reference to the project contract affected by this change request. Requires | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
object Reference to the specific project contract line that is affected by this change request. Required if | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
scope | string or null Details about the expected scope of work for the change request. Example: "Design" | ||||||||||||||||||||||||||||||||||||||||||||||||||||
inclusions | string or null Details related to items that are explicitly included in the terms of this change request. Example: "Original plan" | ||||||||||||||||||||||||||||||||||||||||||||||||||||
exclusions | string or null Details related to items that are explicitly excluded in the terms of this change request. Example: "Hardware accessories" | ||||||||||||||||||||||||||||||||||||||||||||||||||||
terms | string or null Additional terms or performance obligations. Example: "Standard terms and conditions" | ||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Change request lines. | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
object Supporting document ID. | |||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Created
Bad Request
{- "id": "CR-4",
- "changeRequestDate": "2021-11-11",
- "project": {
- "key": "12"
}
}
{- "ia::result": {
- "key": "4",
- "id": "CR-4",
- "href": "/objects/construction/change-request/4"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Returns detailed information for a particular change request.
Subscription | Construction, Project Costing and Billing |
---|---|
User type | Business, Project Manager |
Permissions | List, View Change requests |
key required | string System-assigned key for the change request. |
OK
Bad Request
{- "ia::result": {
- "key": "1",
- "id": "CR1-DIMBTI-CRHSrce",
- "changeRequestType": {
- "key": "12",
- "id": "CRType-12",
- "href": "/objects/construction/change-request-type/12"
}, - "project": {
- "key": "1",
- "id": "DIM - BTI",
- "name": "Dimensions - Berkeley Technology Inc",
- "href": "/objects/projects/project/1"
}, - "location": {
- "key": "1",
- "id": "1",
- "name": "United States of America",
- "href": "/objects/company-config/location/1"
}, - "projectCustomer": {
- "key": "14",
- "id": "BTI",
- "name": "Berkeley Technology Inc",
- "href": "/objects/accounts-receivable/customer/14"
}, - "changeRequestDate": "2021-02-07",
- "changeRequestState": "posted",
- "changeRequestStatus": {
- "key": "1",
- "id": "CRStatus_Original",
- "workflowType": "original",
- "href": "/objects/construction/change-request-status/1"
}, - "description": "CR1 with Line Source set to change request header",
- "costEffectiveDate": "2021-02-02",
- "priceEffectiveDate": "2021-02-02",
- "totalCost": "100.00",
- "totalPrice": "200.00",
- "projectChangeOrder": {
- "key": "1",
- "id": "PCO1-DIMBTI",
- "href": "/objects/construction/project-change-order/1"
}, - "scope": "change request scope",
- "inclusions": null,
- "exclusions": null,
- "terms": null,
- "schedule": {
- "scheduledStartDate": "2022-05-30",
- "actualStartDate": "2022-05-30",
- "scheduledCompletionDate": "2022-05-30",
- "revisedCompletionDate": "2022-05-30",
- "substantialCompletionDate": "2022-05-30",
- "actualCompletionDate": "2022-05-30",
- "noticeToProceedDate": "2022-05-30",
- "responseDueDate": "2022-05-30",
- "executedOnDate": "2022-05-30",
- "scheduleImpact": "None"
}, - "internalReference": {
- "referenceNumber": "INT-01",
- "initiatedBy": {
- "key": "2",
- "id": "12",
- "name": "Hatcher",
- "href": "/objects/company-config/employee/2"
}, - "verbalApprovalBy": {
- "key": "2",
- "id": "12",
- "name": "Hatcher",
- "href": "/objects/company-config/employee/2"
}, - "issuedBy": {
- "key": "25",
- "id": "123",
- "name": "Marquess",
- "href": "/objects/company-config/employee/25"
}, - "issuedOnDate": "2021-05-30",
- "approvedBy": {
- "key": "1",
- "id": "11",
- "name": "Reser",
- "href": "/objects/company-config/employee/1"
}, - "approvedOnDate": "2021-10-02",
- "signedBy": {
- "key": "32",
- "id": "Robert",
- "name": "Robert",
- "href": "/objects/company-config/employee/32"
}, - "signedOnDate": "2021-05-31",
- "source": "NA",
- "sourceReferenceNumber": "REF-01"
}, - "externalReference": {
- "referenceNumber": "A23",
- "verbalApprovalBy": {
- "key": "6",
- "name": "Johnson",
- "href": "/objects/company-config/contact/6"
}, - "approvedBy": {
- "key": "69",
- "name": "Jagadish",
- "href": "/objects/company-config/contact/69"
}, - "approvedOnDate": "2021-11-03",
- "signedBy": {
- "key": "200",
- "name": "Modulus Industries",
- "href": "/objects/company-config/contact/200"
}, - "signedOnDate": "2021-12-01"
}, - "attachment": {
- "id": "1"
}, - "projectContract": {
- "key": "1",
- "id": "PCN1-Top-DIMBTI",
- "name": "PCN1-Top-DIMBTI",
- "href": "/objects/construction/project-contract/1"
}, - "projectContractLine": {
- "key": "1",
- "id": "01",
- "name": "01-Billable Labor",
- "href": "/objects/construction/project-contract-line/1"
}, - "audit": {
- "modifiedDateTime": "2023-06-14T13:56:37Z",
- "createdDateTime": "2023-06-14T13:56:35Z",
- "modifiedBy": "1",
- "createdBy": "1"
}, - "projectContractLineSource": "changeRequest",
- "changeRequestLines": [
- {
- "key": "99",
- "id": "99",
- "changeRequest": {
- "key": "1",
- "id": "CR1-DIMBTI-CRHSrce",
- "href": "/objects/construction/change-request/1"
}, - "workflowType": "approvedChange",
- "dimensions": {
- "location": {
- "key": "1",
- "id": "1",
- "name": "United States of America",
- "href": "/objects/company-config/location/1"
}, - "department": {
- "key": "9",
- "id": "11",
- "name": "Accounting",
- "href": "/objects/company-config/department/9"
}, - "project": {
- "key": "1",
- "id": "DIM - BTI",
- "name": "Dimensions - Berkeley Technology Inc",
- "href": "/objects/projects/project/1"
}, - "customer": {
- "key": "14",
- "id": "BTI",
- "name": "Berkeley Technology Inc",
- "href": "/objects/accounts-receivable/customer/14"
}, - "vendor": {
- "key": "43",
- "id": "V101",
- "name": "NW Concrete",
- "href": "/objects/accounts-payable/vendor/43"
}, - "employee": {
- "key": "1",
- "id": "1",
- "name": "Reser",
- "href": "/objects/company-config/employee/1"
}, - "item": {
- "key": "1",
- "id": "1",
- "name": "PC Computer",
- "href": "/objects/inventory-control/item/1"
}, - "class": {
- "key": "1",
- "id": "3",
- "name": "Heath Care",
- "href": "/objects/company-config/class/1"
}, - "task": {
- "key": "690",
- "id": "2-050",
- "name": "Demolition",
- "href": "/objects/projects/task/690"
}, - "costType": {
- "key": "8",
- "id": "L",
- "name": "Labor",
- "href": "/objects/costType/8"
}
}, - "numberOfProductionUnits": "0",
- "productionUnitDescription": "Hours",
- "quantity": "10",
- "externalUOM": null,
- "unitCost": "100.00",
- "cost": "200.00",
- "unitPrice": "100.00",
- "price": "200.00",
- "priceMarkupPercent": "0",
- "priceMarkupAmount": "0.00",
- "linePrice": "200.00",
- "projectChangeOrder": {
- "key": "1",
- "id": "PCO1-DIMBTI",
- "href": "/objects/construction/project-change-order/1"
}, - "memo": "CR1L1",
- "projectEstimate": {
- "key": "1",
- "id": "PrimEst-DIMBTI",
- "href": "/objects/construction/project-estimate/1"
}, - "glAccount": {
- "key": "222",
- "id": "5008",
- "name": "Salaries - Contract",
- "href": "/objects/general-ledger/account/222"
}, - "projectContract": {
- "key": "1",
- "id": "PCN1-Top-DIMBTI",
- "name": "PCN1-Top-DIMBTI",
- "href": "/objects/construction/project-contract/1"
}, - "projectContractLine": {
- "key": "1",
- "id": "01",
- "name": "01-Billable Labor",
- "href": "/objects/construction/project-contract-line/1"
}, - "audit": {
- "modifiedDateTime": "2023-06-14T13:56:37Z",
- "createdDateTime": "2023-06-14T13:56:35Z",
- "modifiedBy": "1",
- "createdBy": "1"
}, - "href": "/objects/construction/change-request-line/99"
}
], - "href": "/objects/construction/change-request/1"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Updates an existing change request by setting field values. Any fields not provided remain unchanged.
Subscription | Construction, Project Costing and Billing |
---|---|
User type | Business, Project Manager |
Permissions | List, View, Edit Change requests |
key required | string System-assigned key for the change request. |
object Reference to the project associated with the change request. | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
changeRequestDate | string <date> Date of the change request, which is used as the estimate entry effective date if posted to a GL budget. Example: "2024-01-24" | ||||||||||||||||||||||||||||||||||||||||||||||||||||
description | string <= 1000 characters Description of the change request. Example: "Change Request 12" | ||||||||||||||||||||||||||||||||||||||||||||||||||||
object Reference to the change request status. | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
object Specifies the type of change request, which may be used for reporting purposes. | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
changeRequestState | string Default: "draft" Indicates the current state of the change request. Use Example: "draft" | ||||||||||||||||||||||||||||||||||||||||||||||||||||
costEffectiveDate | string <date> Cost effective date of the change request. When posting change request lines to a project estimate, the estimate line Example: "2022-01-24" | ||||||||||||||||||||||||||||||||||||||||||||||||||||
priceEffectiveDate | string <date> Price effective date of the change request. Example: "2022-01-24" | ||||||||||||||||||||||||||||||||||||||||||||||||||||
object Reference to the project change order to link to. This is only allowed if the | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
projectContractLineSource | string Default: "projectChangeOrder" Project contract line source - where this change request integrates with project contracts.
Example: "projectChangeOrder" | ||||||||||||||||||||||||||||||||||||||||||||||||||||
object Reference to the project contract affected by this change request. Requires | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
object Reference to the specific project contract line that is affected by this change request. Required if | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
scope | string or null Details about the expected scope of work for the change request. Example: "Design" | ||||||||||||||||||||||||||||||||||||||||||||||||||||
inclusions | string or null Details related to items that are explicitly included in the terms of this change request. Example: "Original plan" | ||||||||||||||||||||||||||||||||||||||||||||||||||||
exclusions | string or null Details related to items that are explicitly excluded in the terms of this change request. Example: "Hardware accessories" | ||||||||||||||||||||||||||||||||||||||||||||||||||||
terms | string or null Additional terms or performance obligations. Example: "Standard terms and conditions" | ||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Change request lines. | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
object Supporting document ID. | |||||||||||||||||||||||||||||||||||||||||||||||||||||
|
OK
Bad Request
{- "description": "CR1 with Line Source set to change request header - updated by project manager"
}
{- "ia::result": {
- "key": "4",
- "id": "CR-4",
- "href": "/objects/construction/change-request/4"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}
Deletes a change request.
Subscription | Construction, Project Costing and Billing |
---|---|
User type | Business, Project Manager |
Permissions | List, View, Delete Change requests |
key required | string System-assigned key for the change request. |
No Content
Bad Request
{- "ia::result": {
- "ia::error": {
- "code": "invalidRequest",
- "message": "A POST request requires a payload",
- "errorId": "REST-1028",
- "additionalInfo": {
- "messageId": "IA.REQUEST_REQUIRES_A_PAYLOAD",
- "placeholders": {
- "OPERATION": "POST"
}, - "propertySet": { }
}, - "supportId": "Kxi78%7EZuyXBDEGVHD2UmO1phYXDQAAAAo"
}
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 0,
- "totalError": 1
}
}
Queries an object for filtered data.
object | string Object type to query, in the form Example: "construction/change-request" | ||||||||
fields | Array of strings List of fields to include in the response. Can be any combination of these:
Example: ["key","id","max:vendor.creditLimit"] | ||||||||
Array of equal (object) or not equal (object) or less than (object) or (less than or equal (object)) or greater than (object) or (greater than or equal (object)) or in (object) or not in (object) or between (object) or not between (object) or contains (object) or does not contain (object) or starts with (object) or does not start with (object) or ends with (object) or does not end with (object) Filter conditions to select the objects to return based on their field values. You use operators and conditions to build your filter, such as Example: [{"$eq":{"status":"active"}},{"$gt":{"totalDue":"1000"}},{"$contains":{"name":"Acme"}}] | |||||||||
Array Any of: Field value must be equal to this specified value. For date fields, you can use these macro values that are relative to the current date or the
These are most useful for queries that you want to save and use repeatedly, such as for views or reports. Just change the For example,
| |||||||||
filterExpression | string Default: "and" Logical operators to apply when there are multiple filter conditions. The conditions in the Shortcuts:
Example: "(1 and 2) or 3" | ||||||||
| |||||||||
Array of objects Set the order of the results by specifying field names to sort by and whether they should be in ascending or descending order. Example: [{"totalDue":"asc"},{"lastPaymentMadeDate":"desc"}] | |||||||||
Array
| |||||||||
start | integer First record of the result set to include in the response. Example: 1 | ||||||||
size | integer Number of records to include in the response. Example: 100 |
OK
Bad Request
{- "object": "accounts-payable/vendor",
- "fields": [
- "id",
- "name",
- "status",
- "href"
], - "filters": [
- {
- "$eq": {
- "status": "active"
}
}, - {
- "$eq": {
- "billingType": "openItem"
}
}
], - "filterExpression": "1 and 2",
- "orderBy": [
- {
- "id": "asc"
}
]
}
{- "ia::result": [
- {
- "id": "Vend-00002",
- "name": "Test vendor",
- "status": "active",
- "href": "/objects/accounts-payable/vendor/85"
}, - {
- "id": "VEND-00010",
- "name": "Design Works",
- "status": "active",
- "href": "/objects/accounts-payable/vendor/111"
}
], - "ia::meta": {
- "totalCount": 2,
- "start": 1,
- "pageSize": 100,
- "next": null,
- "previous": null
}
}