The ProjectPackageInformation parameters are returned by certain APIs.
| Parameter | Type | Max Length | Allow NULL | Description |
|---|---|---|---|---|
| ID | integer | The unique ID of the project package. | ||
| ProjectID | integer | The unique ID of the project to which this project package is assigned | ||
| Description | string | 100 | The description of the project package. | |
| Trades | PackageTradeInformation | Package trade information structure. | ||
| OurRef | string | 50 | The reference of the project package, from the point of view of the owner organisation. | |
| YourRef | string | 50 | The reference of the project package, from the point of view of the organisation to which the package is associated. | |
| IssuedToOrganisationID | integer | The ID of the issued to organisation. A dynamic list GetOrganisations(). | ||
| IssuedToOrganisation | string | 100 | The name of the issued to organisation. A dynamic list GetOrganisations(). | |
| PackageEmail | string | 255 | The e-mail address(es) that should be notified for tasks assigned to this package. Multiple e-mail addresses should be separated by a ; | |
| OrganisationEmail | string | 255 | The e-mail address(es) that should be notified for tasks assigned to this organisation. Multiple e-mail addresses should be separated by a ; | |
| AutomaticallySendEmail | boolean | Set this to true if you require e-mails to be sent automatically, overnight, when new tasks are created for this package. | ||
| OrganisationTypeID | integer | The Field View business unit type ID of the issued to organisation. A dynamic list GetBusinessUnitTypes(). | ||
| OrganisationType | string | 100 | The Field View business unit type of the issued to organisation. A dynamic list GetBusinessUnitTypes(). | |
| Roles | RoleInformation | Role information structure. | ||
| OwnerOrganisationID | integer | The organisation ID who has permission to edit this package. | ||
| OwnerOrganisation | string | 100 | The organisation name who has permission to edit this package. | |
| ResolutionDays | integer | The default resolution days for tasks to be completed. | ||
| Default | boolean | Is the project package the default for the project. When creating new tasks the issued to package will default to this. | ||
| Active | boolean | Is the project package active and available for use. |
| Field | Type | Description |
|---|---|---|
Example Header