The Spanish version is the authoritative reference. View in Spanish
ReleaseSubRange
POST /ReleaseSubRange
Prepend the Emission API URL for the environment (SBX or PRD) as the base.
Starts the release of a sub-range assigned to a local profile biller, to return the unused numbering to the primary range. The release is completed with ConfirmReleaseSubRange.
| Parameter | Type | Req. | Description |
|---|---|---|---|
countryId | string | Required | ISO country code |
accountCode | string | Required | Company tax ID (TaxId) |
primaryRangeId | string (UUID) | Required | ID of the source primary range |
subRangeId | string (UUID) | Required | ID of the sub-range to release |
author | string | Required | User or system executing the operation (audit) |
ReleaseSubRange
{
"countryId": "cl",
"accountCode": "{{taxId}}",
"primaryRangeId": "{{primaryRangeId}}",
"subRangeId": "{{subRangeId}}",
"author": "user@empresa.com"
}The response indicates the sub-range interval available for release (numberFrom / numberTo), which is then confirmed with ConfirmReleaseSubRange.
Under construction
Response example pending validation.