Skip to main content
PUT
/
v1
/
installs
/
{installSid}
/
exams
/
{examSid}
/
sessions
/
{sessionSid}
Reschedule Exam Session
curl --request PUT \
  --url http://api.dev.smarterproctoring.com/v1/installs/{installSid}/exams/{examSid}/sessions/{sessionSid} \
  --header 'Content-Type: application/json' \
  --header 'token: <api-key>' \
  --data '
{
  "type": "b-virtual",
  "notes": "<string>",
  "appointmentStartDateTime": "1970-01-01T00:00:00.000Z",
  "appointmentEndDateTime": "1970-01-01T00:00:00.000Z",
  "company": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "email": "<string>",
  "phone": "<string>",
  "appointmentDateTime": "1970-01-01T00:00:00.000Z",
  "address1": "<string>",
  "address2": "<string>",
  "place": "<string>",
  "region": "<string>",
  "country": "<string>",
  "locationLatitude": "<string>",
  "locationLongitude": "<string>",
  "postalCode": "<string>"
}
'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://developers.smarterservices.com/llms.txt

Use this file to discover all available pages before exploring further.

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.