Skip to main content

Update a receipt

PUT 

/panel/receipts/:receipt

Updates the receipt identified by its UUID.

Omitted fields are reset: tax, receipt_url and description are always written from the request, so leaving any of them out clears the stored value. Send the current values to keep them.

workspace_uuid is accepted but ignored — a receipt cannot be moved to another workspace through this endpoint.

quantity is reset to 1 on every update.

Request

Responses

success reflects whether the receipt row was written, so it can be false when the submitted values match the stored ones.