Synchronizes the business app history.
Operation description
-
Before you call this operation, you must configure a webhook for messages and receipts by calling UpdatePhoneWebhook and UpdateAccountWebhook. Otherwise, history synchronization will fail because the system cannot find the configured webhook URL.
-
This is a one-time operation. Subsequent calls have no effect.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CustSpaceId |
string |
Yes |
The SpaceId of the ISV sub-client. |
cams-x*** |
| PhoneNumber |
string |
Yes |
The business number. |
8613800** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The access denied detail. |
None |
| Message |
string |
The error message. |
example |
| RequestId |
string |
The request ID. |
example |
| Code |
string |
The status code.
|
example |
| Success |
boolean |
Indicates whether the request was successful:
|
true |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "None",
"Message": "example",
"RequestId": "example",
"Code": "example",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.