Invoice Number Prefix
Set Invoice Number Prefix
Updates the invoice number prefix for the given organization.
patch/billing-settings/invoice-prefix
Headers
organization_idinteger required
Example:1
Organization ID
Request body
Example request
{
"prefix": "INV",
"secondary_prefix": "INV-SEC"
}Response
Invoice prefix saved successfully
Example response
{
"message": "invoice_prefix saved successfully",
"data": {
"prefix": "INV",
"secondary_prefix": "INV-SEC",
"module": "invoice"
}
}