expenselineapprove
Parameter | Type |
---|---|
Company | String |
Action | String |
Input | String |
Response | XML / JSON |
Description
Calling the expenses API with an action of expenselineapprove retrieves a response.
Return Values
Response – Success or error response.
The structure of the response is:
<Responses>
<Success>
<SuccessText>Expense line approved.</SuccessText>
</Success>
</Responses>
{
"errormessage": "",
"responsecode": 1,
"responsestatus": "OK",
"success": true,
"responsemessage": "Expense line approved.",
"errorcode": 0
}