manualContract
Lien Waiver Only Sub-Tier (LW Sub) and manual contract information.
Fields
| Field Name | Data Type | Description |
|---|---|---|
| id | Int |
ID associated with manual contract. |
| name | String |
Sub-Tier name associated with manual contract. |
| organizationType | String |
Organization participant type in Textura. |
| contractNumber | String |
Contract Number assigned to this contract. |
| service | String |
Service provided by Sub-Tier contractor. |
| contractAmount | Decimal |
Contract amount assigned to this Sub-Tier contractor. |
| taxId | String |
TaxID assigned to this Sub-Tier contractor. |
| dateCreated | DateTime |
Date manual contract created. |
| dateModified | DateTime |
Date manual contract modified. |
| minorityStatus | [String] |
Minority status values from Record Sub-Tiers workflow. |
| paidToDate | Decimal |
Amount paid to date to this Sub-Tier contractor on this contract. This figure will include the amount for the current draw if and only if the parent on-system invoice has been signed. |
| camsContractAmount | Decimal |
Contract amount assigned to Sub-Tier contractor through Record Sub-tiers screen |
| isDeleted | Boolean |
Is manual contractor deleted. |
| parentContract | ContractSubgraph |
Details of parent contract associated with this manual contract. |
| parentManualContract | ManualContractSubgraph |
Details of parent manual contract associated with this manual contract. |
| project | ProjectSubgraph |
Details of project linked to the contract. |
| organization | OrganizationSubgraph |
Organization details associated to the contract. |
| pageInfo | PageInfo |
Provides page results and total results. |