PUT api/Configuration/User

Request Information

URI Parameters

None.

Body Parameters

User
NameDescriptionTypeAdditional information
userName

string

None.

weekendAppointments

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "userName": "sample string 1",
  "weekendAppointments": 2
}

application/xml, text/xml

Sample:
<User xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <userName>sample string 1</userName>
  <weekendAppointments>2</weekendAppointments>
</User>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.