PATCH api/picklists/{id}/additems

Add one or more items to an existing picklist.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

Collection of PickListItemValue
NameDescriptionTypeAdditional information
Value

Object

None.

Description

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Value": {},
    "Description": "sample string 2"
  },
  {
    "Value": {},
    "Description": "sample string 2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.