# Bulk write 'Transaction' Endpoint: POST /accounting/bookkeeping/transaction/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): - `verification` (object, required) - `verification.id` (string) - `account` (integer, required) - `organization` (object,null) - `used_dimensions` (array,null) - `value` (number) - `description` (string,null) - `custom_id` (string,null) ## Response 201 fields (application/json): - `id` (string, required) Additional Validation Information: Must be unique - `verification` (object, required) - `verification.id` (string) - `account` (integer, required) - `organization` (object,null) - `customer_columns` (any) - `used_dimensions` (array,null) - `credits` (object,null) - `created_at` (string) - `value` (number) - `tags` (any) - `description` (string,null) - `kind` (integer,null) Enum: 0, 1 - `custom_id` (string,null) ## Response 401 fields ## Response 403 fields ## Response 429 fields