POST RMS/Get_Metering_Projects_By_Residence?Ticket={Ticket}&resid={resid}&name={name}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
|
| resid | integer |
Required |
|
| name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Result_Get_Metering_Projects_By_Residence_AA| Name | Description | Type | Additional information |
|---|---|---|---|
| ExceptionMsg | string |
None. |
|
| draw | integer |
None. |
|
| recordsFiltered | integer |
None. |
|
| recordsTotal | integer |
None. |
|
| data | Collection of Metering_Project_D |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExceptionMsg": "sample string 1",
"draw": 2,
"recordsFiltered": 3,
"recordsTotal": 4,
"data": [
{
"PROJECT_ID": 1,
"TITLE": "sample string 2",
"TYPE": "sample string 3",
"DESCRIPTION": "sample string 4",
"STATUS": 1,
"TYPE_ID": 1,
"CURRENCY": "sample string 5",
"SUBSCRIBERS_COUNT": 6
},
{
"PROJECT_ID": 1,
"TITLE": "sample string 2",
"TYPE": "sample string 3",
"DESCRIPTION": "sample string 4",
"STATUS": 1,
"TYPE_ID": 1,
"CURRENCY": "sample string 5",
"SUBSCRIBERS_COUNT": 6
}
]
}