Skip to main content

Bulk Create Vendor Deposits

POST 

/api/vendor-deposits/bulk-create

Create multiple vendor deposits in one call — one per item, each linked to a purchase order. Shared header fields (deposit_date, due_date, external_reference, notes, proportional_apply_enabled) apply to every deposit created.

Required scope: accounting:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Item fields: purchase_order_id (required), currency_id, currency_rate, currency_id_tenant_snapshot, amount, and amount_in_tenant_currency are required; supplier_id, tax_amount, tax_amount_in_tenant_currency, tax_lines, payment_term_schedule_line_index, inbound_shipment_id, payment_term_schedule_snapshot, and is_ownership_transfer are optional.

Returns 201 with the created deposits.

Request

Responses

Created

Response Headers
    Content-Type