Added the api and response for the logout service
This commit is contained in:
@@ -17,6 +17,20 @@
|
|||||||
"status": 1
|
"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 inout register for prev day - credentials in json file
|
||||||
# call team list using ca office api - 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
|
# Api for the team list : https://api.thecaoffice.com/team/list
|
||||||
|
|||||||
Reference in New Issue
Block a user