Update Matter (Invoice)

Use this web method to update an existing matter/invoice
post
https://testclient.payink.com
/api/matters
Update Matter/Invoice (STAGE)
List of practice areas
Audit
Transfer Pricing Advisory
Corporate International Tax Advisory
Accounting, Bookkeeping & Payroll
Annual Management
Other Expenses
Accounting Outsourcing
Company Formation/Foundation
Legal Services
Notary Services
Consulting
Due Diligence
Other
Request Example
{
"matter_number": "032390-ABCBrazil"
"practice_area": "Audit",
"bill_amount": 100.00,
"due_date": "2021-05-31",
"invoice_date": "2021-03-30",
"customer_number": "29-09-25-12"
}
post
https://client.payink.com
/api/matters
Update Matter/invoice (PRODUCTION)
Request Example
{
"matter_number": "032390-ABCBrazil"
"practice_area": "Audit",
"bill_amount": 100.00,
"due_date": "2021-05-31",
"invoice_date": "2021-03-30",
"customer_number": "29-09-25-12"
}