Attachment View

Views an attachment from an expense line.

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areaexpenselines.json
GeneralYesParameters described in overviewuser=user&password=userStructure of an API call
CompanyYesThe company numbercompany=1
ActionYesThe action to performaction=attachmentview
IdentifierYesExpense line ID or UUIDexpenseline=3404

Example request:

http://<SERVER>/jsonAPI/expenselines.json?user=user&password=user&version=3.9&company=1&action=attachmentview&expenseline=4022

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "totalrows": 1,
  "totalpages": 1,
  "responsemessage": "",
  "pagerows": 0,
  "pagenumber": 1,
  "success": true,
  "data": [
    {
      "attachmentUuid": "96718E76A5624745B535E0371C6B4B1F",
      "attachmentTimestampModified": 1523968717,
      "attachmentRecordVersionNumber": 0,
      "attachmentOriginalFilename": "office.txt",
      "attachmentBase64": "ZnJvbSBUOlxTdXBwbGllclxNaWNyb3NvZnRcT2ZmaWNlIDIwMTYgUHJvZmVzc2lvbmFsXCAgVGhlIGxpY=",
      "attachmentContentDisposition": "attachment; filename=\"doc.txt\"",
      "attachmentContentType": "application"
    }
  ]
}