The Spanish version is the authoritative reference. View in Spanish
SaveBillerConfiguration
POST /SaveBillerConfiguration
Defines the sub-range size used to reload the folio manager, by document type. If not explicitly configured, a default sub-range of 100 folios will apply.
SBX
https://developers-sbx.gosocket.net/number-manager-admin/SaveBillerConfigurationPRD
https://developers.gosocket.net/number-manager-admin/SaveBillerConfiguration| Field | Location | Req. | Description |
|---|---|---|---|
countryId | body | Required | Country ISO code |
accountCode | body | Required | TaxId of the company |
billerId | body | Required | Biller ID |
documentTypeId | body | Required | Gosocket internal document type code |
refill | body | Optional | Sub-range size to reload. Default: 100 |
author | body | Required | Email of whoever performs the operation |
SaveBillerConfiguration
{
"countryId": "cl",
"accountCode": "{{taxId}}",
"billerId": "{{billerId}}",
"documentTypeId": 33,
"refill": 50,
"author": "user@empresa.com"
}