expensesheetsubmit
Parameter | Type |
---|---|
CompanyString | IN |
Action | String |
Supplier | String |
Input | String |
Response | XML / JSON |
Description
Calling the expenses API with an action of expensesheetsubmit retrieves a response of success/fail status for the request.
Return Values
Response – Success/fail status for the request.
The structure of the response is:
<Responses>
<Success>
<SuccessText>Expense sheet submitted.</SuccessText>
</Success>
</Responses>
{
"errormessage": "",
"responsecode": 1,
"responsestatus": "OK",
"success": true,
"responsemessage": "Expense sheet submitted.",
"errorcode": 0
}