Bill Payments

Number of APIs: 5

  1. List Bill Payments GET {{baseUrl}}/accounting/bill-payments?raw=false&limit=1&filter[updated_since]=2020-09-30T07:43:32.000Z&sort[by]=updated_at&sort[direction]=desc

  2. Create Bill Payment POST {{baseUrl}}/accounting/bill-payments?raw=false

  3. Get Bill Payment GET {{baseUrl}}/accounting/bill-payments/:id?raw=false

  4. Update Bill Payment PATCH {{baseUrl}}/accounting/bill-payments/:id?raw=false

  5. Delete Bill Payment DELETE {{baseUrl}}/accounting/bill-payments/:id?raw=false