Credit Note Number Prefix
Set Credit Note Number Prefix
Updates the credit note number prefix for the given organization.
patch/billing-settings/credit-note-prefix
Headers
organization_idinteger required
Example:1
Organization ID
Request body
Example request
{
"prefix": "CN",
"secondary_prefix": "CN-SEC"
}Response
Credit note prefix saved successfully
Example response
{
"message": "credit_note_prefix saved successfully",
"data": {
"prefix": "CN",
"secondary_prefix": "CN-SEC",
"module": "credit_note"
}
}