budgetLine
Data attributes, including billing information and budget details, for both General Contractors and Subcontractor line items.
Fields
| Field Name | Data Type | Description |
|---|---|---|
| id | Int |
ID associated to the BudgetLine. |
| selfOriginalBudgetAmount | Decimal |
Self-performed original budget amount available per budget line component. |
| subcontractedOriginalBudgetAmount | Decimal |
Subcontracted original budget amount available per budget line component. |
| selfPercentComplete | Decimal |
Self-performed percentage of work completed in the current draw and all previous draws. |
| subcontractedPercentComplete | Decimal |
Subcontracted percentage of work completed in the current draw and all previous draws. |
| selfBilledToDate | Decimal |
Self-performed amount billed to date per line item. |
| subcontractedBilledToDate | Decimal |
Subcontracted billed to date amount per line item. |
| selfRetentionAmountToDate | Decimal |
Self-retention held to date per line item. |
| subcontractedRetentionAmountToDate | Decimal |
Subcontracted retention amount held to date per line item. |
| selfRetentionReleasedToDate | Decimal |
Self-retention paid or Self-retention released to dateper line item. |
| subcontractedRetentionReleasedToDate | Decimal |
Subcontracted retention amount paid or released to date per line item. |
| selfBalanceRemaining | Decimal |
Self-performed amount left to bill on the contract. |
| subcontractedBalanceRemaining | Decimal |
Subcontracted amount left to bill on the contract. |
| selfBudgetQty | Decimal |
Self-performed budget quantity available per budget line component. |
| subcontractedBudgetQty | Decimal |
Subcontracted budget quantity available per budget line component. |
| selfQtyBilledToDate | Decimal |
Self-performed quantity billed to date in a budget line. |
| subcontractedQtyBilledToDate | Decimal |
Subcontracted quantity billed to date in a budget line. |
| selfContractSumToDate | Decimal |
Self performed total contract value. |
| subcontractedContractSumToDate | Decimal |
Subcontracted total contract value. |
| selfChangeOrderAmount | Decimal |
Self performed change order amount to date. |
| subcontractedChangeOrderAmount | Decimal |
Subcontracted change order amount to date. |
| parentAccountCode | String |
Account code of the parent Budget Line. |
| accountCode | String |
Account code of the Budget Line. |
| parentCategoryCode | String |
Category code of the parent Budget Line. |
| categoryCode | String |
Category code of the Budget Line. |
| parentSubJob | String |
Sub job number of the parent Budget Line. |
| subJob | String |
Sub job number of the budget line. |
| parentSubcontractItemNumber | String |
Parent subcontract item number is the line ID of parent subcontract or SOV item that the subcontractor bills against. |
| subcontractItemNumber | String |
Subcontract item number is the line ID of subcontract or SOV item that the subcontractor bills against. |
| dateModified | DateTime |
Timestamp of last Budget Line edit (US/Central timezone). |
| isDeleted | Boolean |
Has budget line been deleted. |
| contract | ContractSubgraph |
Contract associated with Budget Line record. |
| pageInfo | PageInfo |
Provides page results and total results. |