MarminDeveloper Docs

Generate credit note XML


Generates the UAE e-invoicing compliant XML representation of the credit note. See the right panel for request examples.

Path parameters

ParameterTypeRequiredDescription
idstring
Required
The ID of the credit note.
Response

Status code: 200 OK

Response headers:

HeaderDescription
Content-Typeapplication/xml

Response body: Returns the XML content as a string containing the UBL 2.1 XML representation of the credit note.

Error responses

StatusDescription
401 UnauthorizedAuthentication required or invalid token.
403 ForbiddenUser not authorized to access this credit note.
404 Not FoundCredit note not found.
500 Internal Server ErrorAn error occurred while processing the request.
Next