v1
latestOpenAPI 3.0.02026-07-24161168406.5 KBCustomFields
Create a new custom field
Create a new custom field. If fieldType is "select", "options" value needs to be sent. Also, it can not exist more than one location field of the same type, example: two fields of type cities, two fields of type states, two fields of type countries
post/position/custom-fields
Request body
Example request
{
"title": "Local de trabalho",
"fieldType": "text",
"options": [
"P",
"M",
"G"
],
"isIntegrated": true
}Response
Successful operation