GET api/Room/GetRoomOwnerBindApply?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultObjOfRoomOwnerBindApplyViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | RoomOwnerBindApplyViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": {
"Id": "sample string 1",
"CommunityName": "sample string 2",
"Created": "sample string 3",
"OwnerName": "sample string 4",
"OwnerTel": "sample string 5",
"OwnerType": 6,
"OwnerTypeTitle": "sample string 7",
"RoomName": "sample string 8",
"ApplyStatus": 9,
"NotPassRemark": "sample string 10",
"OwnerRelation": 11,
"OwnerRelationTitle": "sample string 12",
"LeaseBeginDate": "sample string 13",
"LeaseEndDate": "sample string 14",
"StaffName": "sample string 15",
"Updated": "sample string 16"
}
}