ProjectPackageRequest
The ProjectPackageRequest 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 the package should be added to. A dynamic list GetProjects(). Not used when editing a project package. | ||
Description | string | 100 | The description of the project package. | |
PackageTradeRequest | PackageTradeRequest | Package trade request structure. | ||
OurRef | string | 50 | Y | The reference of the project package, from the point of view of the owner organisation. |
YourRef | string | 50 | Y | 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(). | ||
PackageEmail | string | 255 | Y | 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 | Y | 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 | Y | Set this to true if you require e-mails to be sent automatically, overnight, when new tasks are created for this package/ organisation. | |
OrganisationTypeID | integer | The Field View business unit type ID of the issued to organisation. A dynamic list GetBusinessUnitTypes(). | ||
RoleRequest | RoleRequest | Y | Role request structure. | |
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. | |
Default | boolean | Y | 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. |
<ProjectPackageRequest>
<ID></ID>
<ProjectID></ProjectID>
<Description></Description>
<PackageTradeRequest>
<ID></ID>
...
</PackageTradeRequest>
<OurRef></OurRef>
<YourRef></YourRef>
<IssuedToOrganisationID></IssuedToOrganisationID>
<PackageEmail></PackageEmail>
<OrganisationEmail></OrganisationEmail>
<AutomaticallySendEmail></AutomaticallySendEmail>
<OrganisationTypeID></OrganisationTypeID>
<RoleRequest>
<ID></ID>
...
</RoleRequest>
<OwnerOrganisationID></OwnerOrganisationID>
<ResolutionDays></ResolutionDays>
<Default></Default>
<Active></Active>
</ProjectPackageRequest>