The Spanish version is the authoritative reference. View in Spanish
UpdateBiller
POST /UpdateBiller
Updates an existing billerId in the customer's account.
SBX
https://developers-sbx.gosocket.net/number-manager-admin/UpdateBillerPRD
https://developers.gosocket.net/number-manager-admin/UpdateBiller| Field | Location | Req. | Description |
|---|---|---|---|
billerId | body | Required | ID of the Biller to update |
countryId | body | Required | Country ISO code |
accountCode | body | Required | TaxId of the company |
accountName | body | Optional | Company name |
name | body | Optional | New Biller name |
description | body | Optional | New Biller description |
author | body | Required | Email of whoever performs the operation |
smartRefill | body | Optional | true reloads sub-ranges automatically |
enabled | body | Optional | Enables or disables the Biller |
source | body | Optional | Request origin (informational) |
UpdateBiller
{
"billerId": "{{billerId}}",
"countryId": "cl",
"accountCode": "{{taxId}}",
"accountName": "Nombre Empresa",
"name": "Biller-TR-Documentacion_actualizar_billerId",
"description": "Biller-TR test-Documentacion_actualizar_billerId",
"author": "user@empresa.com",
"smartRefill": false,
"enabled": true,
"source": "Postman"
}