Stop a time entry
Headers
-
Content-Type string
-
Accept string
POST /api/v1/time-entry/{timeEntry_uuid}/stop
curl \
-X POST https://api.plannrcrm.com/api/v1/time-entry/timeEntry_uuid/stop \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
Response examples (200)
{
"name": "Research",
"uuid": "aad311bb-e99d-4e1b-b051-6320cb071bbb",
"end_date": "2024-11-20T13:24:02+00:00",
"is_active": "1",
"trackable": "Client",
"start_date": "2024-11-20T13:24:02+00:00"
}