The Spanish version is the authoritative reference. View in Spanish
DeleteBillerThreshold
DELETE /DeleteBillerThreshold
Deletes the sub-range reload threshold configuration previously set for a billerId.
SBX
https://developers-sbx.gosocket.net/number-manager-admin/DeleteBillerThresholdPRD
https://developers.gosocket.net/number-manager-admin/DeleteBillerThreshold| Field | Location | Req. | Description |
|---|---|---|---|
billerId | body | Required | Biller ID |
countryId | body | Required | Country ISO code |
accountCode | body | Required | TaxId of the company |
documentTypeId | body | Required | Gosocket internal document type code |
DeleteBillerThreshold
{
"billerId": "{{billerId}}",
"countryId": "cl",
"accountCode": "{{taxId}}",
"documentTypeId": 33
}