manualContract
Description: Lien Waiver Only Sub-Tier (LW Sub) and manual contract information is retrieved using organization id attribute.
Response Object Types: ManualContract
Arguments
| Field Name | Data Type | Description |
|---|---|---|
| organizationID | Int! |
Unique ID of organization. |
| offset | Int! |
Set the number of records to be skipped from your results. |
| next | Int! |
Set the number of records to return in your results. |
| isDeleted | Boolean! =false |
By default, this is set to false. When the filter is set to true, it will return deleted records. A manual contractor can be deleted when it has no associated documents and no draw participation. |
| projectNumber | String |
Internal project number as set by and visible to the organization viewing the project. |
| parentContractNumber | String |
Contract Number assigned to the parent contract. |
| parentManualContractNumber | String |
Contract Number assigned to the parent manual contract. |
| dateModifiedBegin | DateTime |
Greater than or equal to timestamp of last manual contract edit formatted as YYYY-MM-DDTHH:MM(US/Central timezone). |
| dateModifiedEnd | DateTime |
Less than timestamp of last manual contract edit formatted as YYYY-MM-DDTHH:MM(US/Central timezone). |
| taxID | String |
TaxID assigned to Sub-Tier contractor. |