latestOpenAPI 3.0.02026-08-1284111344.5 KB
14666f4db0f8
JobTypes
Create a new Job Type
Creates a new Job Type and returns the created Job Type object.
post/v2/jobtypes
Headers
Authorizationstring required
Example:Bearer <token>
Bearer Token
Request body
Example request
{
"name": "Some type",
"avgDuration": 60,
"displayOrder": 1,
"applyToSubAccounts": true
}Response
The created Job Type.
Example response
{
"id": "JT-8718036049ec4c4d",
"name": "Cleaning",
"avgDuration": 60,
"displayOrder": 1
}