HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/asynconeway/CreateUpdatePlannerRequest HTTP/1.1
Host: uap-api.certiplate.com
Content-Type: application/xml
Content-Length: length
<CreateUpdatePlannerRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Certiplate.BusinessObjects">
<AssessorId>0</AssessorId>
<AssessorIds>String</AssessorIds>
<CreatedBy>String</CreatedBy>
<DisableAppSwitching>0</DisableAppSwitching>
<DisableCandidateFeedback>0</DisableCandidateFeedback>
<DisableMultipleDeviceLogin>0</DisableMultipleDeviceLogin>
<EnableMultipleFaceDetection>0</EnableMultipleFaceDetection>
<EnableObjectDetection>0</EnableObjectDetection>
<EnablePartialSubmission>0</EnablePartialSubmission>
<ExamId>0</ExamId>
<ExamMode>String</ExamMode>
<ExamTypes>String</ExamTypes>
<FacilitatorId>String</FacilitatorId>
<IsRequired>String</IsRequired>
<MaximumAppSwitchingCount>0</MaximumAppSwitchingCount>
<MaximumLoginAttemptCount>0</MaximumLoginAttemptCount>
<MaximumMultileFaceDetectionCount>0</MaximumMultileFaceDetectionCount>
<MaximumObjectDetectionCount>0</MaximumObjectDetectionCount>
<MultiAssessmentDate>String</MultiAssessmentDate>
<NosIds>String</NosIds>
<RecordProctorVideo>String</RecordProctorVideo>
<RequestId>0</RequestId>
<ResponseMode>String</ResponseMode>
<WebCamMandatory>String</WebCamMandatory>
<reason>String</reason>
</CreateUpdatePlannerRequest>