GetBusinessPackages()
The GetBusinessPackages() command returns a list of business packages in Field View.
|
Parameter | Type | Max Length | Required | Description |
---|---|---|---|---|
apiToken | string | 20 | Y | Your API security token configured in Field View. |
businessPackageDescription | string | 100 | Filters the returned results where the business package description contains the supplied string. | |
businessUnitIDs | String[] | 100 | Filters the returned results where the business package is business unit, is in the supplied business unit ids. Otherwise, the function will return all business packages in and above the business unit ID the API token was configured against. The business units ids should be contained in GetBusinessUnits(). | |
activeOnly | boolean | Y | If true, only active business packages will be returned. If false, all business packages will be returned. | |
startRow | integer | Y | The start row range of records you wish to retrieve. | |
pageSize | integer | Y | The number of records you wish to retrieve. |
Field | Type | Description |
---|---|---|
BusinessPackageInformation | BusinessPackageInformation | Business package information structure. |
<BusinessPackageResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<BusinessPackageInformation>
<ID></ID>
<Description></Description>
<PackageTradeInformation></PackageTradeInformation>
<OurRef></OurRef>
<YourRef></YourRef>
<VisibilityOrganisationID></VisibilityOrganisationID>
<OrganisationUnitAndBelow></OrganisationUnitAndBelow>
<VisibilityOrganisation></VisibilityOrganisation>
<OwnerOrganisationID></OwnerOrganisationID>
<OwnerOrganisation></OwnerOrganisation>
<ResolutionDays></ResolutionDays>
<Active></Active>
</BusinessPackageInformation>
</BusinessPackageResponse>