POST api/AppDefaultOnEntry/APIBlockedDeviceIP

APIBlockedDeviceIP

Request Information

URI Parameters

None.

Body Parameters

APIBlockedDeviceIP_Response
NameDescriptionTypeAdditional information
DeviceIP

string

None.

DeviceID

string

None.

UserUUID

string

None.

EndTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "DeviceIP": "sample string 1",
  "DeviceID": "sample string 2",
  "UserUUID": "sample string 3",
  "EndTime": "2025-04-19T07:26:34.1753541+03:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}