Commits the SessionTimer data to the VSA system and removes the SessionTimer from the database.
PATCH /system/sessiontimers/{id:decimal}
Headers
Response Codes
The table below explains each response code.
Response Code |
Status |
204 (NoContent) |
Success |
304 (NotModified) |
Failed |
400 |
Bad Request |
403 |
Required FID(s): 100050 |
500 |
Server Error |
Sample Response Model
{
"SessionTimerId": 0,
"Duration": 0,
"WorkTypeId": 0
}