# Bulk write 'Externalsupplier' Endpoint: POST /errands/suppliers/externalsupplier/list/ 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) - `errands_email` (string, required) - `invoice_address` (object,null) - `invoice_address.id` (string) - `org_no` (string,null) - `contact_last_name` (string,null) - `receive_sms_notifications` (boolean) - `organization` (object,null) - `errands_phone_number` (string,null) - `contact_phone_number` (string,null) - `contact_email` (string,null) - `contact_first_name` (string,null) - `receive_email_notifications` (boolean) - `custom_id` (string,null) ## Response 201 fields (application/json): - `name` (string, required) - `id` (string, required) Additional Validation Information: Must be unique - `errands_email` (string, required) - `invoice_address` (object,null) - `invoice_address.id` (string) - `created_at` (string) - `org_no` (string,null) - `contact_last_name` (string,null) - `receive_sms_notifications` (boolean) - `organization` (object,null) - `errands_phone_number` (string,null) - `contact_phone_number` (string,null) - `pending_monitor_approval_amount` (any) - `contact_email` (string,null) - `contact_first_name` (string,null) - `receive_email_notifications` (boolean) - `custom_id` (string,null) ## Response 401 fields ## Response 403 fields ## Response 429 fields