POST api/Lists/PUTItem

Request Information

URI Parameters

None.

Body Parameters

Lists
NameDescriptionTypeAdditional information
tkn

string

Required

String length: inclusive between 1 and 50

Name

string

Required

ListTypeGUID

string

Required

String length: inclusive between 1 and 50

Value

string

None.

ExternalID

string

None.

Values

string

None.

Request Formats

application/json, text/json

Sample:
{
  "tkn": "sample string 1",
  "Name": "sample string 2",
  "ListTypeGUID": "sample string 3",
  "Value": "sample string 4",
  "ExternalID": "sample string 5",
  "Values": "sample string 6"
}

application/octet-stream

Sample:
{"tkn":"sample string 1","Name":"sample string 2","ListTypeGUID":"sample string 3","Value":"sample string 4","ExternalID":"sample string 5","Values":"sample string 6"}

application/xml, text/xml

Sample:
<Lists xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <tkn>sample string 1</tkn>
  <Name>sample string 2</Name>
  <ListTypeGUID>sample string 3</ListTypeGUID>
  <Value>sample string 4</Value>
  <ExternalID>sample string 5</ExternalID>
  <Values>sample string 6</Values>
</Lists>

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 'Lists'.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json, application/octet-stream

Sample:

Sample not available.