ResourceCreateDto

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.

Fields

FieldDescription
firstName
string
required
minimum 1 characters
The first name of the person Resource.

Applies to personnel Resources only.
lastName
string
optional
The last name of the person Resource.

Applies to personnel Resources only.
email
string
optional
The email address of this Resource.
hourlyRate
double
optional
The basic hourly rate for this Resource.
phone
string
optional
The phone number associated with this Resource.
city
string
optional
The city where this Resource is located.
state
string
optional
The state or region where this Resource is located. This value is not constrained
to a list of known states or regions.
countryCode
string
optional
A text field indicating the country in which this Resource is located.
This value must be one of the following: US, NZ, AU.
notes
string
optional
Free-form text notes about this Resource. You may use this field to store extra
information about the Resource.
roleId
uuid
optional
The Role Id associated with this Resource.

Applies to personnel Resources only.
teamIds
uuid
optional
The list of ResourceTeams to which this Resource belongs.
skillIds
uuid
optional
The list of ResourceSkills possessed by this Resource.
country
string
optional
deprecated
Deprecated - this property is no longer being used. Please pass in Country data on
the CountryCode property.

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.
role
string
optional
deprecated
Deprecated - this property is no longer being used. Please pass in Role data on
the RoleId property

The Role privileges associated with this Resource.

Applies to personnel Resources only.
teams
string
optional
deprecated
Deprecated - this property is no longer being used. Please pass in Team data on
the TeamIds property

The list of ResourceTeams to which this Resource belongs.
skills
string
optional
deprecated
Deprecated - this property is no longer being used. Please pass in Skill data on
the SkillIds property

The list of ResourceSkills possessed by this Resource.