The ProjectRequest parameters are returned by certain APIs.
| Parameter | Type | Max Length | Allow NULL | Description |
|---|---|---|---|---|
| ID | integer | The unique ID of the project. This can be ignored for the AddProject API. | ||
| 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. | |
| TimeZone | String | Y | The TimeZone from the Field View supported list. | |
| 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>
<TimeZone></TimeZone>
<CultureID></CultureID>
<ResolutionDays></ResolutionDays>
<Active></Active>
</ProjectRequest>