Bill Payments
Number of APIs: 5
-
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
-
Create Bill Payment POST {{baseUrl}}/accounting/bill-payments?raw=false
-
Get Bill Payment GET {{baseUrl}}/accounting/bill-payments/:id?raw=false
-
Update Bill Payment PATCH {{baseUrl}}/accounting/bill-payments/:id?raw=false
-
Delete Bill Payment DELETE {{baseUrl}}/accounting/bill-payments/:id?raw=false