Create Resource
Create a new Resource within your Workspace.
A Resource represents a person, material, or tool that is used within your Projects.
When you attach a Resources to more than one Task, the software will schedule the usage
of your Resource so that it is not allocated to more than one Task at the same time.
The users in your Workspace are also considered Resources. To invite a new User to your
Workspace, create a new Resource for that user.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
firstName
The first name of the person Resource.
Applies to personnel Resources only.
lastName
The last name of the person Resource.
Applies to personnel Resources only.
email
The email address of this Resource.
hourlyRate
The basic hourly rate for this Resource.
phone
The phone number associated with this Resource.
city
The city where this Resource is located.
state
The state or region where this Resource is located. This value is not constrained
to a list of known states or regions.
country
A text field indicating the country in which this Resource is located. This value
is not constrained to the list of known ISO 3166 country names or codes.
notes
Free-form text notes about this Resource. You may use this field to store extra information about the Resource.
role
The Role privileges associated with this Resource.
Applies to personnel Resources only.
teams
The list of ResourceTeams to which this Resource belongs.
skills
The list of ResourceSkills possessed by this Resource.
Response
This endpoint returns an object.
error
If the API call failed, this will contain information about the error that occurred.
success
True if the API call succeeded; false otherwise.
hasError
True if the API call failed.
statusCode
The HTTP code of the response.
data
A Resource represents a person, material, or tool that is used within your Projects.
When you attach a Resources to more than one Task, the software will schedule the usage
of your Resource so that it is not allocated to more than one Task at the same time.
The users in your Workspace are also considered Resources. To invite a new User to your
Workspace, create a new Resource for that user.