Routes
Vendors
Fields

Replace Vendor Dropdown Field Options

Replaces the entire list of options for a Dropdown custom field on vendors. All existing options are discarded and replaced with the provided list. Returns 409 if the provided list contains duplicate names (case-insensitive). To append without replacing, use POST instead.

put/v2/vendors/fields/{fieldID}/options

Path parameters

fieldIDinteger required

The ID of the dropdown suggested field.

Request body

Response

Options replaced successfully. The full new options list is returned.

Changes

Changed in 1 of the 2 revisions of this API.1