Direkt zum Inhalt

AddProject()

Modified: 31 Mai 2026 Viewpoint Field View Developer / API Help

The AddProject() command adds a project into Field View.

  • Quota: 6
Table 1. Parameters
ParameterTypeMax LengthAllow NULLDescription
apiTokenstring20YYour API security token configured in Field View.
projectRequestProjectRequestProject information request. The ID parameter of the ProjectRequest can be ignored.
Table 2. Returns
FieldTypeDescription
IDintegerThe ID of the project that was added.
<StatusRequest>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <ID></ID>
   </StatusRequest>
Absenden

Table of Contents