POST RMS/Get_Equity_Appartment_By_Residence?Ticket={Ticket}&resid={resid}&search={search}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
|
| resid | integer |
Required |
|
| search | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Result_Get_Equity_Appartment_By_Residence_AA| Name | Description | Type | Additional information |
|---|---|---|---|
| ExceptionMsg | string |
None. |
|
| draw | integer |
None. |
|
| recordsFiltered | integer |
None. |
|
| recordsTotal | integer |
None. |
|
| data | Collection of EApartmentDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExceptionMsg": "sample string 1",
"draw": 2,
"recordsFiltered": 3,
"recordsTotal": 4,
"data": [
{
"APARTMENT_ID": 1,
"CODE": "sample string 2",
"APARTMENT_NUMBER": "sample string 3",
"BLOCK_NAME": "sample string 4",
"OWNER_NAME": "sample string 5",
"TYPE_NAME": "sample string 6",
"AREA": "sample string 7",
"CITY": "sample string 8",
"IS_VACANT": true
},
{
"APARTMENT_ID": 1,
"CODE": "sample string 2",
"APARTMENT_NUMBER": "sample string 3",
"BLOCK_NAME": "sample string 4",
"OWNER_NAME": "sample string 5",
"TYPE_NAME": "sample string 6",
"AREA": "sample string 7",
"CITY": "sample string 8",
"IS_VACANT": true
}
]
}