{
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"tenant": "https://example.com/",
"name": "<string>",
"fieldType": "<string>",
"fieldOptions": [
"<string>"
],
"position": 123,
"form": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123
},
"conditionedField": {},
"conditionedValue": "<string>",
"isOnlyAdmin": true
}
Creates a CustomField resource.
{
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"tenant": "https://example.com/",
"name": "<string>",
"fieldType": "<string>",
"fieldOptions": [
"<string>"
],
"position": 123,
"form": {
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123
},
"conditionedField": {},
"conditionedValue": "<string>",
"isOnlyAdmin": true
}
The new CustomField resource
CustomField resource created