Saltar al contenido principal

GetBillerById

GET /GetBillerById?countryId={countryId}&accountCode={accountCode}&id={id}

Obtiene la información asociada a un billerId específico dentro de una cuenta.

ParámetroUbicaciónReq.Descripción
countryIdqueryRequeridoCódigo ISO del país
accountCodequeryRequeridoTaxId de la empresa
idqueryRequeridoID del Biller
SBXhttps://inbox-emission-numbermanager-all-adminapi-sbx.azurewebsites.net/GetBillerById
PRDhttps://inbox-emission-numbermanager-all-adminapi.azurewebsites.net/GetBillerById
GetBillerById
{
  "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
      }
  ]
}