HTTP status code 200
Body
Media type: application/json
Type: json
Content:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A collection of sequence numbers",
"type": "object",
"properties": {
"sequenceNumbers": {
"description": "The list of sequence numbers",
"type": "array",
"items": {
"type": "string"
}
}
},
"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 purchase order 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