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-name
The name of the calling system passed along as a header parameter
Request
The rate data.
resourceId
The ResourceId that the rate is for
skillId
The SkillId that the rate is for
projectId
The ProjectId that the rate is for
hourlyRate
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.
copyFromRateId
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
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
Hourly rate