Delete

Delete a timesheet

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areatimesheets.json
GeneralYesParameters described in overviewsee overviewStructure of an API call
ActionYesThe action to performaction=delete
InputYesJSON stringSee below
JSON InputMandatoryDescriptionExamples
IdentifierYesData to identify the timesheet"tsuuid": "C8A3BA7E49551847857147BCE655292A"

Example request:

http://<SERVER>/jsonapi/timesheets.json?
user=user&password=user&version=3.9&action=delete&company=1&input={
  "data": [
    {
      "tsuuid": "C8A3BA7E49551847857147BCE655292A"
    }
  ]
}