The Spanish version is the authoritative reference. View in Spanish
DeleteBillerThreshold
DELETE /DeleteBillerThreshold
The Administration API URL for the environment (SBX or PRD) must be prepended as the base.
Deletes the sub-range refill threshold previously defined for a biller. When deleted, the default 100-folio threshold applies again.
| Parameter | Type | Req. | Description |
|---|---|---|---|
billerThresholdId | string (UUID) | Required | ID of the threshold to delete |
countryId | string | Required | ISO country code |
accountCode | string | Required | Company tax ID (TaxId) |
billerId | string (UUID) | Required | Biller ID |
author | string | Required | User who performs the operation (audit) |
DeleteBillerThreshold
{
"billerThresholdId": "{{billerThresholdId}}",
"countryId": "cl",
"accountCode": "{{taxId}}",
"billerId": "{{billerId}}",
"author": "user@empresa.com"
}note
In the ONESOURCE integration there is a variant of this method that identifies the threshold by documentTypeId instead of billerThresholdId — see DeleteBillerThreshold (ONESOURCE).