PUT OwnerSetting/{idOwner}

Sets an owner setting for an Owner and application.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idOwner

The identifier owner.

string

Required

Body Parameters

The owner setting.

StormApi.Models.OwnerSetting.OwnerSetting
NameDescriptionTypeAdditional information
ApplicationId

string

None.

ItemName

string

None.

ItemValue

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ApplicationId": "sample string 1",
  "ItemName": "sample string 2",
  "ItemValue": "sample string 3"
}

application/xml, text/xml

Sample:
<OwnerSetting xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ApplicationId>sample string 1</ApplicationId>
  <ItemName>sample string 2</ItemName>
  <ItemValue>sample string 3</ItemValue>
</OwnerSetting>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.