Service
Click here for a complete list of operations.
PTI_PAYVNPOST_SU_DUNG_AC_AN_SINH_BUU_DIEN
VNPOST thanh toán ấn chỉ An sinh bưu điện đã được sử dụng
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_AN_SINH_BUU_DIEN"
<?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_AN_SINH_BUU_DIEN xmlns="http://tempuri.org/">
<ma_ac>string</ma_ac>
<so_ac>string</so_ac>
<Ho_Ten>string</Ho_Ten>
<dia_chi>string</dia_chi>
<dien_thoai>string</dien_thoai>
<Ngay_bat_dau>string</Ngay_bat_dau>
<ngay_ket_thuc>string</ngay_ket_thuc>
<Ngay_Cap_BH>string</Ngay_Cap_BH>
<Phi_Bao_Hiem>string</Phi_Bao_Hiem>
<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_AN_SINH_BUU_DIEN>
</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_AN_SINH_BUU_DIENResponse xmlns="http://tempuri.org/">
<PTI_PAYVNPOST_SU_DUNG_AC_AN_SINH_BUU_DIENResult>xmlxml</PTI_PAYVNPOST_SU_DUNG_AC_AN_SINH_BUU_DIENResult>
</PTI_PAYVNPOST_SU_DUNG_AC_AN_SINH_BUU_DIENResponse>
</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_AN_SINH_BUU_DIEN xmlns="http://tempuri.org/">
<ma_ac>string</ma_ac>
<so_ac>string</so_ac>
<Ho_Ten>string</Ho_Ten>
<dia_chi>string</dia_chi>
<dien_thoai>string</dien_thoai>
<Ngay_bat_dau>string</Ngay_bat_dau>
<ngay_ket_thuc>string</ngay_ket_thuc>
<Ngay_Cap_BH>string</Ngay_Cap_BH>
<Phi_Bao_Hiem>string</Phi_Bao_Hiem>
<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_AN_SINH_BUU_DIEN>
</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_AN_SINH_BUU_DIENResponse xmlns="http://tempuri.org/">
<PTI_PAYVNPOST_SU_DUNG_AC_AN_SINH_BUU_DIENResult>xmlxml</PTI_PAYVNPOST_SU_DUNG_AC_AN_SINH_BUU_DIENResult>
</PTI_PAYVNPOST_SU_DUNG_AC_AN_SINH_BUU_DIENResponse>
</soap12:Body>
</soap12:Envelope>