steps to push/pull data on iis through web api state user login … · 2020-02-11 · steps to...

32
Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an access Token from given link. https://iis.ncog.gov.in/ Description of WEB API A) Method : insertParkDetails (to insert park details) API URL http://164.100.117.24/iis_api /api/InsertParkDetails/insertParkDetails Method POST Content-Type application/json Sample Input parameter JSON String { "ParkNo":"","State":"Gujrat","StateLGC":"24","District":"Surat","DisttLGC":"492","CenDisttC d":"345678","SubDistt":"Kamrej", "Village":"Kamrej", "ParkName":"Child Park Kamrej","ParkSD":"Short Description","LandCat":"Special Economic Zones","LandAvail":"1234.5", "ParkType":"Type of industrial park","PollCat":"Red,Orange,White,Green","EnvtCIOb":"Yes","LandSale_Min":"123","LandSa le_Max":"1234","LandLease_Min":"345", "LandLease_Max":"3456","LeaseRental":"4567","LeasePeriod":"5","TotalPlots":"200","AvgSi zPlot":"12345","PlotsAlloc":"90", "Plotsvacant":"110","TotIndlArea":"23456","IndlSector":"BIOTECHNOLOGY","MixedSector":" AUTOMOBILES, CAPITAL GOODS, DEFENCE AND AEROSPACE MANUFACTURING","SubSector":"Sub Sector ","NHighway":"NH 5, NH 122 ","DistNH":"34","SHighway":"SH4, SH89","DistSH":"456","RStation":"Railway Station", "DistRS":"123","Airport":"Airport","DistAir":"234","Seaport":"Seaport","Distport":"233","Dry port":"dry port","Distdryport":"23", "DistRailS":"230","Zonal":"Zonal Office","DistZonal":"54","PoliceSt":"Police Station","DistPolice":"23","FireSt":"Fire Station", "DistFire":"345","Bank":"Bank","DistBank":"33","Hospital":"Hospital","DistHosp":"45","Elect A":"Yes","ElectC":"11 ","ElectU":"12 ","WaterA":"Yes", "WaterC":"22","WaterU":"23","GasA":"Yes","GasC":"33","GasU":"34","STPA":"Yes","STPC":" 44","STPU":"45","EPoleA":"Yes","PowerSSA":"Yes", "PowerSSC":"55","PowerSSU":"56","WTPA":"Yes","WTPC":"66","WTPU":"67","ICTA":"Yes","I CTS":"123 ", "SWDA":"Yes","SWDC":"77","SWDU":"78","DhA":"Yes","PtA":"No","OtherInformation":"Any Other Information","AdminName":"ASDER", "AdminDesig":"Officer","AdminC":"123","AdminE":"[email protected]","MktName":"MktN ame", "MktDesig":"MktDesig","MktC":"MktC","MktE":"[email protected]","Url":"http://abcd.xyz ","Url_enquiry":"http://enquiry.xyz","Url_land_allotment":"http://land_allotment.xyz"," geom ":"0101000000B1A84F56F1315340806863FED39C2540","hmac":"a0a1b1d077d4151c4fa164

Upload: others

Post on 06-Apr-2020

5 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

Steps to PUSH/PULL Data on IIS through Web API

State user login on IIS application and get an access Token from given link. https://iis.ncog.gov.in/

Description of WEB API

A) Method : insertParkDetails (to insert park details)

API URL http://164.100.117.24/iis_api/api/InsertParkDetails/insertParkDetails Method POST Content-Type application/json

Sample Input parameter JSON String

