Accounts (Companies)
Create a custom field
Creates a custom field to use for accounts.
post/accounts/customfield
Request body
Example request
{
"id": "3-contacts",
"title": "Custom Field Title"
}Response
OK
Creates a custom field to use for accounts.
{
"id": "3-contacts",
"title": "Custom Field Title"
}OK