Service
Click here for a complete list of operations.
PTI_PAYVNPOST_SU_DUNG_AC_XE_MAY
VNPOST thanh toán ấn chỉ đã được sử dụng Xe máy
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /service.asmx HTTP/1.1
Host: payvnpost.pti.com.vn
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/PTI_PAYVNPOST_SU_DUNG_AC_XE_MAY"
<?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>
<PTI_PAYVNPOST_SU_DUNG_AC_XE_MAY xmlns="http://tempuri.org/">
<ma_ac>string</ma_ac>
<so_ac>string</so_ac>
<bien_ks>string</bien_ks>
<ngay_hieu_luc>string</ngay_hieu_luc>
<ngay_ket_thuc>string</ngay_ket_thuc>
<TN_Dan_Su>string</TN_Dan_Su>
<Ngoi_tren_xe>string</Ngoi_tren_xe>
<Vat_chat_xe>string</Vat_chat_xe>
<Tong_Phi>string</Tong_Phi>
<Ngay_cap_BH>string</Ngay_cap_BH>
<ma_bc>string</ma_bc>
<ngay_ht>string</ngay_ht>
<id_vnpost>string</id_vnpost>
<b_key_hash>string</b_key_hash>
</PTI_PAYVNPOST_SU_DUNG_AC_XE_MAY>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
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>
<PTI_PAYVNPOST_SU_DUNG_AC_XE_MAYResponse xmlns="http://tempuri.org/">
<PTI_PAYVNPOST_SU_DUNG_AC_XE_MAYResult>xmlxml</PTI_PAYVNPOST_SU_DUNG_AC_XE_MAYResult>
</PTI_PAYVNPOST_SU_DUNG_AC_XE_MAYResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /service.asmx HTTP/1.1
Host: payvnpost.pti.com.vn
Content-Type: application/soap+xml; charset=utf-8
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>
<PTI_PAYVNPOST_SU_DUNG_AC_XE_MAY xmlns="http://tempuri.org/">
<ma_ac>string</ma_ac>
<so_ac>string</so_ac>
<bien_ks>string</bien_ks>
<ngay_hieu_luc>string</ngay_hieu_luc>
<ngay_ket_thuc>string</ngay_ket_thuc>
<TN_Dan_Su>string</TN_Dan_Su>
<Ngoi_tren_xe>string</Ngoi_tren_xe>
<Vat_chat_xe>string</Vat_chat_xe>
<Tong_Phi>string</Tong_Phi>
<Ngay_cap_BH>string</Ngay_cap_BH>
<ma_bc>string</ma_bc>
<ngay_ht>string</ngay_ht>
<id_vnpost>string</id_vnpost>
<b_key_hash>string</b_key_hash>
</PTI_PAYVNPOST_SU_DUNG_AC_XE_MAY>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
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>
<PTI_PAYVNPOST_SU_DUNG_AC_XE_MAYResponse xmlns="http://tempuri.org/">
<PTI_PAYVNPOST_SU_DUNG_AC_XE_MAYResult>xmlxml</PTI_PAYVNPOST_SU_DUNG_AC_XE_MAYResult>
</PTI_PAYVNPOST_SU_DUNG_AC_XE_MAYResponse>
</soap12:Body>
</soap12:Envelope>