Aller au contenu principal

GetPackageTrades()

Modified: 10 mai 2026 Viewpoint Field View Developer / API Help

The GetPackageTrades() command returns a list of trades assigned to this package in Field View.

  • Quota: 1
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiTokenstring20Y Your API security token configured in Field View.
packageID integerY The package ID for which to retrieve information.
Table 2. Returns
FieldTypeDescription
PackageTradeInformation PackageTradeInformationPackage trade structure.
<PackageTradeResponse>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <PackageTradeInformation>
           <ID></ID>
           <Description></Description>
           <CategoryID></CategoryID>
           <Category></Category>
       </PackageTradeInformation>
   </PackageTradeResponse>
Soumettre

Table of Contents