Binds the selected pageId.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cams:BindMessengerPage |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PageId |
string |
Yes |
The PageId of the Messenger. |
181916005005216 |
| InstanceId |
string |
Yes |
The instance ID. |
Sample value sample value sample value. |
| RegionId |
string |
No |
The region ID. |
ap-southeast-1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The details about the access denial. |
None |
| Message |
string |
The error message. |
ok |
| RequestId |
string |
The request ID. |
DSFDS-8FSDFS** |
| Data |
array<object> |
The returned data. |
|
|
object |
The returned data. |
||
| PageId |
string |
The current page ID. |
1654543543543 |
| PageName |
string |
The page name. |
iwhalecloud |
| ConnectionStatus |
string |
The connection status. |
CONNECTED |
| Code |
string |
The request status code. |
ok |
| Success |
boolean |
Indicates whether the call was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "None",
"Message": "ok",
"RequestId": "DSFDS-8FSDFS**",
"Data": [
{
"PageId": "1654543543543",
"PageName": "iwhalecloud",
"ConnectionStatus": "CONNECTED"
}
],
"Code": "ok",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.