POST ePMS/getDataGIS
Request Information
URI Parameters
None.
Body Parameters
dataGISParametereFI| Name | Description | Type | Additional information |
|---|---|---|---|
| periode | string |
None. |
|
| Username | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"periode": "sample string 1",
"Username": "sample string 2"
}
application/xml, text/xml
Sample:
<dataGISParametereFI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIfromEPMS.Controllers"> <Username>sample string 2</Username> <periode>sample string 1</periode> </dataGISParametereFI>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| result | Object |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": {},
"data": {}
}
application/xml, text/xml
Sample:
<ResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIfromEPMS.Controllers"> <data /> <result /> </ResponseModel>