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