POST api/User/UpdatePasswordSettingsStatus
Request Information
URI Parameters
None.
Body Parameters
PasswordSettingStatusDTOName | Description | Type | Additional information |
---|---|---|---|
LogId | integer |
None. |
|
Status | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "LogId": 1, "Status": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true