Direkt zum Inhalt

DeActivateProjectPackage()

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

The DeActivateProjectPackage() command deactivates a project package in Field View.

  • Quota: 1
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiToken string20YYour Field View API token.
projectPackageIDintegerYThe ID of the project package to be deactivated.
Table 2. Returns
FieldTypeDescription
IDintegerThe ID of the project package that was deactivated.
<StatusRequest>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <ID></ID>
   </StatusRequest>
Absenden

Table of Contents