POST api/evinfo/external/logout
Request Information
URI Parameters
None.
Body Parameters
EvLoginCredentials| Name | Description | Type | Additional information |
|---|---|---|---|
| username | string |
Data type: EmailAddress |
|
| password | string |
Data type: Password |
|
| auth | Auth |
None. |
|
| Manufacturer | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"username": "sample string 1",
"password": "sample string 2",
"auth": {
"bearer": "sample string 1"
},
"Manufacturer": "sample string 3"
}
text/html
Sample:
{"username":"sample string 1","password":"sample string 2","auth":{"bearer":"sample string 1"},"Manufacturer":"sample string 3"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.