UpdateLibraryTasksOnPackageTradeChanged()

The UpdateLibraryTasksOnPackageTradeChanged() command updates library tasks on package trades changed in Field View.

  • Quota: 5
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiTokenstring50YYour Field View API token.
projectPackageIDintegerYThe ID of the project package to be deactivated.
deleteOriginalLibraryTasksintegerY Should the system delete the existing library tasks for this package before adding the new ones.
Table 2. Returns
FieldTypeDescription
IDinteger The ID of the project package for which the update library tasks was requested.
<StatusRequest>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <ID></ID>
   </StatusRequest>