Expense
OData end point to get a list of all expenses accessible by the user
get/api/expense
Response
OK
Example response
[
{
"account": {
"guid": "00000000-0000-0000-0000-000000000000"
},
"accountingAccount": {
"guid": "00000000-0000-0000-0000-000000000000"
},
"project": {
"guid": "00000000-0000-0000-0000-000000000000",
"accountGuid": "00000000-0000-0000-0000-000000000000"
},
"user": {
"guid": "00000000-0000-0000-0000-000000000000"
},
"createdBy": {
"guid": "00000000-0000-0000-0000-000000000000"
},
"primaryReceipt": {
"guid": "00000000-0000-0000-0000-000000000000"
},
"saleDocumentItem": {
"saleDocument": {
"guid": "00000000-0000-0000-0000-000000000000"
},
"guid": "00000000-0000-0000-0000-000000000000"
},
"guid": "00000000-0000-0000-0000-000000000000"
}
]Changes
No recorded changes to this endpoint across all 3 revisions of this API.