Navriti:Learnplate

<back to all web services

CreateUpdateQuestionRequest

HTTP + SOAP12

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/asynconeway/CreateUpdateQuestionRequest HTTP/1.1 
Host: uap-api.certiplate.com 
Content-Type: application/xml
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
    <soap12:Body>

<CreateUpdateQuestionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Certiplate.BusinessObjects">
  <CreatedBy>0</CreatedBy>
  <ExamDuration>0</ExamDuration>
  <ExamPurpose>String</ExamPurpose>
  <FrameworkId>0</FrameworkId>
  <Id>0</Id>
  <Language>String</Language>
  <Mark_section>0</Mark_section>
  <ModifiedBy>0</ModifiedBy>
  <PracticalTemplate>0</PracticalTemplate>
  <PracticalsectionToAttempt>0</PracticalsectionToAttempt>
  <QpId>0</QpId>
  <Question_import_type>0</Question_import_type>
  <ShowMarksPreview>0</ShowMarksPreview>
  <TheoryTemplate>0</TheoryTemplate>
  <TheorysectionToAttempt>0</TheorysectionToAttempt>
  <Title>String</Title>
  <Uniform_Section>0</Uniform_Section>
  <VivaDuration>0</VivaDuration>
  <VivaMcqTemplate>0</VivaMcqTemplate>
  <VivaMcqsectionToAttempt>0</VivaMcqsectionToAttempt>
</CreateUpdateQuestionRequest>

    </soap12:Body>
</soap12:Envelope>