The Spanish version is the authoritative reference. View in Spanish
ConfirmAnnulmentPrimaryRange
POST /ConfirmAnnulmentPrimaryRange
Confirms the annulment of a primary range with the SII. The numberFrom and numberTo fields must use the values returned by AnnulmentPrimaryRange.
SBX
https://developers-sbx.gosocket.net/number-manager-admin/ConfirmAnnulmentPrimaryRangePRD
https://developers.gosocket.net/number-manager-admin/ConfirmAnnulmentPrimaryRange| Field | Location | Req. | Description |
|---|---|---|---|
accountCode | body | Required | TaxId of the company |
countryId | body | Required | Country ISO code |
primaryRangeId | body | Required | Primary range ID |
author | body | Required | Email of whoever performs the operation |
numberFrom | body | Required | Starting folio to annul — obtained from AnnulmentPrimaryRange |
numberTo | body | Required | Ending folio to annul — obtained from AnnulmentPrimaryRange |
ConfirmAnnulmentPrimaryRange
{
"accountCode": "{{taxId}}",
"countryId": "cl",
"primaryRangeId": "{{primaryRangeId}}",
"author": "user@empresa.com",
"numberFrom": "{{numberFrom}}",
"numberTo": "{{numberTo}}"
}