Create a labor rate
POST /labor-rates
POST
/labor-rates
Create a new labor rate
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
unit_id
string
organization_id
string
name
string
description
string
quantity
string
unit_price
string
category
string
Responses
Section titled “ Responses ”Labor rate created
object
id
string
company_id
string | null
unit_id
string | null
organization_id
string | null
name
string | null
description
string | null
quantity
string | null
unit_price
string | null
category
string | null
Invalid request
object
success
required
boolean
error
required
string
Example
An error occurredUnauthorized