Next Issue Number Query by Issuer
This endpoint returns the next issue_number available for the issuer identified by issuer_key. The returned value considers the highest number already used in non-canceled operations of the issuer and the internal numbering control in the issuer configuration — the greater of the two is always returned.
If no numbering configuration exists yet for the issuer, it is created automatically with current_issue_number = 1 and that value is returned.
Request
ENDPOINT
/commercial_paper/issuer/ISSUER-KEY/issue_numberMETHOD
GETPath Params
| Field | Type | Description | Max Characters |
|---|---|---|---|
ISSUER-KEY * | string/uuid | Unique identifier (UUID v4) of the issuer registered in Issuer Management. | 36 |
Response
STATUS
200Response Body
{
"issue_number": 42
}
Response Body Params
| Field | Type | Description | Max Characters |
|---|---|---|---|
issue_number * | integer | Next issue number suggested for a new operation of the issuer. Starts at 1 for issuers with no prior operations or configuration. | - |