From d41bf341018cda7f52555753ca6566878b37b1c8 Mon Sep 17 00:00:00 2001 From: yatmesh Date: Tue, 6 Jan 2026 10:26:01 +0000 Subject: [PATCH] Added the api and response for the logout service --- thecaoffice-hr.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/thecaoffice-hr.py b/thecaoffice-hr.py index a1e6af1..c98375b 100644 --- a/thecaoffice-hr.py +++ b/thecaoffice-hr.py @@ -17,6 +17,20 @@ "status": 1 } +# Api for the logout : https://api.thecaoffice.com/user/logout +# Logout Input response +{ + "sessionToken" : +} + +#Logout Output response +{ + "code": 1, + "data": null, + "message": "Session Invalid", + "status": 1 +} + # Call inout register for prev day - credentials in json file # call team list using ca office api - credentials in json file # Api for the team list : https://api.thecaoffice.com/team/list