Data exchange services
Click here for a complete list of operations.
getBusinessSummaryReport01s
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_IEAT.asmx HTTP/1.1
Host: dxs-ex.nidpro.tech
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/getBusinessSummaryReport01s"
<?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>
<getBusinessSummaryReport01s xmlns="http://tempuri.org/">
<Year>string</Year>
<Month>string</Month>
<IndustialEstateCode>string</IndustialEstateCode>
</getBusinessSummaryReport01s>
</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>
<getBusinessSummaryReport01sResponse xmlns="http://tempuri.org/">
<getBusinessSummaryReport01sResult>
<Control>
<MonthlyReport>string</MonthlyReport>
<LastUpdate>string</LastUpdate>
</Control>
<detail>
<Item>
<Industrial_Estate_Code>string</Industrial_Estate_Code>
<Industrial_Estate_Name_Th>string</Industrial_Estate_Name_Th>
<Industrial_Estate_Name_Eng>string</Industrial_Estate_Name_Eng>
<Estate_Label>string</Estate_Label>
<Industrial_Estate_Address>string</Industrial_Estate_Address>
<Industrial_Estate_Province>string</Industrial_Estate_Province>
<Industrial_Estate_Amphur>string</Industrial_Estate_Amphur>
<Industrial_Estate_District>string</Industrial_Estate_District>
<Industrial_Estate_Postcode>string</Industrial_Estate_Postcode>
<Total_Number_Of_Firm>int</Total_Number_Of_Firm>
<Total_Number_Of_License>int</Total_Number_Of_License>
<Total_Number_Of_Factory>int</Total_Number_Of_Factory>
<Total_Amount_Of_Cash_Investment>decimal</Total_Amount_Of_Cash_Investment>
<Total_Number_Of_Worker>int</Total_Number_Of_Worker>
<Total_Number_Of_Skill_Worker>int</Total_Number_Of_Skill_Worker>
<Industrial_Estate_Area_Rai>decimal</Industrial_Estate_Area_Rai>
<Industrial_Estate_Area_Ngan>decimal</Industrial_Estate_Area_Ngan>
<Industrial_Estate_Area_Wa>decimal</Industrial_Estate_Area_Wa>
<Industrial_Estate_Area_Sqm>decimal</Industrial_Estate_Area_Sqm>
<Total_Area_For_Sale_And_Rent_Rai>decimal</Total_Area_For_Sale_And_Rent_Rai>
<Total_Area_For_Sale_And_Rent_Ngan>decimal</Total_Area_For_Sale_And_Rent_Ngan>
<Total_Area_For_Sale_And_Rent_Wa>decimal</Total_Area_For_Sale_And_Rent_Wa>
<Total_Area_For_Sale_And_Rent_Sqm>decimal</Total_Area_For_Sale_And_Rent_Sqm>
<Sold_And_Rented_Area_Rai>decimal</Sold_And_Rented_Area_Rai>
<Sold_And_Rented_Area_Ngan>decimal</Sold_And_Rented_Area_Ngan>
<Sold_And_Rented_Area_Wa>decimal</Sold_And_Rented_Area_Wa>
<Sold_And_Rented_Area_Sqm>decimal</Sold_And_Rented_Area_Sqm>
</Item>
<Item>
<Industrial_Estate_Code>string</Industrial_Estate_Code>
<Industrial_Estate_Name_Th>string</Industrial_Estate_Name_Th>
<Industrial_Estate_Name_Eng>string</Industrial_Estate_Name_Eng>
<Estate_Label>string</Estate_Label>
<Industrial_Estate_Address>string</Industrial_Estate_Address>
<Industrial_Estate_Province>string</Industrial_Estate_Province>
<Industrial_Estate_Amphur>string</Industrial_Estate_Amphur>
<Industrial_Estate_District>string</Industrial_Estate_District>
<Industrial_Estate_Postcode>string</Industrial_Estate_Postcode>
<Total_Number_Of_Firm>int</Total_Number_Of_Firm>
<Total_Number_Of_License>int</Total_Number_Of_License>
<Total_Number_Of_Factory>int</Total_Number_Of_Factory>
<Total_Amount_Of_Cash_Investment>decimal</Total_Amount_Of_Cash_Investment>
<Total_Number_Of_Worker>int</Total_Number_Of_Worker>
<Total_Number_Of_Skill_Worker>int</Total_Number_Of_Skill_Worker>
<Industrial_Estate_Area_Rai>decimal</Industrial_Estate_Area_Rai>
<Industrial_Estate_Area_Ngan>decimal</Industrial_Estate_Area_Ngan>
<Industrial_Estate_Area_Wa>decimal</Industrial_Estate_Area_Wa>
<Industrial_Estate_Area_Sqm>decimal</Industrial_Estate_Area_Sqm>
<Total_Area_For_Sale_And_Rent_Rai>decimal</Total_Area_For_Sale_And_Rent_Rai>
<Total_Area_For_Sale_And_Rent_Ngan>decimal</Total_Area_For_Sale_And_Rent_Ngan>
<Total_Area_For_Sale_And_Rent_Wa>decimal</Total_Area_For_Sale_And_Rent_Wa>
<Total_Area_For_Sale_And_Rent_Sqm>decimal</Total_Area_For_Sale_And_Rent_Sqm>
<Sold_And_Rented_Area_Rai>decimal</Sold_And_Rented_Area_Rai>
<Sold_And_Rented_Area_Ngan>decimal</Sold_And_Rented_Area_Ngan>
<Sold_And_Rented_Area_Wa>decimal</Sold_And_Rented_Area_Wa>
<Sold_And_Rented_Area_Sqm>decimal</Sold_And_Rented_Area_Sqm>
</Item>
</detail>
</getBusinessSummaryReport01sResult>
</getBusinessSummaryReport01sResponse>
</soap:Body>
</soap:Envelope>