http://github.com/folio-org/mod-invoice-storage
API used to manage invoice number.
Get generated invoice number
GET /invoice-storage/invoice-number
Media type: application/json
Type: json
Content:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Sequence number object",
"type": "object",
"properties": {
"sequenceNumber": {
"description": "Sequence number",
"type": "string"
}
},
"required": [
"sequenceNumber"
],
"additionalProperties": false
}
Internal server error, e.g. due to misconfiguration
Media type: text/plain
Type: any
Example:
internal server error, contact administrator