The Spanish version is the authoritative reference. View in Spanish
DownloadPrimaryRangeET
POST /DownloadPrimaryRangeET
Downloads folios from the SII for each document type. The billerId, document type, and number of folios to download must be provided.
SBX
https://developers-sbx.gosocket.net/number-manager-admin/DownloadPrimaryRangeETPRD
https://developers.gosocket.net/number-manager-admin/DownloadPrimaryRangeET| Field | Location | Req. | Description |
|---|---|---|---|
accountCode | body | Required | TaxId of the company |
countryId | body | Required | Country ISO code |
billers | body | Required | Array with the billerId(s) the downloaded range will be assigned to |
author | body | Required | Email of whoever performs the operation |
documentTypeId | body | Required | Gosocket internal document type code |
countNumbers | body | Required | Number of folios to download from the SII |
DownloadPrimaryRangeET
{
"accountCode": "{{taxId}}",
"countryId": "cl",
"billers": [
"{{billerId}}"
],
"author": "user@empresa.com",
"documentTypeId": 33,
"countNumbers": 5
}