v1

latestOpenAPI 3.0.02026-08-069911.6 KB

Get customer bill

Returns the Customer Bill content.

get/customer-bills/{billId}

Path parameters

billIdstring required

Response

Successful response

idstring
companyIdstring
companyNamestring
accountNumberstring
balancestring
currencystring
dueDatestring date
trackedboolean

Example response

{
  "id": "123456789012",
  "companyId": "123456",
  "companyName": "CFE",
  "accountNumber": "123",
  "balance": "99.99",
  "currency": "MXN",
  "dueDate": "2024-04-20"
}