Saltar al contenido principal

GetPrimaryRangeById

GET /GetPrimaryRangeById?countryId={countryId}&accountCode={accountCode}&id={id}

Obtiene información de un rango primario específico de la cuenta a través de su Id.

ParámetroUbicaciónReq.Descripción
countryIdqueryRequeridoCódigo ISO del país
accountCodequeryRequeridoTaxId de la empresa
idqueryRequeridoID del rango primario

Parámetros de consulta GetPrimaryRangeById

GetPrimaryRangeById
{
  "primaryRangeId": "{{primaryRangeId}}",
  "billingPoint": null,
  "salePoint": null,
  "primaryRangeType": 1,
  "priorityLevel": 14,
  "number": 21343,
  "numberMin": {{numberMin}},
  "numberMax": {{numberMax}},
  "series": null,
  "documentTypeId": 33,
  "dateFrom": "{{timestamp}}",
  "dateFromNumber": 20250703,
  "dateTo": "{{timestamp}}",
  "dateToNumber": 99991231,
  "dateTimeTimestamp": "{{timestamp}}",
  "author": "System",
  "data": "<XML_CAF_OMITIDO>",
  "countryId": "cl",
  "accountCode": "{{taxId}}",
  "accountName": "Nombre Empresa",
  "status": 5,
  "enabled": true,
  "deleted": false,
  "deletedAuthor": null,
  "deletedTimeStamp": null,
  "source": "System",
  "billers": [
      "{{billerId}}"
  ],
  "useType": ""
}