# Create 'Externalclient' Endpoint: POST /organization/externalclient/ 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): - `name` (string, required) - `org_no` (string,null) - `organization` (object,null) - `organization.id` (string) - `custom_id` (string,null) - `visiting_address` (object,null) - `fmi` (string,null) - `invoice_address` (object,null) - `invoice_email` (string,null) ## Response 201 fields (application/json): - `id` (string, required) Additional Validation Information: Must be unique - `name` (string, required) - `tags` (any) - `org_no` (string,null) - `organization` (object,null) - `organization.id` (string) - `customer_columns` (any) - `custom_id` (string,null) - `visiting_address` (object,null) - `created_at` (string) - `fmi` (string,null) - `invoice_address` (object,null) - `invoice_email` (string,null) ## Response 401 fields ## Response 403 fields ## Response 429 fields