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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.