ProjectPackageInformation

The ProjectPackageInformation parameters are returned by certain APIs.

Table 1. Parameters
ParameterTypeMax LengthAllow NULLDescription
IDinteger The unique ID of the project package.
ProjectIDinteger The unique ID of the project to which this project package is assigned
Descriptionstring100The description of the project package.
TradesPackageTradeInformationPackage trade information structure.
OurRefstring50 The reference of the project package, from the point of view of the owner organisation.
YourRefstring50 The reference of the project package, from the point of view of the organisation to which the package is associated.
IssuedToOrganisationIDinteger The ID of the issued to organisation. A dynamic list GetOrganisations().
IssuedToOrganisationstring100 The name of the issued to organisation. A dynamic list GetOrganisations().
PackageEmailstring255 The e-mail address(es) that should be notified for tasks assigned to this package. Multiple e-mail addresses should be separated by a ;
OrganisationEmailstring255 The e-mail address(es) that should be notified for tasks assigned to this organisation. Multiple e-mail addresses should be separated by a ;
AutomaticallySendEmailboolean Set this to true if you require e-mails to be sent automatically, overnight, when new tasks are created for this package.
OrganisationTypeIDinteger The Field View business unit type ID of the issued to organisation. A dynamic list GetBusinessUnitTypes().
OrganisationTypestring100The Field View business unit type of the issued to organisation. A dynamic list GetBusinessUnitTypes().
RolesRoleInformation Role information structure.
OwnerOrganisationIDinteger The organisation ID who has permission to edit this package.
OwnerOrganisationstring100 The organisation name who has permission to edit this package.
ResolutionDaysinteger The default resolution days for tasks to be completed.
Defaultboolean Is the project package the default for the project. When creating new tasks the issued to package will default to this.
Activeboolean Is the project package active and available for use.
Table 2. Returns
FieldTypeDescription
Example Header