For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create credit memo

Creates new credit memos.

post

Bulk async operation. Requires MPT-Upsert and MPT-Async headers. Returns 202 Accepted with MPT-Task-Id header for tracking the async operation.

Query parameters
Responses
201

Created

application/json

Represents a credit memo in the billing system.

revisioninteger · int32Optional
idstringOptional

The unique identifier of the credit memo.

countryCodestringOptional

The country code.

Example: IE
documentNostringOptional

The document number assigned by the ERP system.

Example: DOC-67890
statusstring · enumOptionalPossible values:
cloudiqInvoiceReferencestring · nullableOptional

Cloud iQ invoice reference.

cloudiqReportLayoutinteger · int32 · nullableOptional

Cloud iQ report layout.

post/public/v1/billing/credit-memos

Last updated

Was this helpful?