POST api/v{version}/UserSound/UpdateUserSound

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

UserSound
NameDescriptionTypeAdditional information
SoundAlarm

string

None.

SoundInfo

string

None.

SoundUnderstaffing

string

None.

SoundOccupancy

string

None.

SoundProposal

string

None.

CriticalAlertsAlarm

boolean

None.

CriticalAlertsInfo

boolean

None.

CriticalAlertsUnderstaffing

boolean

None.

CriticalAlertsOccupancy

boolean

None.

CriticalAlertsProposal

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "SoundAlarm": "sample string 1",
  "SoundInfo": "sample string 2",
  "SoundUnderstaffing": "sample string 3",
  "SoundOccupancy": "sample string 4",
  "SoundProposal": "sample string 5",
  "CriticalAlertsAlarm": true,
  "CriticalAlertsInfo": true,
  "CriticalAlertsUnderstaffing": true,
  "CriticalAlertsOccupancy": true,
  "CriticalAlertsProposal": true
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UserSound'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.