ProjectRequest
The ProjectRequest 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 | strong | 50 | Y | The reference of the project. |
ProjectOwnerID | integer | The Field View business unit ID that owns the project. A dynamic list GetBusinessUnits(). | ||
BusinessUnitType | integer | The Field View business unit type ID that owns the project. A dynamic list GetBusinessUnitTypes(). | ||
ProjectTypeID | integer | Y | The Field View project type ID of the project. A dynamic list GetProjectTypes(). | |
StartDate | DateTime | 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. A dynamic list GetCultures(). | ||
ResolutionDays | integer | The default resolution days for tasks to be completed. | ||
Active | boolean | Is the business unit type active and available for use. |
<ProjectRequest>
<ID></ID>
<Name></Name>
<Reference></Reference>
<ProjectOwnerID></ProjectOwnerID>
<BusinessUnitTypeID></BusinessUnitTypeID>
<ProjectTypeID></ProjectTypeID>
<StartDate></StartDate>
<FinishDate></FinishDate>
<TimeZoneOffset></TimeZoneOffset>
<CultureID></CultureID>
<ResolutionDays></ResolutionDays>
<Active></Active>
</ProjectRequest>