Navriti:Learnplate

<back to all web services

UploadModeratedMarksRequest

HTTP + XML

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

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

<UploadModeratedMarksRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Certiplate.BusinessObjects">
  <AssessmentDate>String</AssessmentDate>
  <AssessmentId>0</AssessmentId>
  <AssessmentType>String</AssessmentType>
  <Category>String</Category>
  <Marks>String</Marks>
  <QuestionServedIds>String</QuestionServedIds>
  <QuestionpaperId>0</QuestionpaperId>
  <ScheduledId>0</ScheduledId>
  <SubmittedBy>String</SubmittedBy>
  <Title>String</Title>
  <TotalNos>0</TotalNos>
</UploadModeratedMarksRequest>