wafeq_debit_notes_line_items_update
Update a debit note line item with new account, quantity, unit amount, and description. Provide debit note ID and line item ID to modify the specified entry.
Instructions
๐ก WRITE ยท updates data ยท Debit Note Line Items ยท PUT /debit-notes/{debit_note_id}/line-items/{id}/
Update debit note line item
Endpoint for updating an existing debit note line item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | Augment ``custom_fields`` in the output with computed CALCULATED field values. Apply to any line-item serializer whose model has ``get_resolved_custom_fields``. | |
| debit_note_id | Yes | ||
| idempotency_key | No | Optional idempotency key (sent as the X-Wafeq-Idempotency-Key header). A UUID v4 is generated automatically when omitted, so an automatic network retry can never duplicate this operation. Pass your own stable value to make a deliberate re-invocation safe as well. |