Rate

Create rate

Creates a new billing rate. The rate can be associated with a team if the teamId is provided, otherwise it will be a personal rate. User must have appropriate team permissions to create team rates. The rate includes a title, billing factor and optional extra charge.

post/v1/rates

Request body

titlestring
factorstring decimal
extrastring decimal
enabledboolean
archivedboolean
teamIdstring

Response

Rate created successfully

idstring
userstring
lastUpdateinteger
createdinteger
deletedboolean
titlestring
factorstring decimal
extrastring decimal
enabledboolean
archivedboolean

Changes

No recorded changes to this endpoint across all 3 revisions of this API.