Skip to main content

ProjectRequest

Modified: 6 Jun 2026 Viewpoint Field View Developer / API Help

The ProjectRequest parameters are returned by certain APIs.

Table 1. Parameters
ParameterTypeMax LengthAllow NULLDescription
IDinteger The unique ID of the project. This can be ignored for the AddProject API.
Namestring100The name of the project.
Referencestrong50YThe reference of the project.
ProjectOwnerID integerThe Field View business unit ID that owns the project. A dynamic list GetBusinessUnits().
BusinessUnitTypeintegerThe Field View business unit type ID that owns the project. A dynamic list GetBusinessUnitTypes().
ProjectTypeIDintegerYThe Field View project type ID of the project. A dynamic list GetProjectTypes().
StartDateDateTimeThe start date of the project.
FinishDateDateTimeYThe finish date of the project.
TimeZoneStringYThe 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 integerThe default resolution days for tasks to be completed.
ActivebooleanIs 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>
Submit

Table of Contents