v1
latestOpenAPI 3.1.02026-08-0420819698.7 KBNew Part Suggested Field
This request adds a new Field to the list of Suggested Fields that can later be attached to Parts.
Parameter: locationID, Type: Int, Required?: Required, Description: The location ID of the Location to add the new Field to. Parameter: name, Type: String, Required?: Required, Description: The name of the new Field. Some custom field names such as "Part Name" are not allowed and reserved for internal use. This will result in a 409 error. Parameter: fieldType, Type: Int, Required?: Required, Description: The type of the new Field. You can choose from Text (1), Date (2), Pictures (3), Documents (4), Number (5), Currency (6), Dropdown (7).
Parameter: options, Type: Array of objects with a "name" property, Required?: Optional (only valid when fieldType is 7), Description: Initial list of options for a Dropdown field. Each option must have a "name" string.
Response
New Vendor Suggested Field