POST Device/Logout
Device Logout (typically from NEXA.DeviceController)
Request Information
URI Parameters
None.
Body Parameters
DeviceLoginLogoutName | Description | Type | Additional information |
---|---|---|---|
DeviceId |
Device Id / Name / User Name |
string |
Max length: 50 |
IPAddress |
Client IP address (Internal Network IP) |
string |
Max length: 80 |
Request Formats
application/json, text/json
Sample:
{ "DeviceId": "sample string 1", "IPAddress": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
200 OK
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.