BusinessPackageRequest

The BusinessPackageRequest parameters are returned by certain APIs.

Table 1. Parameters
ParameterTypeMax LengthAllow NULLDescription
IDinteger The unique ID of the business package if editing.
Descriptionstring100 The description of the business package.
PackageTradeRequestPackageTradeRequest Package trade information request.
OurRefstring50Y The reference of the business package, from the point of view of the owner organisation.
YourRefstring50Y The reference of the business package, from the point of view of the organisation to which the package is associated.
VisibilityOrganisationIDinteger The top level organisation ID, in the business unit structure, who has permission to view this business package. A dynamic list GetBusinessUnits().
OrganisationUnitAndBelowbool Can business units below the VisibilityOrganisationID, also have permission to view this business package.
OwnerOrganisationIDinteger The organisation ID who has permission to edit this package. A dynamic list GetBusinessUnits().
ResolutionDaysintegerY The default resolution days for tasks to be completed.
Activeboolean 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>