Allocates a person to a role on the given account and project

A person cannot be allocated entirely inside a period of unavailability and cannot be allocated outside of their employment dates.

For allocations that overlap a period of unavailability, the API will truncate or not set the date range that the person is unavailable.

Examples: Unavaialble from 2020-01-11 to 2020-01-25, Allocation date from 2020-01-20 to 2020-03-31, will alocate the person from 2020-01-26 to 2020-03-31

Unavaialble from 2020-01-11 to 2020-01-25, Allocation date from 2020-01-01 to 2020-03-31, will alocate the person from 2020-01-01 to 2020-01-10 AND 2020-01-26 to 2020-03-31
Permissions
Person: Read
Role: Read
Allocation: Write
Private: Read

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required

The Account ID

int64
required

The Project ID

int64
required

The Role ID

Body Params

Request object containing the person, role, start and end date to allocate

int64
required
date-time
required
date-time
required
Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

409

Conflict

422

Unprocessable Entity

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!