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