Can anyone share the syntax for using Choice 6 fiedltypekind and define the choices? This syntax is generating an error
Thank you
{
"'__metadata'": "{ 'type': 'SP.Field' }",
"Title": "'Requestor Department'",
"FieldTypeKind": 6,
"Choices": [
"IT",
"Finance",
"Operations",
"Sales"
]
},