Delete a timesheet
Parameter | Mandatory | Description | Examples | More Info |
---|---|---|---|---|
API | Yes | The API area | timesheets.json | |
General | Yes | Parameters described in overview | see overview | Structure of an API call |
Action | Yes | The action to perform | action=delete | |
Input | Yes | JSON string | See below |
JSON Input | Mandatory | Description | Examples |
---|---|---|---|
Identifier | Yes | Data 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"
}
]
}