InlineAssessmentJob

Example:

{
   "uuid": "aaf65646-ed93-4c16-950b-cea69773efba",
   "location": {
      "country": "US",
      "city": "San Francisco",
      "region": "CA",
      "address": "6054 Shook Road"
   },
   "customFields": [
      {
         "fieldId": "5a3a2f5225f6d07d0721e105",
         "fieldLabel": "Brand",
         "valueId": "default",
         "valueLabel": "Silo"
      },
      {
         "fieldId": "COUNTRY",
         "fieldLabel": "Country",
         "valueId": "pl",
         "valueLabel": "Polska"
      }
      ]
   }
}

Fields description

NameTypeDescription
uuidstringIdentifier of a job.
locationobjectJob location. Please see Location object.
customFieldsobjectPublic custom fields associated with this job. Please see CustomField object.