ProjectInformation
The ProjectInformation parameters are returned by certain APIs.
Parameter | Type | Max Length | Allow NULL | Description |
---|---|---|---|---|
ID | integer | The unique ID of the project. | ||
Name | string | 100 | The name of the project. | |
Reference | string | 50 | Y | The reference of the project. |
ProjectOwnerID | integer | The Field View business unit ID that owns the project. | ||
ProjectOwner | string | 100 | The Field View business unit that owns the project. | |
BusinessUnitTypeID | integer | The Field View business unit type ID that owns the project. | ||
BusinessUnitType | string | 100 | The Field View business unit type that owns the project. | |
ProjectTypeID | integer | Y | The Field View project type ID of the project. | |
ProjectType | string | 100 | Y | The Field View project type of the project. |
StartDate | DateTime | Y | The start date of the project. | |
FinishDate | DateTime | Y | The finish date of the project. | |
TimeZoneOffset | integer | The time-shift in +/- minutes of difference between the project time zone and UTC. Impacts presentations of times in reports. | ||
CultureID | integer | The system cultureID of the projects location e.g. en-GB, en-US, etc. | ||
Culture | string | 100 | The system culture of the projects location e.g. en-GB, en-US, etc. | |
ResolutionDays | integer | The default resolution days for tasks to be completed. | ||
Active | boolean | Is the project active and available for use. |