{ "ParkNo":"","State":"Gujrat","StateLGC":"24","District":"Surat","DisttLGC":"492","CenDisttCd":"345678","SubDistt":"Kamrej", "Village":"Kamrej", "ParkName":"Child Park Kamrej","ParkSD":"Short Description","LandCat":"Special Economic Zones","LandAvail":"1234.5", "ParkType":"Type of industrial park","PollCat":"Red,Orange,White,Green","EnvtCIOb":"Yes","LandSale_Min":"123","LandSale_Max":"1234","LandLease_Min":"345", "LandLease_Max":"3456","LeaseRental":"4567","LeasePeriod":"5","TotalPlots":"200","AvgSizPlot":"12345","PlotsAlloc":"90", "Plotsvacant":"110","TotIndlArea":"23456","IndlSector":"BIOTECHNOLOGY","MixedSector":"AUTOMOBILES, CAPITAL GOODS, DEFENCE AND AEROSPACE MANUFACTURING","SubSector":"Sub Sector ","NHighway":"NH 5, NH 122 ","DistNH":"34","SHighway":"SH4, SH89","DistSH":"456","RStation":"Railway Station", "DistRS":"123","Airport":"Airport","DistAir":"234","Seaport":"Seaport","Distport":"233","Dryport":"dry port","Distdryport":"23", "DistRailS":"230","Zonal":"Zonal Office","DistZonal":"54","PoliceSt":"Police Station","DistPolice":"23","FireSt":"Fire Station", "DistFire":"345","Bank":"Bank","DistBank":"33","Hospital":"Hospital","DistHosp":"45","ElectA":"Yes","ElectC":"11 ","ElectU":"12 ","WaterA":"Yes", "WaterC":"22","WaterU":"23","GasA":"Yes","GasC":"33","GasU":"34","STPA":"Yes","STPC":"44","STPU":"45","EPoleA":"Yes","PowerSSA":"Yes", "PowerSSC":"55","PowerSSU":"56","WTPA":"Yes","WTPC":"66","WTPU":"67","ICTA":"Yes","ICTS":"123 ", "SWDA":"Yes","SWDC":"77","SWDU":"78","DhA":"Yes","PtA":"No","OtherInformation":"Any Other Information","AdminName":"ASDER", "AdminDesig":"Officer","AdminC":"123","AdminE":"[email protected]","MktName":"MktName", "MktDesig":"MktDesig","MktC":"MktC","MktE":"[email protected]","Url":"http://abcd.xyz","Url_enquiry":"http://enquiry.xyz","Url_land_allotment":"http://land_allotment.xyz"," geom ":"0101000000B1A84F56F1315340806863FED39C2540","hmac":"a0a1b1d077d4151c4fa164

Page 2: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

f48586a51e386a14480ee239b16022a7e959d54f67" }

Description of Sample Input parameter Name Description Example Max

Length

ParkNo Park number “” State State Name Gujrat 30 StateLGC State LG

Codes 24 2

District District Name Surat 50 DisttLGC District Code

(LG Code) 492 3

CenDisttCd Census 2011 District Code

65789 3

SubDistt Sub-District Kamrej 400 Village Village Kamrej 400 ParkName Name of park Child Park Kamrej 40 ParkSD Short

Description A Short Description of the Industrial Park mentioning its facilities, ownership details, external infrastructure, business support services,

300

LandCat Land Type To mention whether the Land Type is Bulk Land/ Open Land Green Area Industrial Land

15

LandAvail Available land (in hectares)

The total land available in an industrial park (in hectares) is to be provided

7

ParkType Type of industrial park

Type of Industrial Park Category: Coastal Economic Zone Industrial Area Industrial Corridor Node Industrial Cluster Industrial Estate Industrial Park Industrial Region Export Promotion Industrial Parks National Investment and Manufacturing Zones Special Economic Zones Other

30

PollCat Pollution Category allowed

The allowed pollution categories in the industrial park are to be mentioned Red Orange White Green

25

EnvtClOb Environmental Clearance

The state to share if the environmental clearance has been obtained for the overall

3

Page 3: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

Obtained park in Yes/No format LandSale_Min

Outright Land Sale Price (in Rs/ sq. mtr)

The outright land sale price (in Rs/sqMtr) to be provided within a range of minimum to maximum. Like : Min : _______________ to Max :____________________

10

LandSale_Max

10

LandLease_Min

Lease Premium

The Lease Premium (in Rs/sqMtr) to be provided within a range of minimum to maximum. Like : Min : _______________ to Max :____________________

10

LandLease_Max

10

LeaseRental Lease Rental The Lease Rental as a percentage of lease premium

10

LeasePeriod Lease Period Number of years 3 TotalPlots Total no of

plots The total number of plots in an industrial park are to be mentioned here.

5

AvgSizPlot Average size of plots

The average size of plots in an industrial park are to be mentioned here

10

PlotsAlloc Plots already allocated

The number of Allocated plots in an industrial park are to be mentioned here.

5

Plotsvacant Total no of vacant plots

The total number of Vacant/ Unallotted plots in an industrial park are to be mentioned here.

5

TotIndlArea Industrial Area Available (in hectares)

The net industrial land available in an industrial park (in hectares) is to be provided

5

IndlSector Sector This is to be provided as per the list of Sectors mentioned in Annexure II. e.g. TEXTILES

50

MixedSector Mixed Sector In case the sector of the Industrial Park is falling under “Mixed” category – the State is to send the list of sector applicable for the park mentioned in Annexure II. If any other sector is to be mentioned, the State should mention the additional category E.g. AUTOMOBILES, CAPITAL GOODS, DEFENCE AND AEROSPACE MANUFACTURING

100

SubSector Sub Sector This is to be provided as per the list in each respective State.

100

NHighway National Highway

Like : NH 5, NH 122 50

DistNH Distance from NH (in Km)

To mention the distance of the industrial park/plot from the National Highway as per the GIS mapping

5

SHighway State Highway Like: SH4, SH89 50

Page 4: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

DistSH Distance from SH (in Km)

To mention the distance of the industrial park/plot from the State Highway as per the GIS mapping

5

RStation Railway Station

To provide the name of the nearest Railway Station to the industrial park/plot

50

DistRS Distance from Railway Station (in Km)

To mention the distance of the industrial park/plot from the nearest Railway Station as per the GIS mapping

5

Airport Airport To provide the name of the nearest Airport to the industrial park/plot

50

DistAir Distance from Airport (in Km)

To mention the distance of the industrial park/plot from the nearest Airport as per the GIS mapping

5

Seaport Seaport To provide the name of the nearest Seaport to the industrial park/plot

50

Distport Distance from Seaport (in Km)

To mention the distance of the industrial park/plot from the nearest Seaport as per the GIS mapping

5

DryPort ICD/Dry port To provide the name of the nearest dry port/ICD to the industrial park/plot

50

Distdryport Distance from Dry Port/ICD (in Km)

To mention the distance of the industrial park/plot from the nearest dry port/ICD

5

DistRailS Distance from Railway Siding

To mention the distance from railway siding 5

Zonal To mention the name and distance of the nearest Zonal Office from the industrial park

To mention the name and distance of the nearest Zonal Office from the

50 DistZonal 5

PoliceSt To mention the name and distance of the nearest Police Station from the industrial park

To mention the name and distance of the nearest Police Station from the industrial park

50 DistPolice 5

FireSt To mention the name and distance of the nearest Fire Station from the industrial park

To mention the name and distance of the nearest Fire Station from the industrial park

50 DistFire 5

Bank To mention the name and

To mention the name and distance of the nearest Bank from the industrial park

50 DistBank 5

Page 5: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

distance of the nearest Bank from the industrial park

Hospital To mention the name and distance of the nearest Hospital from the industrial park

To mention the name and distance of the nearest Hospital from the industrial park

50 DistHosp 5

ElectA Electricity/Power availability

Yes/No 3

ElectC Electricity/Power Capacity

Capacity (KVA) 5

ElectU Electricity/Power Utilization

Utilization (in %) 3

WaterA Water availability

Yes/No 3

WaterC Water Capacity

Capacity (MLD) 5

WaterU Water Utilization

Utilization (in %) 3

GasA Gas Line Yes/No 3 GasC Gas Capacity Capacity (MBH) 5 GasU Gas

Utilization Utilization (in %) 3

STPA STP Yes/No 3 STPC STP Capacity Capacity (MLD) 5 STPU STP

Utilization Utilization (in %) 3

EPoleA Electric Pole Yes/No 3 PowerSSA Power Sub

Station Yes/No 3

PowerSSC Power Sub Station Capacity

Capacity (KVA) 5

PowerSSU Power Sub Station Utilization

Utilization (in %) 3

WTPA WTP Yes/No 3 WTPC WTP Capacity Capacity (MLD) 5 WTPU WTP

Utilization Utilization (in %) 3

ICTA ICT Yes/No 3 ICTS ICT Speed Speed (Mbps) 5 SWDA Solid Waste

Disposal Facility

Yes/No 3

Page 6: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

SWDC Solid Waste Disposal Capacity

Capacity (TDP) 5

SWDU Solid Waste Disposal Utilization

Utilization (in %) 3

DhA Dormitories/Hostels for workers available

Yes/No 3

PtA Designated Truck parking available inside the park

Yes/No 3

OtherInformation

Other Information

In case the Industrial Park wants to showcase any other information except for the one asked above.

100

AdminName Name To provide the name and contact details of the Official in charge of the Administration of Industrial Park

100 AdminDesig Designation 50 AdminC Phone 10 AdminE Email ID 100 MktName MktName To provide the name and contact details of

the Official in charge of the Marketing of Industrial Park

100 MktDesig MktDesig 50 MktC MktC 10 MktE MktE 100 Url URL/Web Link of

relevant information page on State GIS or State IPA website or Industrial Park Website

Mention the website URL/web link of State GIS Map/State IPA website/ Industrial Park Website

200

Url_enquiry URL/Web Link of relevant online link for enquiry

Link for online enquiry 200

Url_land_allotment

URL/Web Link of relevant online link for land allotment

Link for land allotment 200

geom *GIS Binary 0101000000B1A84F56F1315340806863FED39C2540 hmac sha256 string

(*hmac to be generate as given below)

9b698db94d2b33b1b0b6542cb0f0c1cb165392cf88414a01d655e15e0182cca5

Page 7: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

* To generate GIS Binary

http://3nids.github.io/plaingeometryeditor/

Datum WGS84 Coordinate Reference System EPSG 4326

*To generate HMAC get sha256 in following order : hmac=accessToken+ StateLGC+ DisttLGC+ ParkName+ ParkType+ LandCat

API Response Payload:

Content-Type application/json

Sample Output JSON String:

{ "ParkNo": "4281", "Status": "Success", "code": "1" }

Description of Sample Output

Tag Name Description Example ParkNo System Generated

Park No. 4281

Status Ststus Success code Code 1

{ "Status": "Fail", "message": "record is not inserted", "code": "0" }

Description of Sample Output When Fail to insert park details

Tag Name Description Example Status Ststus Fail message record is not

inserted Success

code Code 0

B) Method : updateParkDetails (to update park details)

