Custom fields can be attached to a screening request.
Attribute | Type | Description |
---|---|---|
fieldName | string | The name of the custom field. |
fieldValue | string | The value of the custom field. |
"customFields":[
{
"fieldName":"Job Opening ID",
"fieldValue":"28374953"
},
{
"fieldName":"Hiring Manager",
"fieldValue":"Jane Doe"
},
{
"fieldName":"Department",
"fieldValue":"Engineering"
}
]