latestOpenAPI 3.0.02026-08-1284111344.5 KB
14666f4db0f8
Job Sub Status
Create a new Job Sub Status
Creates a new Job Sub Status and returns the created Job Sub Status object.
post/v2/jobSubStatus
Headers
Authorizationstring required
Example:Bearer <token>
Bearer Token
Request body
Example request
{
"name": "New",
"parentName": "In progress",
"color": "silver"
}Response
The created Job Sub Status.
Example response
{
"id": "JSS-BA5r7o4bqzR9MONa",
"name": "Follow Up",
"parentName": "In progress",
"color": "lavender"
}