DichVuCongService


Click here for a complete list of operations.

doUpdateDocumentDataList

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 /SoaDichVuCongServiceCT/DichVuCongService.asmx HTTP/1.1
Host: 103.248.160.15
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/doUpdateDocumentDataList"

<?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>
    <doUpdateDocumentDataList xmlns="http://tempuri.org/">
      <objInput>
        <DocumentGUID xmlns="http://www.customs.gov.vn/DichVuCong">string</DocumentGUID>
        <ProcedureFileId xmlns="http://www.customs.gov.vn/DichVuCong">string</ProcedureFileId>
        <DocumentData xmlns="http://www.customs.gov.vn/DichVuCong">
          <Data1>string</Data1>
          <Data2>string</Data2>
          <Data3>string</Data3>
          <Data4>string</Data4>
          <Data5>string</Data5>
          <Data6>string</Data6>
          <Data7>string</Data7>
          <Data8>string</Data8>
          <Data9>string</Data9>
          <Data10>string</Data10>
          <Data11>string</Data11>
          <Data12>string</Data12>
          <Data13>string</Data13>
          <Data14>string</Data14>
          <Data15>string</Data15>
          <Data16>string</Data16>
          <Data17>string</Data17>
          <Data18>string</Data18>
          <Data19>string</Data19>
          <Data20>string</Data20>
        </DocumentData>
        <DocumentData xmlns="http://www.customs.gov.vn/DichVuCong">
          <Data1>string</Data1>
          <Data2>string</Data2>
          <Data3>string</Data3>
          <Data4>string</Data4>
          <Data5>string</Data5>
          <Data6>string</Data6>
          <Data7>string</Data7>
          <Data8>string</Data8>
          <Data9>string</Data9>
          <Data10>string</Data10>
          <Data11>string</Data11>
          <Data12>string</Data12>
          <Data13>string</Data13>
          <Data14>string</Data14>
          <Data15>string</Data15>
          <Data16>string</Data16>
          <Data17>string</Data17>
          <Data18>string</Data18>
          <Data19>string</Data19>
          <Data20>string</Data20>
        </DocumentData>
      </objInput>
      <LoaiXacThuc>int</LoaiXacThuc>
      <User>string</User>
      <Password>string</Password>
    </doUpdateDocumentDataList>
  </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>
    <doUpdateDocumentDataListResponse xmlns="http://tempuri.org/">
      <doUpdateDocumentDataListResult>
        <Code xmlns="http://www.customs.gov.vn/DichVuCong">string</Code>
        <Message xmlns="http://www.customs.gov.vn/DichVuCong">string</Message>
      </doUpdateDocumentDataListResult>
    </doUpdateDocumentDataListResponse>
  </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 /SoaDichVuCongServiceCT/DichVuCongService.asmx HTTP/1.1
Host: 103.248.160.15
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>
    <doUpdateDocumentDataList xmlns="http://tempuri.org/">
      <objInput>
        <DocumentGUID xmlns="http://www.customs.gov.vn/DichVuCong">string</DocumentGUID>
        <ProcedureFileId xmlns="http://www.customs.gov.vn/DichVuCong">string</ProcedureFileId>
        <DocumentData xmlns="http://www.customs.gov.vn/DichVuCong">
          <Data1>string</Data1>
          <Data2>string</Data2>
          <Data3>string</Data3>
          <Data4>string</Data4>
          <Data5>string</Data5>
          <Data6>string</Data6>
          <Data7>string</Data7>
          <Data8>string</Data8>
          <Data9>string</Data9>
          <Data10>string</Data10>
          <Data11>string</Data11>
          <Data12>string</Data12>
          <Data13>string</Data13>
          <Data14>string</Data14>
          <Data15>string</Data15>
          <Data16>string</Data16>
          <Data17>string</Data17>
          <Data18>string</Data18>
          <Data19>string</Data19>
          <Data20>string</Data20>
        </DocumentData>
        <DocumentData xmlns="http://www.customs.gov.vn/DichVuCong">
          <Data1>string</Data1>
          <Data2>string</Data2>
          <Data3>string</Data3>
          <Data4>string</Data4>
          <Data5>string</Data5>
          <Data6>string</Data6>
          <Data7>string</Data7>
          <Data8>string</Data8>
          <Data9>string</Data9>
          <Data10>string</Data10>
          <Data11>string</Data11>
          <Data12>string</Data12>
          <Data13>string</Data13>
          <Data14>string</Data14>
          <Data15>string</Data15>
          <Data16>string</Data16>
          <Data17>string</Data17>
          <Data18>string</Data18>
          <Data19>string</Data19>
          <Data20>string</Data20>
        </DocumentData>
      </objInput>
      <LoaiXacThuc>int</LoaiXacThuc>
      <User>string</User>
      <Password>string</Password>
    </doUpdateDocumentDataList>
  </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>
    <doUpdateDocumentDataListResponse xmlns="http://tempuri.org/">
      <doUpdateDocumentDataListResult>
        <Code xmlns="http://www.customs.gov.vn/DichVuCong">string</Code>
        <Message xmlns="http://www.customs.gov.vn/DichVuCong">string</Message>
      </doUpdateDocumentDataListResult>
    </doUpdateDocumentDataListResponse>
  </soap12:Body>
</soap12:Envelope>