HTTP + SOAP11
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/asynconeway/SaveProctorDetailDataRequest 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>
<SaveProctorDetailDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Certiplate.BusinessObjects">
<Address>String</Address>
<AlternateMobile>String</AlternateMobile>
<ApiKey>String</ApiKey>
<BankAccountNumber>String</BankAccountNumber>
<BankName>String</BankName>
<CancelledChequeFileName>String</CancelledChequeFileName>
<DateOfBirth>String</DateOfBirth>
<DistrictId>0</DistrictId>
<Email>String</Email>
<GenderId>0</GenderId>
<IfscCode>String</IfscCode>
<LanguageIds>String</LanguageIds>
<Mobile>String</Mobile>
<Password>String</Password>
<PinCode>String</PinCode>
<ProctorId>0</ProctorId>
<ProctorName>String</ProctorName>
<ProctorTypeId>0</ProctorTypeId>
<ProfilePhotoFileName>String</ProfilePhotoFileName>
<SourceTypeId>0</SourceTypeId>
<SourcedByUserId>0</SourcedByUserId>
<StageId>0</StageId>
<StateId>0</StateId>
<StatusId>0</StatusId>
<WhatsAppNumber>String</WhatsAppNumber>
</SaveProctorDetailDataRequest>
</soap:Body>
</soap:Envelope>