The Spanish version is the authoritative reference. View in Spanish
AnnulmentPrimaryRange
POST /AnnulmentPrimaryRange
Retrieves the folios available for annulment within the SII, associated with a specific primary range. The numberFrom and numberTo values from the response are used in ConfirmAnnulmentPrimaryRange.
SBX
https://developers-sbx.gosocket.net/number-manager-admin/AnnulmentPrimaryRangePRD
https://developers.gosocket.net/number-manager-admin/AnnulmentPrimaryRange| Field | Location | Req. | Description |
|---|---|---|---|
accountCode | body | Required | TaxId of the company |
countryId | body | Required | Country ISO code |
primaryRangeId | body | Required | ID of the primary range to query |
author | body | Required | Email of whoever performs the operation |
AnnulmentPrimaryRange
{
"accountCode": "{{taxId}}",
"countryId": "cl",
"primaryRangeId": "{{primaryRangeId}}",
"author": "user@empresa.com"
}