Page 8: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

API URL http://164.100.117.24/iis_api/api/UpdateParkDetails/updateParkDetails Method POST Content-Type application/json

Sample Input parameter JSON String

Content-Type application/json

{ "ParkNo":"4281","State":"Gujrat","StateLGC":"24","District":"Surat","DisttLGC":"492","CenDisttCd":"345678","SubDistt":"Kamrej", "Village":"Kamrej", "ParkName":"Child Park Kamrej","ParkSD":"Short Description","LandCat":"Special Economic Zones","LandAvail":"1234.5", "ParkType":"Type of industrial park","PollCat":"Red,Orange,White,Green","EnvtCIOb":"Yes","LandSale_Min":"123","LandSale_Max":"1234","LandLease_Min":"345", "LandLease_Max":"3456","LeaseRental":"4567","LeasePeriod":"5","TotalPlots":"200","AvgSizPlot":"12345","PlotsAlloc":"90", "Plotsvacant":"110","TotIndlArea":"23456","IndlSector":"BIOTECHNOLOGY","MixedSector":"AUTOMOBILES, CAPITAL GOODS, DEFENCE AND AEROSPACE MANUFACTURING","SubSector":"Sub Sector ","NHighway":"NH 5, NH 122 ","DistNH":"34","SHighway":"SH4, SH89","DistSH":"456","RStation":"Railway Station", "DistRS":"123","Airport":"Airport","DistAir":"234","Seaport":"Seaport","Distport":"233","Dryport":"dry port","Distdryport":"23", "DistRailS":"230","Zonal":"Zonal Office","DistZonal":"54","PoliceSt":"Police Station","DistPolice":"23","FireSt":"Fire Station", "DistFire":"345","Bank":"Bank","DistBank":"33","Hospital":"Hospital","DistHosp":"45","ElectA":"Yes","ElectC":"11 ","ElectU":"12 ","WaterA":"Yes", "WaterC":"22","WaterU":"23","GasA":"Yes","GasC":"33","GasU":"34","STPA":"Yes","STPC":"44","STPU":"45","EPoleA":"Yes","PowerSSA":"Yes", "PowerSSC":"55","PowerSSU":"56","WTPA":"Yes","WTPC":"66","WTPU":"67","ICTA":"Yes","ICTS":"123 ", "SWDA":"Yes","SWDC":"77","SWDU":"78","DhA":"Yes","PtA":"No","OtherInformation":"Any Other Information","AdminName":"ASDER", "AdminDesig":"Officer","AdminC":"123","AdminE":"[email protected]","MktName":"MktName", "MktDesig":"MktDesig","MktC":"MktC","MktE":"[email protected]",""Url":"http://abcd.xyz","Url_enquiry":"http://enquiry.xyz","Url_land_allotment":"http://land_allotment.xyz"," geom ":"0101000000B1A84F56F1315340806863FED39C2540","hmac":"a0a1b1d077d4151c4fa164f48586a51e386a14480ee239b16022a7e959d54f67"}

Description of Sample Input parameter Name Description Example Max

Page 9: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

Length

ParkNo Park number 4281 10 State State Name Gujrat 30 StateLGC State LG

Codes 24 2

District District Name Surat 50 DisttLGC District Code

(LG Code) 492 3

CenDisttCd Census 2011 District Code

65789 3

SubDistt Sub-District Kamrej 400 Village Village Kamrej 400 ParkName Name of park Child Park Kamrej 40 ParkSD Short

Description A Short Description of the Industrial Park mentioning its facilities, ownership details, external infrastructure, business support services,

300

LandCat Land Type To mention whether the Land Type is Bulk Land/ Open Land Green Area Industrial Land

15

LandAvail Available land (in hectares)

The total land available in an industrial park (in hectares) is to be provided

7

ParkType Type of industrial park

Type of Industrial Park Category: Coastal Economic Zone Industrial Area Industrial Corridor Node Industrial Cluster Industrial Estate Industrial Park Industrial Region Export Promotion Industrial Parks National Investment and Manufacturing Zones Special Economic Zones Other

30

PollCat Pollution Category allowed

The allowed pollution categories in the industrial park are to be mentioned Red Orange White Green

25

EnvtClOb Environmental Clearance Obtained

The state to share if the environmental clearance has been obtained for the overall park in Yes/No format

3

LandSale_Min

Outright Land Sale Price (in Rs/ sq. mtr)

The outright land sale price (in Rs/sqMtr) to be provided within a range of minimum to maximum. Like : Min : _______________ to

10

LandSale_Max

10

Page 10: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

Max :____________________

LandLease_Min

Lease Premium

The Lease Premium (in Rs/sqMtr) to be provided within a range of minimum to maximum. Like : Min : _______________ to Max :____________________

20

LandLease_Max

20

LeaseRental Lease Rental The Lease Rental as a percentage of lease premium

20

LeasePeriod Lease Period Number of years 10 TotalPlots Total no of

plots The total number of plots in an industrial park are to be mentioned here.

5

AvgSizPlot Average size of plots

The average size of plots in an industrial park are to be mentioned here

10

PlotsAlloc Plots already allocated

The number of Allocated plots in an industrial park are to be mentioned here.

5

Plotsvacant Total no of vacant plots

The total number of Vacant/ Unallotted plots in an industrial park are to be mentioned here.

5

TotIndlArea Industrial Area Available (in hectares)

The net industrial land available in an industrial park (in hectares) is to be provided

10

IndlSector Sector This is to be provided as per the list of Sectors mentioned in Annexure II. e.g. TEXTILES

20

MixedSector Mixed Sector In case the sector of the Industrial Park is falling under “Mixed” category – the State is to send the list of sector applicable for the park mentioned in Annexure II. If any other sector is to be mentioned, the State should mention the additional category E.g. AUTOMOBILES, CAPITAL GOODS, DEFENCE AND AEROSPACE MANUFACTURING

100

SubSector Sub Sector This is to be provided as per the list in each respective State.

100

NHighway National Highway

Like : NH 5, NH 122 50

DistNH Distance from NH (in Km)

To mention the distance of the industrial park/plot from the National Highway as per the GIS mapping

10

SHighway State Highway Like: SH4, SH89 50 DistSH Distance from

SH (in Km) To mention the distance of the industrial park/plot from the State Highway as per the GIS mapping

10

RStation Railway Station

To provide the name of the nearest Railway Station to the industrial park/plot

50

Page 11: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

DistRS Distance from Railway Station (in Km)

To mention the distance of the industrial park/plot from the nearest Railway Station as per the GIS mapping

10

Airport Airport To provide the name of the nearest Airport to the industrial park/plot

50

DistAir Distance from Airport (in Km)

To mention the distance of the industrial park/plot from the nearest Airport as per the GIS mapping

10

Seaport Seaport To provide the name of the nearest Seaport to the industrial park/plot

50

Distport Distance from Seaport (in Km)

To mention the distance of the industrial park/plot from the nearest Seaport as per the GIS mapping

10

DryPort ICD/Dry port To provide the name of the nearest dry port/ICD to the industrial park/plot

50

Distdryport Distance from Dry Port/ICD (in Km)

To mention the distance of the industrial park/plot from the nearest dry port/ICD

10

DistRailS Distance from Railway Siding

To mention the distance from railway siding 10

Zonal To mention the name and distance of the nearest Zonal Office from the industrial park

To mention the name and distance of the nearest Zonal Office from the

50 DistZonal 10

PoliceSt To mention the name and distance of the nearest Police Station from the industrial park

To mention the name and distance of the nearest Police Station from the industrial park

50 DistPolice 10

FireSt To mention the name and distance of the nearest Fire Station from the industrial park

To mention the name and distance of the nearest Fire Station from the industrial park

50 DistFire 10

Bank To mention the name and distance of the nearest Bank from the industrial park

To mention the name and distance of the nearest Bank from the industrial park

50 DistBank 10

Page 12: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

Hospital To mention the name and distance of the nearest Hospital from the industrial park

To mention the name and distance of the nearest Hospital from the industrial park

50 DistHosp 10

ElectA Electricity/Power availability

Yes/No 3

ElectC Electricity/Power Capacity

Capacity (KVA) 5

ElectU Electricity/Power Utilization

Utilization (in %) 3

WaterA Water availability

Yes/No 3

WaterC Water Capacity

Capacity (MLD) 5

WaterU Water Utilization

Utilization (in %) 3

GasA Gas Line Yes/No 3 GasC Gas Capacity Capacity (MBH) 5 GasU Gas

Utilization Utilization (in %) 3

STPA STP Yes/No 3 STPC STP Capacity Capacity (MLD) 5 STPU STP

Utilization Utilization (in %) 3

EPoleA Electric Pole Yes/No 3 PowerSSA Power Sub

Station Yes/No 3

PowerSSC Power Sub Station Capacity

Capacity (KVA) 5

PowerSSU Power Sub Station Utilization

Utilization (in %) 3

WTPA WTP Yes/No 3 WTPC WTP Capacity Capacity (MLD) 5 WTPU WTP

Utilization Utilization (in %) 3

ICTA ICT Yes/No 100 ICTS ICT Speed Speed (Mbps) SWDA Solid Waste

Disposal Facility

Yes/No 3

SWDC Solid Waste Disposal Capacity

Capacity (TDP) 5

SWDU Solid Waste Disposal

Utilization (in %) 3

Page 13: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

*To generate HMAC get sha256 in following order : hmac=accessToken+ StateLGC+ DisttLGC+ ParkName+ ParkType+ LandCat

Utilization DhA Dormitories/

Hostels for workers available

Yes/No 3

PtA Designated Truck parking available inside the park

Yes/No 3

OtherInformation

Other Information

In case the Industrial Park wants to showcase any other information except for the one asked above.

10

AdminName Name To provide the name and contact details of the Official in charge of the Administration of Industrial Park

50 AdminDesig Designation 20 AdminC Phone 10 AdminE Email ID 30 MktName MktName To provide the name and contact details of

the Official in charge of the Marketing of Industrial Park

50 MktDesig MktDesig 20 MktC MktC 10 MktE MktE 30 Url URL/Web Link of

relevant information page on State GIS or State IPA website or Industrial Park Website

Mention the website URL/web link of State GIS Map/State IPA website/ Industrial Park Website

50

Url_enquiry URL/Web Link of relevant online link for enquiry

Link for online enquiry 50

Url_land_allotment

URL/Web Link of relevant online link for land allotment

Link for land allotment 50

geom GIS Binary 0101000000B1A84F56F1315340806863FED39C2540 hmac sha256 string (

*hmac to be generate as given below)

9b698db94d2b33b1b0b6542cb0f0c1cb165392cf88414a01d655e15e0182cca5

Page 14: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

API Response Payload:

Content-Type application/json

{ "Status": "Success", "message": "Record updated successfully", "code": "1" } Fail Response { "Status": "Fail", "message": "Record is not updated", "code": "0" }

C) Method : GetAllParkNo (to get all park no)

