All Products
Search
Document Center

:UpdateAuditRequest

Last Updated:Mar 27, 2026

Modifies a Viber application.

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

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

cams:UpdateAuditRequest

update

*All Resource

*

None

None

Request parameters

Parameter

Type

Required

Description

Example

RequestNo

string

Yes

The request number.

114624518**5956096

CustSpaceId

string

Yes

The Space ID of the ISV sub-customer or the instance ID. View it on the Channel Management page.

cams-8pi**urn5s

AuditResult

string

No

The audit result.

unAudit

AuditRecord

object

Yes

Viber audit items.

ContactMail

string

No

Contact mailbox.

xxxx@gamil.com

CompanyLegalName

string

No

Company legal name.

example

LetterGuarantee

string

No

Letter of guarantee (download address).

https://xxx.xxx.xxx

IndustryInvolved

string

No

Industry involved.

telecommunicationsAndIT

MessageDestinationInternationalCountry

array

No

International destination countries and regions.

string

No

List of international destination countries and regions.

["1|AI","374|AM"]

CompleteAddressOfHeadquarters

string

No

Complete address of headquarters.

xxxstreet

MessageEnableDate

string

No

Commercial message enable date (GMT).

2025-11-07

BusinessLicenseRegistrationNumber

string

No

Business license registration number.

9211515**345

CompanyLegalPerson

string

No

Company legal person name.

example

CompanyAddress

array<object>

No

Company addresses.

object

No

Company address details.

CompanyAddress

string

No

Company address.

123 Sunshine Street, City, Country

CompanyAddressTitle

string

No

Company address title.

xxx company

CompanyRegisteredCountry

string

No

Company registered country or region.

example

AgeLimit

string

No

Age limit.

Valid values:

  • unlimited :

  • eighteenUp :

  • twentyOneUp :

unlimited

IndustryDescription

string

No

Industry description.

description

WebAddress

string

No

Company website.

https://www.xxx.xxx.com

EnableAutoReply

string

No

Enable auto-reply (this field is deprecated).

N/A‌

RecoveryDate

string

No

Recovery date.

2025-11-07

BusinessAccountName

string

No

Business account name.

testaccount

ApplyReason

string

No

Application reason.

reason

string

No

Logo collection (download addresses).

[xxx,xxx,xxx]

ReplyContent

string

No

Reply content (deprecated).

N/A

CompanyProfile

string

No

Company profile.

xxx

CompanyTel

array<object>

No

Company phone numbers.

object

No

Company phone number details.

CompanyTelNumber

string

No

Company phone number.

07364245xxxx

CompanyTelTitle

string

No

Phone number title.

xxx

MessageDialogueIntroduction

string

No

Commercial message dialogue introduction.

hello!

OtherLetterGuarantee

string

No

Supplementary material address.

https://xxx.xxx.com

MessageDestinationCountry

array

No

Local destination countries or regions.

string

No

Collection of local destination countries or regions.

["1|AI","374|AM"]

MessageSessionName

string

No

Commercial message dialogue name.

test

SuspensionDate

string

No

Deprecated.

N/A

CompanyEnglishName

string

No

Company English name.

baidu

ContactPhone

string

No

Contact phone number.

861515115***

ContactPosition

string

No

Contact position.

job

ContactEmail

string

No

Contact mailbox.

5**8585@gmail.com

ContactName

string

No

Contact name.

mary

Response elements

Element

Type

Description

Example

object

AccessDeniedDetail

string

Access denied details.

{}

Message

string

Error message.

success

RequestId

string

The ID of this API call request. Alibaba Cloud generates this unique identifier for the request. Use it to troubleshoot and locate issues.

example

Data

object

Returns the RequestNo.

14111561****

Code

string

Request status code.

  • OK indicates a successful request.

  • For other error codes, see Error Codes.

OK

Success

boolean

Indicates whether the operation was successful. Values:

  • true: Successful.

  • false: Failed.

true

Examples

Success response

JSON format

{
  "AccessDeniedDetail": "{}",
  "Message": "success",
  "RequestId": "example",
  "Data": {
    "test": "test",
    "test2": 1
  },
  "Code": "OK",
  "Success": true
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.