POST RMS/Get_Mini_Admins_By_RESIDENCE_ID?Ticket={Ticket}&resid={resid}&name={name}&email={email}&mobile={mobile}&mobileapps={mobileapps}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
|
| resid | integer |
Required |
|
| name | string |
Required |
|
| string |
Required |
||
| mobile | string |
Required |
|
| mobileapps | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Result_Get_Minixs_Admins_By_RESIDENCE_ID_AA| Name | Description | Type | Additional information |
|---|---|---|---|
| ExceptionMsg | string |
None. |
|
| draw | integer |
None. |
|
| recordsFiltered | integer |
None. |
|
| recordsTotal | integer |
None. |
|
| data | Collection of UserContactDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExceptionMsg": "sample string 1",
"draw": 2,
"recordsFiltered": 3,
"recordsTotal": 4,
"data": [
{
"EMAIL": "sample string 1",
"MOBILE": "sample string 2",
"USER_ID": 1,
"NAME": "sample string 3",
"IS_ACTIVE": true
},
{
"EMAIL": "sample string 1",
"MOBILE": "sample string 2",
"USER_ID": 1,
"NAME": "sample string 3",
"IS_ACTIVE": true
}
]
}