Skip to main content

GetBillerSubRanges

GET /GetBillerSubRanges

Retrieves the sub-ranges associated with a specific billerId within an account.

Query parameters GetBillerSubRanges

GetBillerSubRanges
[
  {
      "countryId": "cl",
      "accountCode": "{{taxId}}",
      "subRangeId": "1ebf98c8-a368-440d-90f3-7c99b5a59c4c",
      "primaryRangeId": "7e9b0f7d-098e-1475-6aab-4f73d3200c9a",
      "billerId": "a06bb722-88ea-4f91-be1d-03e91531470b",
      "documentTypeId": 1,
      "actualNumber": 10,
      "numberFrom": 1,
      "numberTo": 10,
      "author": "System",
      "deleted": false,
      "status": 5,
      "data": null
  },
  {
      "countryId": "cl",
      "accountCode": "{{taxId}}",
      "subRangeId": "855614d5-f1de-448a-b4e1-8135b9ab575d",
      "primaryRangeId": "7e9b0f7d-098e-1475-6aab-4f73d3200c9a",
      "billerId": "a06bb722-88ea-4f91-be1d-03e91531470b",
      "documentTypeId": 1,
      "actualNumber": 20,
      "numberFrom": 11,
      "numberTo": 20,
      "author": "System",
      "deleted": false,
      "status": 7,
      "data": null
  }
]