BusinessPackageRequest
The BusinessPackageRequest parameters are returned by certain APIs.
Parameter | Type | Max Length | Allow NULL | Description |
---|---|---|---|---|
ID | integer | The unique ID of the business package if editing. | ||
Description | string | 100 | The description of the business package. | |
PackageTradeRequest | PackageTradeRequest | Package trade information request. | ||
OurRef | string | 50 | Y | The reference of the business package, from the point of view of the owner organisation. |
YourRef | string | 50 | Y | The reference of the business package, from the point of view of the organisation to which the package is associated. |
VisibilityOrganisationID | integer | The top level organisation ID, in the business unit structure, who has permission to view this business package. A dynamic list GetBusinessUnits(). | ||
OrganisationUnitAndBelow | bool | Can business units below the VisibilityOrganisationID, also have permission to view this business package. | ||
OwnerOrganisationID | integer | The organisation ID who has permission to edit this package. A dynamic list GetBusinessUnits(). | ||
ResolutionDays | integer | Y | The default resolution days for tasks to be completed. | |
Active | boolean | Is the business package active and available for use. |
<BusinessPackageRequest>
<ID></ID>
<Description></Description>
<PackageTradeRequest>
<ID></ID>
...
</PackageTradeRequest>
<OurRef></OurRef>
<YourRef></YourRef>
<VisibilityOrganisationID></VisibilityOrganisationID>
<OrganisationUnitAndBelow></OrganisationUnitAndBelow>
<OwnerOrganisationID></OwnerOrganisationID>
<ResolutionDays></ResolutionDays>
<Active></Active>
</BusinessPackageRequest>