v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBExpenses
Create an expense
Creates an expense for the specified matter.
post/matters/{matterId}/expenses
Path parameters
matterIdstring required
Request body
Example request
{
"updatedByUserId": "750eb5c5-ac0b-7d11-4997-e0ce9d8896c8",
"staffId": "47efff74-3e4b-45b3-bddf-affc6649db0b",
"invoiceId": "fdb766bc-eb20-4bc1-9417-08b51a7b2286",
"expenseDate": "2022-07-01",
"activityCode": "PRT",
"subject": "Review contract",
"description": "Print documents",
"costType": "Hard",
"quantity": 3,
"price": 350.32,
"tax": 90,
"outputTax": 85
}Response
When request is accepted. Returns a hypermedia 'Link' object of the expense to be created.