Menyinkronkan riwayat aplikasi bisnis.
Deskripsi operasi
-
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.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| CustSpaceId |
string |
Yes |
ID ruang sub-klien ISV. |
cams-x*** |
| PhoneNumber |
string |
Yes |
Nomor telepon bisnis. |
8613800** |
Elemen respons
|
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 |
Contoh
Respons sukses
JSONformat
{
"AccessDeniedDetail": "None",
"Message": "example",
"RequestId": "example",
"Code": "example",
"Success": true
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.