Create a sales credit note
Creates a sales credit note conforming to UBL 2.1 specification. See the right panel for request samples and response JSON.
Path parameters
Required data
Original sales invoice reference — Include the original invoice in
billing_referenceBusiness profile identifier — Business profile ID of the supplier (in path)
Buyer party details — Customer party fields (name, address, tax scheme)
Line items being credited — At least one document line
Discrepancy reason —
discrepancy_response(DL8.61.1 codes)VAT information — Tax category and scheme per line and for charges/allowances as applicable
System behavior
VAT is recalculated according to UAE VAT law
Credit note status and transmission events are tracked
Party VAT and registration validation
See The Customer party object.
Response
Status code: 201 Created
Returns the created credit note object with all calculated fields populated.
Attachments
You may include an optional attachments array in the create request. Each item must include file_name, file_type, and Base64-encoded file_content. Allowed MIME types and validation rules are documented under Attachment object (request) on the Sale credit note object page.
