http://github.com/folio-org/mod-invoice-storage
API used to manage Invoice Line number. This API is intended for internal use only
Get invoice line number
GET /invoice-storage/invoice-line-number
The UUID of a invoice
Example:
8ad4b87b-9b47-4199-b0c3-5480745c6b41
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
}
Bad request, e.g. malformed request body or query parameter
Media type: text/plain
Type: any
Example:
Unable to generate invoice line number
Internal server error, e.g. due to misconfiguration
Media type: text/plain
Type: any
Example:
Internal server error, contact Administrator