# Create 'Brfcompanycontactperson' Endpoint: POST /brf/common/brfcompanycontactperson/ Version: 2.0.0 Security: customer_id, application_id, service_id, service_version_id, client_ct, client_object_id, client_secret ## Request fields (application/json): - `brf_company` (object, required) - `brf_company.id` (string) - `name` (string, required) - `organization` (object,null) - `corporate_name` (string,null) - `last_name` (string,null) - `email` (string,null) - `custom_id` (string,null) - `first_name` (string,null) - `phone_number` (string,null) - `org_no` (string,null) - `ssn` (string,null) - `category` (integer,null) Enum: 0, 1, 2, 3, 4, 5, 6, 7 ## Response 201 fields (application/json): - `id` (string, required) Additional Validation Information: Must be unique - `brf_company` (object, required) - `brf_company.id` (string) - `name` (string, required) - `organization` (object,null) - `corporate_name` (string,null) - `created_at` (string) - `last_name` (string,null) - `email` (string,null) - `custom_id` (string,null) - `first_name` (string,null) - `phone_number` (string,null) - `org_no` (string,null) - `tags` (any) - `ssn` (string,null) - `customer_columns` (any) - `category` (integer,null) Enum: 0, 1, 2, 3, 4, 5, 6, 7 ## Response 401 fields ## Response 403 fields ## Response 429 fields