The Spanish version is the authoritative reference. View in Spanish
RefillSubRange
POST /RefillSubRange
Prepend the Emission API URL for the environment (SBX or PRD) as the base.
Requests a new numbering sub-range from the assigned primary range, for a local profile biller. Typically used when the current sub-range is exhausted, when starting operation, or when an internal low threshold is detected.
| Parameter | Type | Req. | Description |
|---|---|---|---|
countryId | string | Required | ISO country code |
accountCode | string | Required | Company tax ID (TaxId) |
billerId | string (UUID) | Required | ID of the biller requesting the sub-range |
documentTypeId | int | Required | Document type |
refill | int | Optional | Requested folio count; with null the size configured in SaveBillerConfiguration is used |
RefillSubRange
{
"countryId": "py",
"accountCode": "{{taxId}}",
"billerId": "{{billerId}}",
"documentTypeId": 1,
"refill": null
}The response includes the sub-range identifier, the starting and ending numbers, the series and the document type.
Under construction
Response example pending validation.