Back to Employee Expense

POST Method Details for AttachImage.

Attach image(s) to an employee expense.

Definition

https://app[x].timelog.com/[account name]/api/v{version}/employee-expense/{employeeExpenseID}/image

Parameters

  • employeeExpenseID integer The employee expense identifier.
  • version string The requested API version

Returns

  • [200] Successfully attach the image(s) to the employee expense
  • [401] Invalid authentication token
  • [500] Failed to attach image to the employee expense
    • Code integer Gets the code.
    • Details array Gets the details.
    • Message string Gets the message.
    • Parameters string Gets the parameters.
    • Url string Gets the URL.
    {
      "Code": 0,
      "Details": "",
      "Message": "",
      "Parameters": "",
      "Url": ""
    }