# Bulk write 'Debtinvoiceevent' Endpoint: POST /accounting/debt/debtinvoiceevent/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): - `debt_invoice` (object, required) - `debt_invoice.id` (string) - `status_description` (string,null) - `comment` (string,null) - `custom_id` (string,null) - `name_of_external_administrator` (string,null) - `event_type` (integer,null) Enum: 0 - `category_description` (string,null) - `organization` (object,null) ## Response 201 fields (application/json): - `id` (string, required) Additional Validation Information: Must be unique - `debt_invoice` (object, required) - `debt_invoice.id` (string) - `status_description` (string,null) - `created_by_organization_user` (object,null) - `comment` (string,null) - `custom_id` (string,null) - `created_at` (string) - `created_by_integration_user` (object,null) - `name_of_external_administrator` (string,null) - `event_type` (integer,null) Enum: 0 - `category_description` (string,null) - `organization` (object,null) ## Response 401 fields ## Response 403 fields ## Response 429 fields