Skip to main content

GetGlobalFolioManagerAccountThreshold

GET /GetGlobalFolioManagerAccountThreshold

Queries the reload size (refill) and automatic reload threshold (threshold) configured at account level for each document type.

Query parameters 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"
  }
]