POST Users/SettingProps?name={name}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
name

string

Required

Body Parameters

Collection of Property
NameDescriptionTypeAdditional information
n

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "n": "sample string 1",
    "v": "sample string 3"
  },
  {
    "n": "sample string 1",
    "v": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfProperty xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common">
  <Property>
    <Name>sample string 1</Name>
    <Value xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string">sample string 3</Value>
    <ValueForXML>sample string 3</ValueForXML>
  </Property>
  <Property>
    <Name>sample string 1</Name>
    <Value xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string">sample string 3</Value>
    <ValueForXML>sample string 3</ValueForXML>
  </Property>
</ArrayOfProperty>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/x-compressed-json

Sample:
�{�{t�R���RqbnAN�BqIQf^�����R���R�I�c��`

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.