Skip to main content

Update Cost Entry

PUT 

/api/cost-entries/:costEntry

Updates a cost entry. All fields are optional; only provided fields are changed.

Required scope: purchase-orders:write

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

Fields: description, cost_date, amount, amount_in_tenant_currency, cost_entry_type_id, status (draft, pending_allocation, partially_allocated, allocated), supplier_id, reference_number, currency_id, currency_rate and nominal_code_id.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type