POST RMS/Get_Metering_Project_Periods_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_Project_Periods_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_Period_D |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExceptionMsg": "sample string 1",
"draw": 2,
"recordsFiltered": 3,
"recordsTotal": 4,
"data": [
{
"INVOICE_PERIODE_ID": 1,
"PROJECT_ID": 2,
"PROJECT_TITLE": "sample string 3",
"TYPE": 1,
"STATUS": 1,
"INVOICES_GENERATED": true,
"FROM_DATE": "sample string 5",
"TO_DATE": "sample string 6"
},
{
"INVOICE_PERIODE_ID": 1,
"PROJECT_ID": 2,
"PROJECT_TITLE": "sample string 3",
"TYPE": 1,
"STATUS": 1,
"INVOICES_GENERATED": true,
"FROM_DATE": "sample string 5",
"TO_DATE": "sample string 6"
}
]
}