v1

latestOpenAPI 3.0.02026-08-069911.6 KB

Set customer bill as tracked

Update the Customer Bill to be tracked.

put/customer-bills/{billId}/track

Path parameters

billIdstring required

Request body

trackedboolean

Example request

{
  "tracked": true
}

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