{
"booking_code": "string",
"booking_on": "string",
"candidate_fname": "string",
"candidate_id": "string",
"candidate_lname": "string",
"candidate_mname": "string",
"change_reason": "string",
"client_eligibility_id": "string",
"delivery_mode": "string",
"effective_date": "string",
"exam_code": "string",
"exam_portions": [
{
"portion_code": "string",
"portion_name": "string"
}
],
"location_address": "string",
"location_code": "string",
"location_name": "string",
"location_timezone": "string"
}
Name | Type | Description | Additional |
---|---|---|---|
booking_code | string |
Alphanumeric unique identifier for this exam appointment (aka appointment ID, confirmation ID) |
|
booking_on | string |
Date/Time (ISO 8601 format) when the booking starts. The Date/Time value will be in UTC YYYY-MM-DDThh:mm:ssZ |
|
candidate_fname | string |
Candidate first Name |
|
candidate_id | string |
customer defined Canddiate ID |
|
candidate_lname | string |
Candidate last Name |
|
candidate_mname | string |
Candidate middle Name |
Optional |
change_reason | string |
Indicator for the change that fired this event. Possible values are:
|
|
client_eligibility_id | string |
Client's unique identifier for this eligibility, if provided. |
Optional |
delivery_mode | string |
Indicator for delivery mode of the schedule. Possible values are:
|
Optional |
effective_date | string |
Date/Time (ISO 8601 format) when this activity was done in PSI system. The Date/Time value will be in UTC YYYY-MM-DDThh:mm:ssZ. |
Optional |
exam_code | string |
Optional field. Alphanumeric unique identifier for this exam as defined in external system |
Optional |
exam_portions[] | array | Optional | |
exam_portions[].portion_code | string |
Unique alphanumeric key for this portion |
Optional |
exam_portions[].portion_name | string |
Name of the portion |
Optional |
location_address | string |
Test site Address. |
Optional |
location_code | string |
Alphanumeric ID of the test center for this appointment. Available only for SITE_PROCTORED exams. |
Optional |
location_name | string |
Name of the Test site. |
Optional |
location_timezone | string |
Timezone value as selected by candidate at the time of booking the exam.
|
Optional |