POST api/v1/logout
Request Information
URI Parameters
None.
Body Parameters
LogoutRequestName | Description | Type | Additional information |
---|---|---|---|
PanelistId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "panelistId": 1 }
text/xml
Sample:
<LogoutRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity"> <PanelistId>1</PanelistId> </LogoutRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ErrorResponseName | Description | Type | Additional information |
---|---|---|---|
Error | Error |
None. |
Response Formats
application/json, text/json
Sample:
{ "error": { "code": "sample string 1", "message": "sample string 2", "innerError": "sample string 3" } }
text/xml
Sample:
<ErrorResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity"> <Error> <Code>sample string 1</Code> <InnerError>sample string 3</InnerError> <Message>sample string 2</Message> </Error> </ErrorResponse>