API URL http://164.100.117.24/iis_api/api/Retrieve/GetAllParkNo

Method POST

Content-Type application/json

Sample Input parameter JSON String

{ "StateLGC ":"24" “hmac”:”uiweuyweyriuwergehbr9g4uhi34uhk2j4nf0e8g3434kg4kgig4igm4gjj4mfmrigmgkrngi”} }

Description of Sample Input Parameter Tag Name Descripti

on Example

StateLGC

State LG Code

24

hmac Sha256( *hmac to be generate as given below)

uiweuyweyriuwergehbr9g4uhi34uhk2j4nf0e8g3434kg4kgig4igm4gjj4mfmrigmgkrngi

Page 15: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

API Response Payload:

Content-Type application/json

[\"Status\":\"Found\", \"Data\":[{\"parkno\":\"1175\",\"parkname\":\"Savli\"},{\"parkno\":\"142\",\"parkname\":\"Rajhans Infracon (India) Pvt Ltd\"},{\"parkno\":\"126\",\"parkname\":\"Satyam Textile Park\"},{\"parkno\":\"1149\",\"parkname\":\"Dhandhuka\"},{\"parkno\":\"1294\",\"parkname\":\"Gandhinagar Engineering\"},{\"parkno\":\"559\",\"parkname\":\"Surat Apparel Park Industrial Development Corporation\"},{\"parkno\":\"1375\",\"parkname\":\"Kalol (Panchmahal)\"},{\"parkno\":\"1259\",\"parkname\":\"Shil\"},{\"parkno\":\"1370\",\"parkname\":\"Halol II (Expansion)\"},{\"parkno\":\"1147\",\"parkname\":\"Vatwa\"},{\"parkno\":\"1146\",\"parkname\":\"Naroda\"},{\"parkno\":\"1187\",\"parkname\":\"Dahej I\"},{\"parkno\":\"1222\",\"parkname\":\"Icchapore-Bhatpore\"}]]

Response When Data Not Found

{ "Status": "No Record Found", "message": "record is not exist", "errorcode": "0" }

D) Method : GetParkDetails (to get park details)

