Navriti:Learnplate

<back to all web services

GetAllRequestedAssessments

HTTP + SOAP12

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

POST /xml/syncreply/GetAllRequestedAssessments 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>

<GetAllRequestedAssessments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Certiplate.BusinessObjects">
  <UserId>0</UserId>
</GetAllRequestedAssessments>

    </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
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>

<GetAllRequestedAssessmentsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Certiplate.BusinessObjects">
  <AbnNo>String</AbnNo>
  <AllocationId>String</AllocationId>
  <AnomalyType>String</AnomalyType>
  <AssessmentType>String</AssessmentType>
  <AssignedOn>String</AssignedOn>
  <CancelReason>String</CancelReason>
  <CandidatesAssessed>0</CandidatesAssessed>
  <CenterAddress>String</CenterAddress>
  <CentreName>String</CentreName>
  <ClientName>String</ClientName>
  <ClusterName>String</ClusterName>
  <Clusterid>0</Clusterid>
  <ContactEmail>String</ContactEmail>
  <CourierReceivedCount>0</CourierReceivedCount>
  <Invoice_address_id>0</Invoice_address_id>
  <IsMultipleVersionTaggingRequired>0</IsMultipleVersionTaggingRequired>
  <IsOnline>0</IsOnline>
  <Language>String</Language>
  <LocationName>String</LocationName>
  <Locationid>0</Locationid>
  <NoOfCandidatesToAssess>0</NoOfCandidatesToAssess>
  <PracticalMode>String</PracticalMode>
  <ProjectId>0</ProjectId>
  <ProjectName>String</ProjectName>
  <QpName>String</QpName>
  <Qpid>0</Qpid>
  <Remark>String</Remark>
  <RequestCreatedOn>String</RequestCreatedOn>
  <RequestId>0</RequestId>
  <RequestStage>String</RequestStage>
  <RequestStatus>String</RequestStatus>
  <RequestedOn>String</RequestedOn>
  <RequestedStartDate>String</RequestedStartDate>
  <RequestedStartTime>String</RequestedStartTime>
  <RequestorName>String</RequestorName>
  <Requestorid>0</Requestorid>
  <SavedStatus>String</SavedStatus>
  <ScheduledBy>String</ScheduledBy>
  <ScheduledOn>String</ScheduledOn>
  <ScheduledStartDate>String</ScheduledStartDate>
  <ScheduledStartTime>String</ScheduledStartTime>
  <ScheduledTimeForDisplay>String</ScheduledTimeForDisplay>
  <SdmsAssessmentDate>String</SdmsAssessmentDate>
  <SdmsBatchId>String</SdmsBatchId>
  <Sectorid>0</Sectorid>
  <Sectorname>String</Sectorname>
  <Shift>String</Shift>
  <SpocContact>String</SpocContact>
  <SpocName>String</SpocName>
  <StageId>0</StageId>
  <Status>String</Status>
  <Statusid>0</Statusid>
  <TheoryMode>String</TheoryMode>
  <UploadedFilePath>String</UploadedFilePath>
  <VerticalId>0</VerticalId>
  <VerticalName>String</VerticalName>
  <VivaMode>String</VivaMode>
</GetAllRequestedAssessmentsResponse>

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