v1

latestOpenAPI 3.0.12026-07-26222700728.0 KB
Templates

Save business types

Save a new (or update an existing) set of business types

post/v6/templates/businessTypes

Request body

Example request

{
  "data": [
    {
      "id": "bzt_123456",
      "name": "Electrician",
      "status": "ACTIVE"
    }
  ]
}

Response

Success

result'SUCCESS' | 'FAILURE'

The result of the action performed.

Example response

{
  "data": [
    {
      "data": {
        "id": "bzt_123456",
        "name": "Electrician",
        "status": "ACTIVE"
      }
    }
  ]
}