Expense Sheet All

expensesheetall

ParameterType
CompanyString
ActionString
SupplierString
InputString
ResponseXML / JSON

Description

Calling the expenses API with an action of expensesheetall retrieves a response of success/fail status for the request. Expensesheetall performs the following actions on the sheet (approve+process+post) providing that user has the correct permissions to do so.

Return Values

Response – Success/fail status for the request.

The structure of the response is:

<Responses>
  <Success>
    <SuccessText>
    	Expense sheet approved, processed and posted.
    </SuccessText>
  </Success>
</Responses>
{
    "errormessage": "",
    "responsecode": 1,
    "responsestatus": "OK",
    "success": true,
    "responsemessage": "Expense sheet approved, processed and posted.",
    "errorcode": 0
}