Navriti:Learnplate

<back to all web services

CreateBatchCandidate

HTTP + SOAP11

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

POST /xml/asynconeway/CreateBatchCandidate 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>

<CreateBatchCandidate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Certiplate.BusinessObjects">
  <CandidateId>String</CandidateId>
  <ClientName>String</ClientName>
  <ContactNo>String</ContactNo>
  <CreatedBy>String</CreatedBy>
  <DateOfBirth>String</DateOfBirth>
  <DefaultPassword>String</DefaultPassword>
  <EmailID>String</EmailID>
  <EnrollmentNo>String</EnrollmentNo>
  <GuardianName>String</GuardianName>
  <Name>String</Name>
  <OrganizationID>0</OrganizationID>
  <ProjectId>0</ProjectId>
  <QPID>0</QPID>
  <QualificationName>String</QualificationName>
  <RegistrationId>String</RegistrationId>
  <RequestID>0</RequestID>
  <SectorID>0</SectorID>
  <SectorName>String</SectorName>
</CreateBatchCandidate>

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