Create Hourly Rate

Create a hourly rate

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

x-integration-namestringOptional
The name of the calling system passed along as a header parameter

Request

The rate data.
resourceIdstring or nullOptionalformat: "uuid"
The ResourceId that the rate is for
skillIdstring or nullOptionalformat: "uuid"
The SkillId that the rate is for
projectIdstring or nullOptionalformat: "uuid"
The ProjectId that the rate is for
hourlyRatedouble or nullOptional0-1000000000000000000
The hourly rate value, the rate will be created for all periods with this value. Either hourlyRate or copyFromRateId has to be specified but not both.
copyFromRateIdstring or nullOptionalformat: "uuid"
The rateId to copy from. The values for each rate period will match the values for the source rate. Either hourlyRate or copyFromRateId has to be specified but not both.

Response

Success
errorobject or null
If the API call failed, this will contain information about the error that occurred.
successboolean or nullRead-only

True if the API call succeeded; false otherwise.

hasErrorboolean or nullRead-only
True if the API call failed.
statusCodeenum or null
The HTTP code of the response.
dataobject or null
Hourly rate