HTTP + SOAP11
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/asynconeway/CreateUpdateBatch_BFSI_REquest 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>
<CreateUpdateBatch_BFSI_REquest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Certiplate.BusinessObjects">
<aadhaarNumber>String</aadhaarNumber>
<accountHolderName>String</accountHolderName>
<accountNumber>String</accountNumber>
<alternateIdentificationTypeId>0</alternateIdentificationTypeId>
<bankAddress>String</bankAddress>
<bankName>String</bankName>
<candidateName>String</candidateName>
<candidate_email_id>String</candidate_email_id>
<castCategoryId>0</castCategoryId>
<communicationAddress>String</communicationAddress>
<communicationBlock>String</communicationBlock>
<communicationCity>String</communicationCity>
<communicationConstituency>String</communicationConstituency>
<communicationDistrictId>0</communicationDistrictId>
<communicationPinCode>String</communicationPinCode>
<communicationStateId>0</communicationStateId>
<communication_sameas_permanent>0</communication_sameas_permanent>
<contactNumber>String</contactNumber>
<countryCode>String</countryCode>
<disabilityProofFileName>String</disabilityProofFileName>
<disabilityStatus>0</disabilityStatus>
<disabilityType>String</disabilityType>
<dob>String</dob>
<domicileDistrictId>0</domicileDistrictId>
<domicileStateId>0</domicileStateId>
<education>String</education>
<emp_agent_id>String</emp_agent_id>
<employed>0</employed>
<experience_type>0</experience_type>
<fatherName>String</fatherName>
<gaurdianName>String</gaurdianName>
<genderId>0</genderId>
<idNumber>String</idNumber>
<idProofBacksideFileName>String</idProofBacksideFileName>
<idProofFileName>String</idProofFileName>
<ifscCode>String</ifscCode>
<maritalStatusId>0</maritalStatusId>
<motherName>String</motherName>
<noofExpMonths>0</noofExpMonths>
<noofExpYears>0</noofExpYears>
<permanentAddress>String</permanentAddress>
<permanentBlock>String</permanentBlock>
<permanentCity>String</permanentCity>
<permanentConstituency>String</permanentConstituency>
<permanentDistrictId>0</permanentDistrictId>
<permanentPinCode>String</permanentPinCode>
<permanentStateId>0</permanentStateId>
<photo_with_supervisor_file_name>String</photo_with_supervisor_file_name>
<pretrainingStatus>0</pretrainingStatus>
<previousExpJobRole>String</previousExpJobRole>
<previousExpSector>String</previousExpSector>
<profilePicture_file_name>String</profilePicture_file_name>
<religionId>0</religionId>
<supportDocFileName>String</supportDocFileName>
<yearOfPassing>0</yearOfPassing>
</CreateUpdateBatch_BFSI_REquest>
</soap:Body>
</soap:Envelope>