PATCH api/picklists/{id}/additems
Add one or more items to an existing picklist.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
Collection of PickListItemValueName | Description | Type | Additional 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.