expensesettings
Parameter | Type |
---|---|
company | String |
ModelStructure | String |
style | String |
Response | XML / JSON |
Description
Calling the control API with a modelstructure of expensesettings retrieves a list of settings for expenses.
Return Values
Response – List of expense settings for the user/company context.
The structure of the response is:
<companies morepages="False" totalpages="1" totalrows="1">
<company control_uuid="F1BECF29058A4FC28437728721F89372">
<control_workflowintegrated>true</control_workflowintegrated>
</company>
</companies>
{
"responsecode": 1,
"responsestatus": "OK",
"errorcode": 0,
"errormessage": "",
"totalrows": 1,
"totalpages": 1,
"responsemessage": "",
"pagerows": 0,
"pagenumber": 1,
"success": true,
"data": [
{
"control_uuid": "F1BECF29058A4FC28437728721F89372",
"control_workflowintegrated": true
}
]
}