Set customer bill as tracked
Update the Customer Bill to be tracked.
put/customer-bills/{billId}/track
Path parameters
billIdstring required
Request body
Example request
{
"tracked": true
}Response
Successful response
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.