PUT api/company/UpdateCompanySettings
Request Information
URI Parameters
None.
Body Parameters
CompanySubModelSettings| Name | Description | Type | Additional information |
|---|---|---|---|
| ScreenTimeout | integer |
None. |
|
| LoginFailedAttempts | integer |
None. |
|
| LockoutDuration | integer |
None. |
|
| DaysToRenewPassword | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ScreenTimeout": 1,
"LoginFailedAttempts": 2,
"LockoutDuration": 3,
"DaysToRenewPassword": 4
}
application/xml, text/xml
Sample:
<CompanySubModelSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Automatrix.DMS.Business.Entities.SubModels"> <DaysToRenewPassword>4</DaysToRenewPassword> <LockoutDuration>3</LockoutDuration> <LoginFailedAttempts>2</LoginFailedAttempts> <ScreenTimeout>1</ScreenTimeout> </CompanySubModelSettings>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |