Downloads a document into the browser
Print an expense sheet
Parameter | Mandatory | Description | Examples | More Info |
---|---|---|---|---|
API | Yes | The API area | expensesheets.json | |
General | Yes | Parameters described in overview | user=user&password=user&version=3.9 | Overview |
Company | Yes | The company number | company=1 | |
Action | Yes | The action to perform | action=expensesheetinputfile-2227 | |
Expense sheet | Yes | Expense sheet ID or UUID | expensesheet=1234 |
Note: The number displayed after the action parameter is the internal ID of the requested HM reports layout used to build the document.
To find the available template IDs see Expense Sheet Print Templates
Example requests:
http://<SERVER>/jsonapi/expensesheets.json?user=user&password=user&version=3.9&company=1&action=expensesheetinputfile%20-2227&expensesheet=1234
Example response:
Downloads a PDF file to the browser