GetBillerById
GET /GetBillerById?countryId={countryId}&accountCode={accountCode}&id={id}
Obtiene la información asociada a un billerId específico dentro de una cuenta.
| Parámetro | Ubicación | Req. | Descripción |
|---|---|---|---|
countryId | query | Requerido | Código ISO del país |
accountCode | query | Requerido | TaxId de la empresa |
id | query | Requerido | ID del Biller |
SBX
https://inbox-emission-numbermanager-all-adminapi-sbx.azurewebsites.net/GetBillerByIdPRD
https://inbox-emission-numbermanager-all-adminapi.azurewebsites.net/GetBillerByIdGetBillerById
{
"billerId": "{{billerId}}",
"billerType": 2,
"name": "Biller-TR-Documentacion",
"billingPoint": null,
"salePoint": null,
"description": "Biller-TR test-Documentacion",
"dateTimeTimestamp": "{{timestamp}}",
"author": "user@empresa.com",
"lastChangeAuthor": "user@empresa.com",
"lastChangeTimestamp": "{{timestamp}}",
"countryId": "cl",
"accountCode": "{{taxId}}",
"accountName": "Nombre Empresa",
"status": 1,
"statusDescription": null,
"enabled": true,
"smartRefill": true,
"deleted": false,
"deletedAuthor": null,
"deletedTimeStamp": null,
"source": "Postman",
"thresholds": [
{
"id": "{{thresholdId}}",
"documentTypeId": 39,
"documentTypeDescription": null,
"threshold": 150,
"author": "{{author}}",
"dateTimeTimestamp": "{{timestamp}}",
"lastChangeAuthor": null,
"lastChangeTimestamp": null,
"deleted": false,
"deletedAuthor": null,
"deletedTimeStamp": null
}
],
"configurations": [
{
"id": "{{configurationId}}",
"documentTypeId": 39,
"documentTypeDescription": null,
"refill": 250,
"author": "{{author}}",
"dateTimeTimestamp": "{{timestamp}}",
"lastChangeAuthor": null,
"lastChangeTimestamp": null,
"deleted": false,
"deletedAuthor": null,
"deletedTimeStamp": null
}
]
}