Label
Create a new Label
Creates a new Label in the organization.
post/labels
Request body
Example request
{
"name": "Contracts"
}Response
Created
Example response
{
"id": "0ef334d2-7f36-4643-8a2a-4283b4a3e4a4",
"name": "Invoices"
}Creates a new Label in the organization.
{
"name": "Contracts"
}Created
{
"id": "0ef334d2-7f36-4643-8a2a-4283b4a3e4a4",
"name": "Invoices"
}