HTTP + SOAP12
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/asynconeway/AddPaymentDetailsRequest 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>
<AddPaymentDetailsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Certiplate.BusinessObjects">
<Amount_to_pay>String</Amount_to_pay>
<Balance_amount>0</Balance_amount>
<BankName>String</BankName>
<Cheque_number>String</Cheque_number>
<CreatedBy>String</CreatedBy>
<Gross_amount>String</Gross_amount>
<InvoiceIds>String</InvoiceIds>
<InvoiceIdsForStatus>String</InvoiceIdsForStatus>
<Invoiceid>0</Invoiceid>
<Pay_ref_num>String</Pay_ref_num>
<PaymentReceivedDate>String</PaymentReceivedDate>
<PaymentReceivedMode>String</PaymentReceivedMode>
<Payment_amount>String</Payment_amount>
<Payment_flag>0</Payment_flag>
<Payment_type>String</Payment_type>
<Refernce_number>String</Refernce_number>
<RequestIds>String</RequestIds>
<Status>String</Status>
<TDSPercentage>0</TDSPercentage>
<Total_paid_amount>String</Total_paid_amount>
</AddPaymentDetailsRequest>
</soap12:Body>
</soap12:Envelope>