Navriti:Learnplate

<back to all web services

AddQuestionRequest

HTTP + SOAP11

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

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

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

<AddQuestionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Certiplate.BusinessObjects">
  <Attribute>String</Attribute>
  <AttributeType>String</AttributeType>
  <Category>String</Category>
  <Comment xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </Comment>
  <Correct_option xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </Correct_option>
  <DifficultyLevel>0</DifficultyLevel>
  <File_link xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </File_link>
  <Hint xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </Hint>
  <Hint_image xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </Hint_image>
  <Image_link xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </Image_link>
  <LangVersion xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </LangVersion>
  <LessonId>0</LessonId>
  <LessonName>String</LessonName>
  <ModuleName>String</ModuleName>
  <NosIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>0</d2p1:int>
  </NosIds>
  <Options xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </Options>
  <Options_image xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </Options_image>
  <Pcids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>0</d2p1:int>
  </Pcids>
  <PracticalQsnType>String</PracticalQsnType>
  <QsnGroupId>0</QsnGroupId>
  <Question_text>String</Question_text>
  <Question_type>String</Question_type>
  <ReferenceAnswer>String</ReferenceAnswer>
  <Related_to_id>0</Related_to_id>
  <Related_to_type>String</Related_to_type>
  <Tags xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </Tags>
  <TopicName>String</TopicName>
  <Userid>String</Userid>
  <Viva_mcq>0</Viva_mcq>
</AddQuestionRequest>

    </soap:Body>
</soap:Envelope>