Change request lines describe the specific changes in a change request. Change request lines can only be added, updated, and deleted through the owning change-request object.
Returns up to 100 object references from the collection with a key, ID, and link for each change request line. 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.
OK
Bad Request
{- "ia::result": [
- {
- "key": "1",
- "id": "1",
- "href": "/objects/construction/change-request-line/1"
}, - {
- "key": "2",
- "id": "2",
- "href": "/objects/construction/change-request-line/2"
}, - {
- "key": "3",
- "id": "3",
- "href": "/objects/construction/change-request-line/3"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100,
- "next": 0,
- "previous": 0
}
}
Returns detailed information for a specified change request line.
key required | string System-assigned unique key for the change request line. Example: 99 |
OK
Bad Request
{- "ia::result": {
- "key": "7",
- "id": "7",
- "changeRequest": {
- "key": "11",
- "id": "REST-CR-02",
- "href": "/objects/construction/change-request/11"
}, - "workflowType": "none",
- "dimensions": {
- "location": {
- "key": "1",
- "id": "1",
- "name": "United States of America",
- "href": "/objects/company-config/location/1"
}, - "department": {
- "key": "3",
- "id": "3",
- "name": "Engineering",
- "href": "/objects/company-config/department/3"
}, - "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": "1099 Int",
- "name": "1099 Int",
- "href": "/objects/accounts-payable/vendor/43"
}, - "employee": {
- "key": "27",
- "id": "12",
- "name": "Eberhardt",
- "href": "/objects/company-config/employee/27"
}, - "item": {
- "key": "240",
- "id": "3",
- "name": "Rebar #10",
- "href": "/objects/inventory-control/item/240"
}, - "class": {
- "key": "6",
- "id": "4",
- "name": "Professional Services",
- "href": "/objects/company-config/class/6"
}, - "task": {
- "key": "3",
- "id": "1020",
- "name": "Roofing",
- "href": "/objects/projects/task/3"
}, - "costType": {
- "key": "8",
- "id": "L",
- "name": "Labor",
- "href": "/objects/costType/8"
}
}, - "numberOfProductionUnits": "1200",
- "productionUnitDescription": "sqft",
- "quantity": "5.00",
- "externalUOM": "each",
- "unitCost": "32.00",
- "cost": "160.00",
- "unitPrice": "40.00",
- "price": "200.00",
- "priceMarkupPercent": "10.00",
- "priceMarkupAmount": "20.00",
- "linePrice": "220.00",
- "projectChangeOrder": {
- "key": "2",
- "id": "PCO2-DIMBTI",
- "href": "/objects/construction/project-change-order/2"
}, - "memo": "CR Line 02",
- "projectEstimate": {
- "key": "1",
- "id": "BTI-01",
- "href": "/objects/construction/project-estimate/1"
}, - "glAccount": {
- "key": "35",
- "id": "5001",
- "name": "Construction",
- "href": "/objects/general-ledger/account/35"
}, - "projectContract": {
- "key": "4",
- "id": "PCN-04",
- "name": "Construction",
- "href": "/objects/construction/project-contract/4"
}, - "projectContractLine": {
- "key": "6",
- "id": "PCL-06",
- "name": "Construction",
- "href": "/objects/construction/project-contract-line/6"
}, - "lineNo": "1",
- "audit": {
- "createdDateTime": "2023-06-14T13:56:42Z",
- "modifiedDateTime": "2023-06-14T13:56:43Z",
- "createdBy": "1",
- "modifiedBy": "1"
}, - "href": "/objects/construction/change-request-line/7"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}