API URL http://164.100.117.24/iis_api/api/Retrieve/GetParkDetails

Method POST

Content-Type application/json

Sample Input parameter JSON String

{ "StateLGC ":"24", "ParkNo":"4281" “hmac”:”uiweuyweyriuwergehbr9g4uhi34u4nf0e8g3434kg4kgig4igm4gjj4mfmrigmgkrngi”} }

*To generate HMAC get sha256 in following order : hmac=accessToken+ StateLGC

Page 16: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

Description of Sample Input Parameter Tag Name

Description

Example

StateLGC

State LG Code

24

ParkNo System Generated Park No.

4281

hmac Sha256( *hmac to be generate as given below)

uiweuyweyriuwergehbr9g4uhi34k2j4nf0e8g3434kg4kgig4igm4gjj4mfmrigmgkrngi

API Response Payload:

Content-Type application/json

{ "Status": "Found", "ParkNo": "4281", "State": "Gujrat", "StateLGC": "24", "District": "Surat", "DisttLGC": "492", "CenDisttCd": null, "SubDistt": "Kamrej", "Village": "Kamrej", "ParkName": "Child Park Varanasi", "ParkSD": "Short Description", "LandCat": "Special Economic Zones", "LandAvail": "1234.5", "ParkType": "Special Economic Zones", "PollCat": "Pollution Category allowed", "LandSale": "", "LandLease": "", "LeaseRental": "", "LeasePeriod": "", "TotalPlots": 200, "AvgSizPlot": 12345.0, "PlotsAlloc": 0, "Plotsvacant": 110, "TotIndlArea": 1234.5, "IndlSector": "Sector", "SubSector": "Sub Sector ", "NHighway": "NH 5, NH 122 ", "DistNH": "34", "SHighway": "SH4, SH89", "DistSH": "456", "RStation": "Railway Station", "DistRS": "123", "Airport": "Airport", "DistAir": "234", "Seaport": "Seaport", "Distport": "233", "Zonal": "Zonal Office", "DistZonal": "54", "PoliceSt": "Police Station", "DistPolice": "23", "FireSt": null, "DistFire": "345", "Bank": "Bank", "DistBank": null, "Hospital": "Hospital", "DistHosp": "45", "ElectA": "Yes", "ElectC": "11", "ElectU": "12", "WaterA": "Yes", "WaterC": "22", "WaterU": "23", "GasA": "Yes", "GasC": "33", "GasU": "34", "STPA": "Yes", "STPC": "44", "STPU": "45", "EPoleA": "Yes", "PowerSSA": "Yes", "PowerSSC": null, "PowerSSU": "56", "WTPA": "Yes", "WTPC": "66", "WTPU": "67", "ICTA": "Yes", "ICTS": "123", "SWDA": "Yes", "SWDC": "77", "SWDU": "78", "AdminName": "ASDER", "AdminDesig": "Officer", "AdminC": "123", "AdminE": "[email protected]", "MktName": "MktName", "MktDesig": "MktDesig", "MktC": "MktC", "MktE": "[email protected]", "Url": "http://abcd.xyz"}

Response When Data Not Found

*To generate HMAC get sha256 in following order :

hmac=accessToken+ StateLGC + ParkNo

Page 17: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

{ "Status": "No Record Found", "message": "record is not exist", "errorcode": "0" }

E) Method : insertPlotDetails (to insert plot details)

API URL http://164.100.117.24/iis_api/api/InsertPlotsDetails/addPlots

Method POST

Content-Type application/json

Sample Input parameter JSON String

Content-Type application/json

{ "StateLGC ":"24", "ParkNo":"4281","PlotNo":"P/12/S24/24","PlotCat":"PlotCat","PlotSize":"12345", "PlotRate":"789.90","MainCharg":"1234","PlotSurNo":"1234/APC","Owner":"Owner Name", "OwnPhone":"8888888888","OwnEmail":"[email protected]","PlotStatus":"Done", "Project":"ABCD Project", "geom":"0101000000B1A84F56F1315340806863FED39C2540", “hmac”:”uiweuyweyriuwergehbr9g4uhi34uhk2j4nf0e8g3434kg4kgig4igm4gjj4mfmrigmgkrngi”}

Description of Sample Input parameter Name Description Example Max

Length

StateLGC State LG Code

24 2

ParkNo Park number 4270 10 PlotNo Plotno The format may be used as –

Plot Number OR

100

Page 18: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

Phase: ____/Sector: ____/Plot number:______ Comments While most of the States have a Plot Number, States like Haryana have also got Phase and Sector Number accordingly for Haryana, the parameter value returned may be like Parks Phase:I / Sector:53 / Plot no.:30

PlotCat Plot category To mention whether the plot type is

Industrial Plot Allotted (#1B4F72) Industrial Plot (Vacant) (#D35400) CommercialPlots(#F1C40F) Open/ Green Space/ (#145A32) Buffer Land Water Body(#85C1E9) Utilities (#FADBD8) Reserved Plots(#8A8382) The color codes are to be taken from <www.htmlcolorcodes.com>

10

PlotSize Size (in Sq/Mtr)

Plot Size to be mentioned in Sq Meters

5

PlotRate Rate (in Rs/ sqmtr)

Rate of Plot to be mentioned in Rs./sqmtr. 5

MainCharg

Maintenance Charges (in Rs/ sqmtr)

Maintenance charges of plot to be mentioned in Rs./sqmtr.

5

PlotSurNo

Survey Number

A land survey number, which includes details such as location, shape, size, and the ownership of the land, is a unique number provided by the Survey Department to a particular area of the earth's surface or land.

100

Page 19: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

Like: 46/1-H

Owner Occupant Name/Property Owner

The name of the occupant/ property owner of the plot would be required here

100

OwnPhone

Occupant Phone number

Contact number of the occupant/ property owner

10

OwnEmail

Occupant Email Id

Contact e-mail address of the occupant/ property owner

50

PlotStatus

Status The plot has a status of “allotted” or “vacant” or “reserved” mentioned on GIS platforms of the states.

10

Project Line of Activity/Product Manufactured

To be provided as mentioned by the State in its GIS platform against every allotted plot.

30

geom *GIS Binary 0101000000B1A84F56F1315340806863FED39C2540 hmac Sha256(*hma

c to be generate as given below)

uiweuyweyrrgehbr9g4uhi34uhk2j4nf0e8g3434kg4kgig4igm4gjj4mfmrigmgkrngi

200

*To generate HMAC get sha256 in following order :

hmac=accessToken+ StateLGC+ ParkNo + PlotNo

API Response Payload:

Content-Type application/json

{ "PlotId": "14", "Status": "Success", "code": "1" }

Fail Response

{ "Status": "Fail", "message": "record is not inserted", "code": "0"}

Description of Sample Output Parameter Tag Name Description Example

Page 20: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

PlotId System Generated PlotId.

123

Status Success/Fail Success/Fail

code code 1/0

F) Method : updatePlotDetails (to update plot details) API URL http://164.100.117.24/iis_api/api/UpdatePlotsDetails/updatePlots

