Saltar al contenido principal

GetGlobalFolioManagerAccountThreshold

GET /GetGlobalFolioManagerAccountThreshold

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á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": "2025-07-25T16:42:04.2067296+00:00"
  },
  {
      "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": "2025-04-29T14:45:48.4840042+00:00"
  }
]