POST api/Room/RoomOwnerBindApplyApproval
Request Information
URI Parameters
None.
Body Parameters
RoomOwnerBindApplyApprovalViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
Required String length: inclusive between 32 and 32 |
|
| Memo | string |
Max length: 200 |
|
| Approval | boolean |
None. |
|
| StaffId | string |
Required String length: inclusive between 32 and 32 |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"Memo": "sample string 2",
"Approval": true,
"StaffId": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultObjOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": "sample string 3"
}