The Spanish version is the authoritative reference. View in Spanish
SaveBillerConfiguration
POST /SaveBillerConfiguration
The Administration API URL for the environment (SBX or PRD) must be prepended as the base.
Defines the size of the sub-ranges with which the biller will be refilled, by document type. If not explicitly configured, a default 100-folio sub-range applies.
| Parameter | Type | Req. | Description |
|---|---|---|---|
billerConfigurationId | string (UUID) | Optional | ID of an existing configuration; sent to update it instead of creating a new one |
countryId | string | Required | ISO country code |
accountCode | string | Required | Company tax ID (TaxId) |
billerId | string (UUID) | Required | Biller ID |
documentTypeId | int | Required | Document type the configuration applies to |
refill | int | Required | Number of folios in each refill sub-range |
author | string | Required | User who performs the operation (audit) |
SaveBillerConfiguration
{
"countryId": "cl",
"accountCode": "{{taxId}}",
"billerId": "{{billerId}}",
"documentTypeId": 33,
"refill": 50,
"author": "user@empresa.com"
}