Saltar al contenido principal

GetGlobalFolioManagerAccountThreshold

GET /GetGlobalFolioManagerAccountThreshold?countryId={countryId}&accountCode={accountCode}&documentTypeId={documentTypeId}&version=3

Consulta el tamaño de recarga (refill) y el umbral de recarga automática (threshold) configurados a nivel de cuenta para cada tipo de documento.

ParámetroUbicaciónReq.Descripción
countryIdqueryRequeridoCódigo ISO del país
accountCodequeryRequeridoTaxId de la empresa
documentTypeIdqueryRequeridoID del tipo de documento
versionqueryRequeridoSiempre 3

Parámetros de consulta GetGlobalFolioManagerAccountThreshold

GetGlobalFolioManagerAccountThreshold
[
  {
      "countryId": "cl",
      "taxId": "{{taxId}}",
      "documentTypeId": 33,
      "threshold": 100,
      "refill": 1000,
      "startFrom": 0,
      "version": 3,
      "prefix": null,
      "lastChangeAuthor": "user@empresa.com",
      "rowKey": "cl|{{taxId}}|33|3",
      "timestamp": "{{timestamp}}"
  },
  {
      "countryId": "cl",
      "taxId": "{{taxId}}",
      "documentTypeId": 39,
      "threshold": 100,
      "refill": 500,
      "startFrom": 0,
      "version": 3,
      "prefix": null,
      "lastChangeAuthor": "user@empresa.com",
      "rowKey": "cl|{{taxId}}|39|3",
      "timestamp": "{{timestamp}}"
  }
]