# Bulk write 'Verification' Endpoint: POST /accounting/bookkeeping/verification/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): - `description` (string, required) - `bookkeeping_date` (string, required) - `verification_serie` (string, required) - `registration_date` (string, required) - `invoice` (object,null) Additional Validation Information: This value can't bet set, when any of the following fields are set: payment, debt_invoice This field, or at least one of the following fields must be set: payment, debt_invoice - `invoice.id` (string) - `organization` (object,null) - `custom_id` (string,null) - `payment` (object,null) Additional Validation Information: This value can't bet set, when any of the following fields are set: invoice, debt_invoice This field, or at least one of the following fields must be set: invoice, debt_invoice - `debt_invoice` (object,null) Additional Validation Information: This value can't bet set, when any of the following fields are set: invoice, payment This field, or at least one of the following fields must be set: invoice, payment ## Response 201 fields (application/json): - `description` (string, required) - `id` (string, required) Additional Validation Information: Must be unique - `bookkeeping_date` (string, required) - `verification_serie` (string, required) - `registration_date` (string, required) - `invoice` (object,null) Additional Validation Information: This value can't bet set, when any of the following fields are set: payment, debt_invoice This field, or at least one of the following fields must be set: payment, debt_invoice - `invoice.id` (string) - `organization` (object,null) - `kind` (integer,null) Enum: 3, 4 - `custom_id` (string,null) - `verification_group` (object,null) - `payment` (object,null) Additional Validation Information: This value can't bet set, when any of the following fields are set: invoice, debt_invoice This field, or at least one of the following fields must be set: invoice, debt_invoice - `credits` (object,null) - `vacancy_invoice` (object,null) - `event` (integer,null) Enum: 0, 1, 2, 3, 4 - `overriden_bookkeeping_date` (string,null) - `exported_for_import_in_file` (object,null) - `tags` (any) - `created_at` (string) - `debt_invoice` (object,null) Additional Validation Information: This value can't bet set, when any of the following fields are set: invoice, payment This field, or at least one of the following fields must be set: invoice, payment - `customer_columns` (any) ## Response 401 fields ## Response 403 fields ## Response 429 fields