v1

latestOpenAPI 3.0.02026-08-069911.6 KB

Set customer bill as untracked

Update the Customer Bill to stop being tracked.

put/customer-bills/{billId}/untrack

Path parameters

billIdstring required

Request body

trackedboolean

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