Method POST

Content-Type application/json

Sample Input parameter JSON String

Content-Type application/json

{“ StateLGC”:”24”, "PlotId": "11", "ParkNo": "1234", "PlotNo": "24", "PlotCat": "PlotCat", "PlotSize": "12345", "PlotRate": "789.9", "MainCharg": null, "PlotSurNo": "1234/APC", "Owner": "Owner Name", "OwnPhone": "8888888888", "OwnEmail": "[email protected]", "PlotStatus": "Done", "Project": "ABCD Project","geom":"0101000000B1A84F56F1315340806863FED39C2540",”hmac”:”uiweuyweyriuwergehbr9g4uhi34uhk2j4nf0e8g3434kg4kgig4igm4gjj4mfmrigmgkrngi” }

Description of Sample Input parameter Name Description Example Max

Length

StateLGC

State LG Code

24 2

ParkId System Generated Id

11 10

ParkNo Park number 4270 10 PlotNo Plotno The format may be used as –

Plot Number OR Phase: ____/Sector: ____/Plot number:______ Comments While most of the States have a Plot Number, States like Haryana have also got Phase and Sector Number accordingly for Haryana, the parameter value returned may be like Parks Phase:I /

10

Page 21: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

Sector:53 / Plot no.:30 PlotCat Plot

category To mention whether the plot type is

Industrial Plot Allotted (#1B4F72) Industrial Plot (Vacant) (#D35400) CommercialPlots(#F1C40F) Open/ Green Space/ (#145A32) Buffer Land Water Body(#85C1E9) Utilities (#FADBD8) Reserved Plots(#8A8382) The color codes are to be taken from <www.htmlcolorcodes.com>

10

PlotSize Size (in Sq/Mtr)

Plot Size to be mentioned in Sq Meters

5

PlotRate Rate (in Rs/ sqmtr)

Rate of Plot to be mentioned in Rs./sqmtr. 5

MainCharg

Maintenance Charges (in Rs/ sqmtr)

Maintenance charges of plot to be mentioned in Rs./sqmtr.

5

PlotSurNo

Survey Number

A land survey number, which includes details such as location, shape, size, and the ownership of the land, is a unique number provided by the Survey Department to a particular area of the earth's surface or land. Like: 46/1-H

8

Owner Occupant Name/Property Owner

The name of the occupant/ property owner of the plot would be required here

20

Page 22: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

OwnPhone

Occupant Phone number

Contact number of the occupant/ property owner 10

OwnEmail

Occupant Email Id

Contact e-mail address of the occupant/ property owner

30

geom *GIS Binary 0101000000B1A84F56F1315340806863FED39C2540 hmac Sha256(*hm

ac to be generate as given below)

uiweuyweyrrgehbr9g4uhi34uhk2j4nf0e8g3434kg4kgig4igm4gjj4mfmrigmgkrngi

200

*To generate HMAC get sha256 in following order : hmac=accessToken+ ParkNo + PlotNo + PlotCat

API Response Payload:

Content-Type application/json

{ "Status": "Success", "message": "Record updated successfully", "code": "1" }

Fail Response

{ "Status": "Fail", "message": "Record is not updated", "code": "0" }

G) Method : getAllPlots (to get all plots)

API URL http://164.100.117.24/iis_api/api/getPlotDetails/GetAllPlots

Method POST

Content-Type application/json

Page 23: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

Sample Input parameter JSON String

Content-Type application/json

{ "StateLGC ":"24", "ParkNo":"1234", ”hmac”:”uiweuyweyriuwergehbr9g4uhi34uhk2jg4igm4gjj4mfmrigmgkrngi” }

*To generate HMAC get sha256 in following order : hmac=accessToken+ StateLGC +ParkNo

API Response Payload:

Content-Type application/json

[\"Status\":\"Found\", \"Data\":[{\"plotid\":\"11\",\"plotno\":\"24\"},{\"plotid\":\"15\",\"plotno\":\"P/12/S24/24\"},{\"plotid\":\"16\",\"plotno\":\"P/12/S24/25\"},{\"plotid\":\"17\",\"plotno\":\"P/12/S24/27\"},{\"plotid\":\"18\",\"plotno\":\"P/12/S24/87\"},{\"plotid\":\"19\",\"plotno\":\"P/12/S24/87\"}]]

Not Found Response

{ "Status": "No Record Found", "message": "record is not exist", "errorcode": "0" }

Description of Sample Input parameter Name Description Example Max

Length

StateLGC

State LG COde 24 2

ParkNo

Park number 4270

hmac Sha256(*hmac to be generate as given below)

uiweuyweyrrgehbr9g4uf0e8g3434kg4kgig4igm4gjj4mfmrigmgkrngi

Page 24: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

A) Method : getPlotDetails (to get plot details) API URL http://164.100.117.24/iis_api/api/getPlotDetails/GetPlotDetails

Method POST

Content-Type application/json

Sample Input parameter JSON String

Content-Type application/json

{ "StateLGC ":"24", "PlotId":"11", ”hmac”:”uiweuyweyriuwergehbr9g4uhi34uhk2j4nf0e8g3434kg4kgig4igm4gjj4mfmrigmgkrngi” }

*To generate HMAC get sha256 in following order : hmac=accessToken+ StateLGC+ PlotId

API Response Payload:

Content-Type application/json

