ProjectOrganisationRequest
The ProjectOrganisationRequest parameters are returned by certain APIs.
Parameter | Type | Max Length | AllowNULL | Description |
---|---|---|---|---|
ID | integer | The unique ID of the organisation. | ||
ProjectID | integer | The unique ID of the project. A dynamic list GetProjects(). | ||
OrganisationTypeID | integer | The Field View business unit type ID of the organisation. A dynamic list GetBusinessUnitTypes(). | ||
RoleRequest | RoleRequest | Y | Role request structure. | |
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 organisation. |
<ProjectOrganisationRequest>
<OrganisationID></OrganisationID>
<ProjectID></ProjectID>
<OrganisationTypeID></OrganisationTypeID>
<RoleRequest>
<ID></ID>
...
</RoleRequest>
<OrganisationEmail></OrganisationEmail>
<AutomaticallySendEmail></AutomaticallySendEmail>
</ProjectOrganisationRequest>