ProjectOrganisationRequest

The ProjectOrganisationRequest parameters are returned by certain APIs.

Table 1. Parameters
ParameterTypeMax LengthAllowNULLDescription
IDintegerThe unique ID of the organisation.
ProjectIDintegerThe unique ID of the project. A dynamic list GetProjects().
OrganisationTypeIDintegerThe Field View business unit type ID of the organisation. A dynamic list GetBusinessUnitTypes().
RoleRequestRoleRequestYRole request structure.
OrganisationEmailstring255Y The e-mail address(es) that should be notified for tasks assigned to this organisation. Multiple e-mail addresses should be separated by a ;
AutomaticallySendEmailbooleanY 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>