Custom fields can be attached to a screening request.

AttributeTypeDescription
fieldNamestringThe name of the custom field.
fieldValuestringThe value of the custom field.
"customFields":[
  {
    "fieldName":"Job Opening ID",
    "fieldValue":"28374953"
  },
  {
    "fieldName":"Hiring Manager",
    "fieldValue":"Jane Doe"
  },
  {
    "fieldName":"Department",
    "fieldValue":"Engineering"
  }
]