Data management services (DMS)


Click here for a complete list of operations.

PushIEATEstateProfile

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 /WSS_DMS.asmx HTTP/1.1
Host: dms-services.ieat.go.th
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/PushIEATEstateProfile"

<?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:Header>
    <AuthHeader xmlns="http://tempuri.org/">
      <Username>string</Username>
      <Password>string</Password>
    </AuthHeader>
  </soap:Header>
  <soap:Body>
    <PushIEATEstateProfile xmlns="http://tempuri.org/">
      <EstateCode>string</EstateCode>
    </PushIEATEstateProfile>
  </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>
    <PushIEATEstateProfileResponse xmlns="http://tempuri.org/">
      <PushIEATEstateProfileResult>
        <Control>
          <EstateCode>string</EstateCode>
          <EstateNameTH>string</EstateNameTH>
          <EstateNameEN>string</EstateNameEN>
        </Control>
        <Detail1>
          <Item>
            <AreaRai>decimal</AreaRai>
            <AreaNange>decimal</AreaNange>
            <AreaWaa>decimal</AreaWaa>
            <AreaSqMeter>decimal</AreaSqMeter>
          </Item>
          <Item>
            <AreaRai>decimal</AreaRai>
            <AreaNange>decimal</AreaNange>
            <AreaWaa>decimal</AreaWaa>
            <AreaSqMeter>decimal</AreaSqMeter>
          </Item>
        </Detail1>
        <Detail2>
          <Item />
          <Item />
        </Detail2>
      </PushIEATEstateProfileResult>
    </PushIEATEstateProfileResponse>
  </soap:Body>
</soap:Envelope>