HTTP + SOAP11
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/asynconeway/AddCenterAuditRequestRequest 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>
<AddCenterAuditRequestRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Certiplate.BusinessObjects">
<Batchid>String</Batchid>
<CenterAuditDateFrom>String</CenterAuditDateFrom>
<CenterAuditDateTo>String</CenterAuditDateTo>
<CenterAuditUser>String</CenterAuditUser>
<Centeraudit_request_id>0</Centeraudit_request_id>
<Client_id>0</Client_id>
<Created_by>String</Created_by>
<Created_date>String</Created_date>
<Qp_name>String</Qp_name>
<Qpid>0</Qpid>
<Tc>String</Tc>
<Tc_address>String</Tc_address>
<Tp>String</Tp>
<Userid>String</Userid>
</AddCenterAuditRequestRequest>
</soap:Body>
</soap:Envelope>