Skip to main content

Update Warehouse Transfer Bill

PATCH 

/api/warehouses/transfers/:transfer/bills/:bill

Updates a bill linked to the warehouse transfer.

Required scope: warehouses:write

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

Fields: invoice_number (required), invoice_date (required), supplier_id (required), currency_id, currency_rate, proration_strategy and allocations (array of {warehouse_transfer_line_id, allocation_amount, proration_strategy} - must not exceed the bill total). Responds 404 when the bill does not belong to this transfer.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type