SyncBusinessAppHistory

更新时间:
复制 MD 格式

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

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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.

  • OK: The request was successful.

  • For other error codes, see Error codes.

example

Success

boolean

Indicates whether the request was successful:

  • true: The request was successful.

  • false: The request failed.

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.