Query Parameters
- invoiceId: required(string - pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$)
The UUID of a invoice
Example:
8ad4b87b-9b47-4199-b0c3-5480745c6b41
HTTP status code 200
Body
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
}
HTTP status code 400
Bad request, e.g. malformed request body or query parameter
Body
Media type: text/plain
Type: any
Example:
Unable to generate invoice line number
HTTP status code 500
Internal server error, e.g. due to misconfiguration
Body
Media type: text/plain
Type: any
Example:
Internal server error, contact Administrator