cURL
curl --request POST \ --url https://api.example.com/public/companies/{company_id}/custom-fields \ --header 'Content-Type: application/json' \ --data ' { "field_name": "<string>", "field_value": "<string>" } '
{ "id": 123, "updated_time": "2023-11-07T05:31:56Z", "field_name": "<string>", "field_value": "<string>" }
Adds a custom field to a specific company.
2500
Created. The custom field was successfully created.