POST RMS/Get_ThirdParties_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_ThirdParties_By_Residence_AA| Name | Description | Type | Additional information |
|---|---|---|---|
| ExceptionMsg | string |
None. |
|
| draw | integer |
None. |
|
| recordsFiltered | integer |
None. |
|
| recordsTotal | integer |
None. |
|
| data | Collection of Supplier |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExceptionMsg": "sample string 1",
"draw": 2,
"recordsFiltered": 3,
"recordsTotal": 4,
"data": [
{
"SUPPLIER_ID": 1,
"PM_ID": 1,
"NAME": "sample string 1",
"EMAIL": "sample string 2",
"MOBILE": "sample string 3",
"CONTACT_PERSON": "sample string 4",
"PHONE": "sample string 5",
"ADDRESS": "sample string 6",
"URL": "sample string 7",
"IMAGES": "sample string 8",
"ADMIN_REMARKS": "sample string 9",
"NOTES": "sample string 10",
"DISPLAY_ORDER": 1,
"ENTRY_USER_ID": 1,
"ENTRY_DATE": "sample string 11",
"OWNER_ID": 1,
"BALANCE": "sample string 12",
"RESERVE_BALANCE": "sample string 13",
"My_Pm": {
"PROPERTY_MANAGER_ID": 1,
"NAME": "sample string 1",
"EMAIL": "sample string 2",
"MOBILE": "sample string 3",
"CONTACT_PERSON": "sample string 4",
"PHONE": "sample string 5",
"ADDRESS": "sample string 6",
"URL": "sample string 7",
"COST": "sample string 8",
"DUE_AMOUNT": "sample string 9",
"IMAGES": "sample string 10",
"ADMIN_REMARKS": "sample string 11",
"NOTES": "sample string 12",
"DISPLAY_ORDER": 1,
"ENTRY_USER_ID": 1,
"ENTRY_DATE": "sample string 13",
"OWNER_ID": 1,
"RESIDENCES_COUNT": 14
},
"Balances": [
{
"ADDITIONAL_CURRENCY_ID": 1,
"RESIDENCE_ID": 1,
"CURRENCY": "sample string 2",
"BALANCE": "sample string 3",
"RATE": "sample string 4"
},
{
"ADDITIONAL_CURRENCY_ID": 1,
"RESIDENCE_ID": 1,
"CURRENCY": "sample string 2",
"BALANCE": "sample string 3",
"RATE": "sample string 4"
}
],
"Supplier_Reserves": [
{
"SUPPLIER_RESERVE_ID": 1,
"RESIDENCE_ID": 1,
"SUPPLIER_ID": 1,
"BALANCE": "sample string 2",
"CURRENCY": "sample string 3"
},
{
"SUPPLIER_RESERVE_ID": 1,
"RESIDENCE_ID": 1,
"SUPPLIER_ID": 1,
"BALANCE": "sample string 2",
"CURRENCY": "sample string 3"
}
]
},
{
"SUPPLIER_ID": 1,
"PM_ID": 1,
"NAME": "sample string 1",
"EMAIL": "sample string 2",
"MOBILE": "sample string 3",
"CONTACT_PERSON": "sample string 4",
"PHONE": "sample string 5",
"ADDRESS": "sample string 6",
"URL": "sample string 7",
"IMAGES": "sample string 8",
"ADMIN_REMARKS": "sample string 9",
"NOTES": "sample string 10",
"DISPLAY_ORDER": 1,
"ENTRY_USER_ID": 1,
"ENTRY_DATE": "sample string 11",
"OWNER_ID": 1,
"BALANCE": "sample string 12",
"RESERVE_BALANCE": "sample string 13",
"My_Pm": {
"PROPERTY_MANAGER_ID": 1,
"NAME": "sample string 1",
"EMAIL": "sample string 2",
"MOBILE": "sample string 3",
"CONTACT_PERSON": "sample string 4",
"PHONE": "sample string 5",
"ADDRESS": "sample string 6",
"URL": "sample string 7",
"COST": "sample string 8",
"DUE_AMOUNT": "sample string 9",
"IMAGES": "sample string 10",
"ADMIN_REMARKS": "sample string 11",
"NOTES": "sample string 12",
"DISPLAY_ORDER": 1,
"ENTRY_USER_ID": 1,
"ENTRY_DATE": "sample string 13",
"OWNER_ID": 1,
"RESIDENCES_COUNT": 14
},
"Balances": [
{
"ADDITIONAL_CURRENCY_ID": 1,
"RESIDENCE_ID": 1,
"CURRENCY": "sample string 2",
"BALANCE": "sample string 3",
"RATE": "sample string 4"
},
{
"ADDITIONAL_CURRENCY_ID": 1,
"RESIDENCE_ID": 1,
"CURRENCY": "sample string 2",
"BALANCE": "sample string 3",
"RATE": "sample string 4"
}
],
"Supplier_Reserves": [
{
"SUPPLIER_RESERVE_ID": 1,
"RESIDENCE_ID": 1,
"SUPPLIER_ID": 1,
"BALANCE": "sample string 2",
"CURRENCY": "sample string 3"
},
{
"SUPPLIER_RESERVE_ID": 1,
"RESIDENCE_ID": 1,
"SUPPLIER_ID": 1,
"BALANCE": "sample string 2",
"CURRENCY": "sample string 3"
}
]
}
]
}