Skip to main content
PUT
Reschedule Exam Session

Authorizations

token
string
header
required

Path Parameters

installSid
string
required

Install Sid

Pattern: ^AI[a-f0-9]{32}$
examSid
string
required

Exam Sid

Pattern: ^EX[a-f0-9]{32}$
sessionSid
string
required

Exam Session Sid

Pattern: ^ES[a-f0-9]{32}$

Body

application/json

Exam session reserve payload

type
enum<string>

Type of the system

Available options:
b-virtual,
ad-hoc,
register-blast,
proctoru,
examity,
smarter-scheduling
notes
string

Notes regarding session

appointmentStartDateTime
string

The GMT timestamp when the session is to be started

Pattern: .*Z
Example:

"1970-01-01T00:00:00.000Z"

appointmentEndDateTime
string

The GMT timestamp when the session is to be end

Pattern: .*Z
Example:

"1970-01-01T00:00:00.000Z"

company
string

The company of the proctor, maps to proctor_company__c

firstName
string

The first name of the proctor, maps to proctor_first_name__c

lastName
string

The last name of the proctor, maps to proctor_last_name__c

email
string

The email address of the proctor, maps to proctor_email__c

phone
string

The phone number for the proctor, maps to proctor_phone__c

appointmentDateTime
string

The appointment date/time. maps to appointment_date__c

Pattern: .*Z
Example:

"1970-01-01T00:00:00.000Z"

address1
string

Ad-hoc proctor address line 1

address2
string

Ad-hoc proctor address line 2

place
string

Ad-hoc proctor place

region
string

Ad-hoc proctor region

country
string

Ad-hoc proctor country

locationLatitude
string

Ad-hoc proctor location latitude

locationLongitude
string

Ad-hoc proctor location longitude

postalCode
string

Ad-hoc proctor postal code

Response

default - application/json

Successful

The response is of type string.