Create credit memo
Authentication
Authorizationstring
API Key authentication via header
Request
This endpoint expects an object.
customerId
Customer ID
issueDate
Issue date
reason
Reason
items
Credit memo items
memo
Memo
applyOnCreate
Apply on create parameters. Do not include if you want to apply the credit memo to an invoice later.
Response
Credit memo created successfully
payload
Response payload, will be empty when success is false
success
Boolean with true=success, false=failure
message
Plain-text description of the result
error
json element with any error messages or warnings
Errors
400
Bad Request Error
500
Internal Server Error

