POST ePMS/getBlock
Request Information
URI Parameters
None.
Body Parameters
estateCode_param| Name | Description | Type | Additional information |
|---|---|---|---|
| estate_code | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"estate_code": "sample string 1"
}
application/xml, text/xml
Sample:
<estateCode_param xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIfromEPMS.Controllers"> <estate_code>sample string 1</estate_code> </estateCode_param>
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>