ChangeRequestLine
Represents individual line items on change requests, defining the cost, price, quantity, and project contract associations for each change.
Columns
| Name | Type | Description |
| auditCreatedBy | String | The user who created the change request line. |
| auditCreatedDateTime | Datetime | The date and time when the change request line was created. |
| auditModifiedBy | String | The user who last modified the change request line. |
| auditModifiedDateTime | Datetime | The date and time when the change request line was last modified. |
| changeRequest_Href | String | The URL of the change request associated with this line. |
| changeRequest_Id | String | The Id of the change request associated with this line. |
| changeRequest_Key | String | The system-assigned key of the change request associated with this line. |
| cost | Decimal | The total cost for this change request line. |
| externalUOM | String | The external unit of measure used for this change request line. |
| glAccount_Href | String | The URL of the general ledger account associated with this change request line. |
| glAccount_Id | String | The Id of the general ledger account associated with this change request line. |
| glAccount_Key | String | The system-assigned key of the general ledger account associated with this change request line. |
| glAccount_Name | String | The name of the general ledger account associated with this change request line. |
| href | String | The URL of the change request line resource. |
| id | String | The unique identifier of the change request line. |
| key [KEY] | String | The system-assigned key that uniquely identifies the change request line record. |
| lineNo | String | The sequential line number of this entry within the change request. |
| linePrice | Decimal | The total price for this change request line. |
| memo | String | The memo or note associated with this change request line. |
| numberOfProductionUnits | String | The number of production units associated with this change request line. |
| price | Decimal | The unit price for this change request line. |
| priceMarkupAmount | Decimal | The markup amount applied to the price on this change request line. |
| priceMarkupPercent | Decimal | The markup percentage applied to the price on this change request line. |
| productionUnitDescription | String | The description of the production unit associated with this change request line. |
| projectChangeOrder_Href | String | The URL of the project change order associated with this change request line. |
| projectChangeOrder_Id | String | The Id of the project change order associated with this change request line. |
| projectChangeOrder_Key | String | The system-assigned key of the project change order associated with this change request line. |
| projectContractLine_Href | String | The URL of the project contract line associated with this change request line. |
| projectContractLine_Id | String | The Id of the project contract line associated with this change request line. |
| projectContractLine_Key | String | The system-assigned key of the project contract line associated with this change request line. |
| projectContractLine_Name | String | The name of the project contract line associated with this change request line. |
| projectContract_Href | String | The URL of the project contract associated with this change request line. |
| projectContract_Id | String | The Id of the project contract associated with this change request line. |
| projectContract_Key | String | The system-assigned key of the project contract associated with this change request line. |
| projectContract_Name | String | The name of the project contract associated with this change request line. |
| projectEstimate_Href | String | The URL of the project estimate associated with this change request line. |
| projectEstimate_Id | String | The Id of the project estimate associated with this change request line. |
| projectEstimate_Key | String | The system-assigned key of the project estimate associated with this change request line. |
| quantity | Decimal | The quantity associated with this change request line. |
| unitCost | Decimal | The cost per unit for this change request line. |
| unitPrice | Decimal | The price per unit for this change request line. |
| workflowType | String | The workflow type applied to this change request line. |