supplierTrackingProgram
Description: Supplier Tracking program attributes are retrieved by using project or program attributes.
Response Object Types: SupplierTrackingProgram
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. |
| segmentID | String |
Segment ID as set by and visible to the organization viewing the project. |
| isDeleted | Boolean! =false |
By default, this is set to false. When the filter is set to true, it will return deleted records. Supplier Tracking Program can be deleted for the Project. |
| dateModifiedBegin | DateTime |
Greater than or equal to timestamp of last supplier tracking project program edit formatted as YYYY-MM-DDTHH:MM(US/Central timezone). |
| dateModifiedEnd | DateTime |
Less than timestamp of last supplier tracking project program edit formatted as YYYY-MM-DDTHH:MM(US/Central timezone). |
| programName | String |
Name of the program. |
| projectNumber | String |
Internal project number as set by and visible to the organization viewing the project. |
| isCorporateProgram | Boolean |
Will determine if a project is assigned to a corporate supplier tracking template or not. |