Retrieve all expense categories configured for your company.
Retrieve all expense categories configured for your company.
access_token OAuth 2.0 Access Token
In: query
curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/company/expenses"{
"metadata": {
"total": 9,
"per_page": 9,
"pages": 1,
"page": 1
},
"results": [
{
"uid": 5,
"id": 5,
"company_expense_id": 0,
"label": "Freight",
"type": "system",
"actions": [],
"is_travel": false,
"hide_pre_assign": false,
"description": ""
}
],
"actions": [
"add"
]
}{
"status": 400,
"message": "Validation failed: field 'title' is required"
}{
"status": 500,
"message": "Operation successful."
}{
"status": 403,
"message": "You do not have permission to access this work order"
}{
"status": 500,
"message": "An unexpected error occurred. Please try again later or contact support."
}application/json
application/json
application/json
application/json
application/json
Last updated on