Add onsite interviews to active posting
POST /postings/{postingId}/onsite-interviews
POST
/postings/{postingId}/onsite-interviews
Adds one or more onsite interviews to an existing active posting. The posting must be in active status.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” postingId
required
string
Posting ID
Request Body
Section titled “Request Body ”Onsite interviews request
object
duplicate
boolean
onsiteInterviews
Array<object>
object
autoFill
boolean
autofillOptions
object
favorite
boolean
highlyRated
boolean
breakTime
required
In minutes
integer
duplicate
boolean
isAssistedHygiene
boolean
isBreakPaid
required
boolean
localDate
required
string
localEnd
required
string
localStart
required
string
preferType
string
procedures
Array<string>
profession
string
rate
required
number
skills
Array<string>
specializations
Array<string>
specialty
string
subProfession
string
Responses
Section titled “ Responses ”No Content
Bad Request - Invalid input or posting not active
object
error
string
some meaningful error message errorCode
string
some error code, if applicable requestId
string
abc123-def456Unauthorized
object
error
string
some meaningful error message errorCode
string
some error code, if applicable requestId
string
abc123-def456Forbidden
object
error
string
some meaningful error message errorCode
string
some error code, if applicable requestId
string
abc123-def456Posting not found
object
error
string
some meaningful error message errorCode
string
some error code, if applicable requestId
string
abc123-def456Internal Server Error
object
error
string
some meaningful error message errorCode
string
some error code, if applicable requestId
string
abc123-def456