DeActivateProjectPackage()

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>