{ "Status": "Found", "PlotId": "11", "ParkNo": "1234", "PlotNo": "24", "PlotCat": "PlotCat", "PlotSize": "12345", "PlotRate": "789.9", "MainCharg": null, "PlotSurNo": "1234/APC", "Owner": "Owner Name", "OwnPhone": "8888888888", "OwnEmail": "[email protected]",

Description of Sample Input parameter Name Description Example Max

Length

StateLGC

State LG COde 24 2

PlotId Plot ID 11 hmac Sha256(*hma

c to be generate as given below)

uiweuyweyrrgehbr9g4uf0e8g3434kg4kgig4igm4gjj4mfmrigmgkrngi

Page 25: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

"PlotStatus": "Done", "Project": "ABCD Project”}

Not Found Response

{ "Status": "No Record Found", "message": "record is not exist", "errorcode": "0"}

Failure/Error Message Error Code Error Message 101 State name is required. Please refer the List of states as mentioned

in Annexure I 102 State LG Code is required. The State LGD code can be

provided from <lgdirectory.gov.in>. 103 State LG Code should be numeric. 104 State LG Code should be 2 digit numeric 105 District Name is required. 106 Invalid length for District Name (Max 200 characters are allowed). 107 District LG Code should be numeric. The district LGD code can be

provided from <lgdirectory.gov.in> 108 District LG Code should be 3 digits numeric. 109 Census 2011 District Code is required. The Census 2011

District Code can be provided from <lgddirectory.gov.in> 110 Census 2011 District Code should be numeric. 111 Census 2011 District Code should be 3 digit numeric. 112 Invalid length for Sub District Name(Max 400 characters are

allowed). 113 Invalid length for Village Name (Max 400 characters are

allowed). 114 Park Name is required. 115 Invalid length for Park Name(Max 40 characters are allowed). 116 Invalid length for park description (Max 400 characters are

allowed). 117 Invalid length for land category (Max 15 characters are

allowed). 118 Available Land is required. 119 Available Land value should be numeric. 120 Length is too large for land available. 121 Invalid length for park type (Max 30 characters are allowed). 122 Pollution Category allowed is required. 123 Invalid length for pollution category allowed (Max 25

characters are allowed). 124 Invalid length for Environmental Clearance Obtained (Max 3

characters are allowed e.g. Yes/No). 125 Invalid length for land sale min (Max 10 characters are

allowed). 126 Land sale min value should be numeric.

Page 26: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

127 Invalid length for land sale max (Max 10 characters are allowed).

128 Land sale max value should be numeric. 129 Invalid length for land lease min (Max 10 characters are

allowed). 130 Land lease min value should be numeric. 131 Invalid length for land lease max (Max 10 characters are

allowed). 132 Land lease max value should be numeric. 133 Invalid length for Lease Rental (Max 10 digit are allowed). 134 Lease Rental value should be numeric. 135 Invalid length for Lease Period (Max 3 digit are allowed). 136 Lease Period value should be numeric. 137 Total no of plots is required. 138 Value for no of plots should be numeric. 139 Invalid length for total no of plots (Max 5 digit are allowed). 140 Avg plot size of plots should be numeric. 141 Avg size of plots max length should be of 10 digit. 142 Plot already allocated is required. 143 Value for no of plots allocated should be numeric. 144 Invalid length for total no of plots allocated (Max 5 digit are

allowed). 145 Plot vacant is required. 146 Value for no of plots vacant should be numeric. 147 Invalid length for total no of plots vacant (Max 5 digit are

allowed). 148 Industrial area available is required. 149 Value for Industrial area available should be numeric. 150 Invalid length for Industrial area available (Max 5 digit are

allowed). 151 Sector is required. 152 Invalid length for Sector (Max 50 characters are allowed). 153 Invalid length for Mixed Sector (Max 100 characters are

allowed). 154 Invalid length for Sub Sector (Max 100 characters are

allowed). 155 National Highway is required. 156 Invalid length for National Highway (Max 50 characters are

allowed). 157 Distance from National Highway is required. 158 Invalid length for value of Distance from National Highway

(Max 5 digits are allowed). 159 Value of Distance from National Highway should be numeric. 160 State Highway is required. 161 Invalid length for State Highway (Max 50 characters are

allowed). 162 Distance from State Highway is required. 163 Invalid length for value of Distance from State Highway (Max

5 digits are allowed). 164 Railway Station name is required. 165 Invalid length for Railway Station (Max 50 characters are

Page 27: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

allowed). 166 Distance from Railway Station is required. 167 Distance from Railway Station is required. 168 Invalid length for value of Distance from Railway Station

(Max 5 digits are allowed). 169 Value of Distance from Railway Station should be numeric. 170 Airport is required. 171 Invalid length for Airport (Max 50 characters are allowed). 172 Distance from Airport is required. 173 Invalid length for value of Distance from Airport (Max 5 digits

are allowed). 174 Value of Distance from Airport should be numeric. 175 Seaport is required. 176 Invalid length for Seaport (Max 50 characters are allowed). 177 Distance from Seaport is required. 178 Invalid length for value of Distance from Seaport (Max 5

digits are allowed). 179 Value of Distance from Seaport should be numeric. 180 Invalid length for Dry Port (Max 50 characters are allowed). 181 Invalid length for value of Distance from Dry Port (Max 5

digits are allowed). 182 Value of Distance from Dry Port should be numeric. 183 Invalid length for value of Distance from Railway Sliding (Max

5 digits are allowed). 184 Value of Distance from Railway Sliding should be numeric. 185 Invalid length for Zonal (Max 50 characters are allowed). 186 Invalid length for value of Distance from Zonal office (Max 5

digits are allowed). 187 Value of Distance from Zonal office should be numeric. 188 Invalid length for Police Station (Max 50 characters are

allowed). 189 Invalid length for value of Distance from Police station (Max 5

digits are allowed). 190 Value of Distance from Police station should be numeric. 191 Invalid length for Fire Station (Max 50 characters are

allowed). 192 Invalid length for value of Distance from Fire station (Max 5

digits are allowed). 193 Value of Distance from Fire station should be numeric. 194 Invalid length for Bank (Max 50 characters are allowed). 195 Invalid length for value of Distance from Bank (Max 5 digits

are allowed). 196 Value of Distance from Bank should be numeric. 197 Invalid length for Hospital (Max 50 characters are allowed). 198 Invalid length for value of Distance from Hospital (Max 5

digits are allowed). 199 Value of Distance from Hospital should be numeric. 200 Electricity/Power availability is required. 202 Invalid length for Electricity/Power availability (Max 3

characters (Yes/No) are allowed). 203 Invalid length for Electricity/Power capacity (Max 5 digits are

Page 28: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

allowed). 204 Value of Electricity/Power capacity should be numeric. 205 Invalid length for Electricity/Power utilization (Max 5 digits

are allowed). 206 Value of Electricity/Power utilization should be numeric. 207 Water availability is required. 208 Invalid length for water availability (Max 3 characters

(Yes/No) are allowed). 209 Invalid length for water capacity (Max 5 digits are allowed). 210 Value of water capacity should be numeric. 211 Invalid length for water utilization (Max 5 digits are allowed). 212 Value of water utilization should be numeric. 213 Gas availability is required. 214 Invalid length for Gas availability (Max 3 characters (Yes/No)

are allowed). 215 Invalid length for Gas capacity (Max 5 digits are allowed) . 216 Value of Gas capacity should be numeric. 217 Invalid length for Gas utilization (Max 5 digits are allowed) . 218 Value of Gas utilization should be numeric. 219 STP availability is required. 220 Invalid length for STP availability (Max 3 characters (Yes/No)

are allowed). 221 Invalid length for STP capacity (Max 5 digits are allowed). 222 Value of STP capacity should be numeric. 223 Invalid length for STP utilization (Max 5 digits are allowed). 224 Value of STP utilization should be numeric. 225 Power Sub Station availability is required. 226 Invalid length for Power Sub Station availability (Max 3

characters (Yes/No) are allowed). 227 Invalid length for Power substation capacity (Max 5 digits are

allowed). 228 Value of Power substation capacity should be numeric. 229 Invalid length for Power substation utilization (Max 5 digits

are allowed). 230 Value of Power substation utilization should be numeric. 231 WTP availability is required. 232 Invalid length for WTP availability (Max 3 characters (Yes/No)

are allowed). 233 Invalid length for WTP capacity (Max 5 digits are allowed). 234 Value of WTP capacity should be numeric. 235 Invalid length for WTP utilization (Max 5 digits are allowed). 236 Value of WTP utilization should be numeric. 237 ICT availability is required. 238 Invalid length for ICT availability (Max 3 characters (Yes/No)

are allowed). 239 Invalid length for ICT Speed (Max 5 digits are allowed). 240 Value of ICT Speed should be numeric. 241 Solid Waste Disposal Facility is required. 242 Invalid length for Solid Waste Disposal availability (Max 3

characters (Yes/No) are allowed). 243 Invalid length for Solid Waste Disposal capacity (Max 5 digits

Page 29: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

are allowed). 244 Value of Solid Waste Disposal capacity should be numeric. 245 Invalid length for Solid Waste Disposal utilization (Max 5

digits are allowed). 246 Value of Solid Waste Disposal utilization should be numeric. 247 Invalid length for Dormitories/Hostels for workers availability

(Max 3 characters (Yes/No) are allowed). 248 Invalid length for Designated Truck parking available inside

the park availability (Max 3 characters (Yes/No) are allowed). 249 Invalid length for Other Information (Max 100 characters are

allowed). 250 Admin Name is required. 251 Invalid length for Admin Name (Max 100 characters are

allowed). 252 Admin Designation is required. 253 Invalid length for Admin Designation (Max 50 characters are

allowed). 254 Admin Contact is required. 255 Invalid length for Admin Contact (Max 10 digits are allowed). 256 Value of Admin Contact should be numeric. 257 Admin Email is required. 258 Invalid length for Admin Email (Max 50 characters are

allowed). 259 Invalid length for Admin Contact (Max 10 characters are

allowed). 260 Marketing officer Name is required. 261 Invalid length for Marketing officer Name (Max 100

characters are allowed). 262 Marketing officer Designation is required. 263 Invalid length for Marketing officer Designation (Max 50

characters are allowed). 264 Marketing officer Contact is required. 265 Invalid length for Marketing officer Contact (Max 10 digits are

allowed). 266 Value of Marketing officer Contact should be numeric. 267 Marketing officer Email is required. 268 Invalid length for Marketing officer Email (Max 50 characters

are allowed). 269 Invalid length for Website URL (Max 200 characters are

allowed). 270 Invalid length for Online Enquiry URL (Max 200 characters

are allowed). 271 Invalid length for Land Allotment URL (Max 200 characters

are allowed). 272 Park No is required. 273 Park No should be numeric. 274 Park No should not be more than 10 digits. 275 Plot No is required. 276 Invalid length for Plot No (Max 100 characters are allowed). 277 Plot Category is required. 278 Invalid length for Plot Category (Max 10 characters are

Page 30: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

allowed). 279 Plot Size is required. 280 Invalid length for Plot Size (Max 5 characters are allowed). 281 Plot Rate should be numeric. 282 Plot Rate should not be more than 5 digit. 283 MainCharg should be numeric. 284 MainCharg should not be more than 5 digit. 285 Invalid length for PlotSurNo (Max 100 characters are

allowed). 286 Invalid length for Owner Name (Max 100 characters are

allowed) . 287 Invalid length for Own Phone (Max 10 digits are allowed) . 288 Value of Own Phone should be numeric. 289 Invalid length for Own Email (Max 50 characters are allowed)

. 290 Plot Status is required. 291 Invalid length for Plot Status (Max 10 characters are allowed). 292 Invalid length for Project (Max 30 characters are allowed). 401 Unauthorized Access or Invalid hmac.

1. ANNEXURE I https://www.lgdirectory.gov.in/globalViewStateRepport.do

STATE CODE

STATE NAME

35 ANDAMAN AND NICOBAR ISLANDS

28 ANDHRA PRADESH

12 ARUNACHAL PRADESH

18 ASSAM

10 BIHAR

4 CHANDIGARH

22 CHHATTISGARH

26 DADRA AND NAGAR HAVELI

25 DAMAN AND DIU

Page 31: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

7 DELHI

30 GOA

24 GUJARAT

6 HARYANA

2 HIMACHAL PRADESH

1 JAMMU AND KASHMIR

20 JHARKHAND

29 KARNATAKA

32 KERALA

37 LADAKH

31 LAKSHADWEEP

23 MADHYA PRADESH

27 MAHARASHTRA

14 MANIPUR

17 MEGHALAYA

15 MIZORAM

13 NAGALAND

21 ODISHA

34 PUDUCHERRY

3 PUNJAB

8 RAJASTHAN

11 SIKKIM

33 TAMIL NADU

36 TELANGANA

16 TRIPURA

Page 32: Steps to PUSH/PULL Data on IIS through Web API State user login … · 2020-02-11 · Steps to PUSH/PULL Data on IIS through Web API State user login on IIS application and get an

5 UTTARAKHAND

9 UTTAR PRADESH

19 WEST BENGAL

2. ANNEXURE II LIST OF SECTORS:

AUTOMOBILES (includes Automobile and Auto Components) BIOTECHNOLOGY CHEMICALS (includes chemicals, petrochemicals, Plastics and Allied

Products) CAPITAL GOODS (including precision tools, light engineering, heavy

engineering, foundries, machine tools) CONSTRUCTION(includes construction materials like cement, ceramic, stones

etc) DEFENCE AND AEROSPACE MANUFACTURING (includes Defence Sector

Manufacturing, Aerospace and Precision Manufacturing) ELECTRONICS HARDWARE (includes items under Electronics, Electronic

Hardware and ESDM) FOOD PROCESSING (includes Mega Food Parks, Food Parks, Beverages, etc) GEMS AND JEWELLERY IT &ITeS LEATHER MEDICAL DEVICES METALS (includes Aluminum, Steel and Iron Ore, Steel Re-Rolling and

Fabrication/ Fabricated Items) MIXED PHARMACEUTICALS(includes Drugs, Pharma and Bio-Pharma) RENEWABLE ENERGY TEXTILES