POST api/evinfo/external/logout

Request Information

URI Parameters

None.

Body Parameters

EvLoginCredentials
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.