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
Example response
{
"data": [
{
"data": {
"id": "bzt_123456",
"name": "Electrician",
"status": "ACTIVE"
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.