修改viber申请单。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
cams:UpdateAuditRequest |
update |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| RequestNo |
string |
是 |
需要修改的请求编号。 |
114624518**5956096 |
| CustSpaceId |
string |
是 |
ISV 子客户的 SpaceId/实例 ID。即通道 ID,在通道管理界面查看。 |
cams-8pi**urn5s |
| AuditResult |
string |
否 |
审核结果。 |
unAudit |
| AuditRecord |
object |
是 |
viber 审核项。 |
|
| ContactMail |
string |
否 |
联系邮箱。 |
xxxx@gamil.com |
| CompanyLegalName |
string |
否 |
公司法定名称 |
example |
| LetterGuarantee |
string |
否 |
保证函(下载地址) |
https://xxx.xxx.xxx |
| IndustryInvolved |
string |
否 |
所属行业 |
telecommunicationsAndIT |
| MessageDestinationInternationalCountry |
array |
否 |
国际目的地国家和地区 |
|
|
string |
否 |
国际目的地国家和地区列表 |
["1|AI","374|AM"] |
|
| CompleteAddressOfHeadquarters |
string |
否 |
总部完整地址 |
xxxstreet |
| MessageEnableDate |
string |
否 |
商业消息启用日期(GMT 时区) |
2025-11-07 |
| BusinessLicenseRegistrationNumber |
string |
否 |
营业职照注册号码 |
9211515**345 |
| CompanyLegalPerson |
string |
否 |
公司法人名称 |
example |
| CompanyAddress |
array<object> |
否 |
公司地址 |
|
|
object |
否 |
公司地址详情 |
||
| CompanyAddress |
string |
否 |
公司地址 |
123 Sunshine Street, City, Country |
| CompanyAddressTitle |
string |
否 |
公司地址标题 |
xxx company |
| CompanyRegisteredCountry |
string |
否 |
公司注册国家或者地区 |
example |
| AgeLimit |
string |
否 |
年龄限制 枚举值:
|
unlimited |
| IndustryDescription |
string |
否 |
行业说明 |
description |
| WebAddress |
string |
否 |
公司网址 |
https://www.xxx.xxx.com |
| EnableAutoReply |
string |
否 |
启用自动回复(该字段已弃用) |
N/A |
| RecoveryDate |
string |
否 |
恢复日期 |
2025-11-07 |
| BusinessAccountName |
string |
否 |
商业账户名称 |
testaccount |
| ApplyReason |
string |
否 |
申请理由。 |
reason |
| Logo |
array |
否 |
logo |
|
|
string |
否 |
logo 集合(下载地址) |
[xxx,xxx,xxx] |
|
| ReplyContent |
string |
否 |
回复内容(已弃用) |
N/A |
| CompanyProfile |
string |
否 |
公司简介 |
xxx |
| CompanyTel |
array<object> |
否 |
公司电话 |
|
|
object |
否 |
公司电话详情 |
||
| CompanyTelNumber |
string |
否 |
公司电话号码 |
07364245xxxx |
| CompanyTelTitle |
string |
否 |
电话号码标题 |
xxx |
| MessageDialogueIntroduction |
string |
否 |
商业消息对话简介 |
hello! |
| OtherLetterGuarantee |
string |
否 |
补充资料地址 |
https://xxx.xxx.com |
| MessageDestinationCountry |
array |
否 |
本地目的地国家或地区 |
|
|
string |
否 |
本地目的地国家或地区集合 |
["1|AI","374|AM"] |
|
| MessageSessionName |
string |
否 |
商业消息对话名称 |
test |
| SuspensionDate |
string |
否 |
已弃用 |
N/A |
| CompanyEnglishName |
string |
否 |
公司英文名称 |
baidu |
| ContactPhone |
string |
否 |
联系人电话 |
861515115*** |
| ContactPosition |
string |
否 |
职位: |
job |
| ContactEmail |
string |
否 |
联系人邮箱 |
5**8585@gmail.com |
| ContactName |
string |
否 |
联系人名称 |
mary |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| AccessDeniedDetail |
string |
访问被拒绝详细信息。 |
{} |
| Message |
string |
错误提示信息。 |
success |
| RequestId |
string |
本次调用请求的 ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。 |
example |
| Data |
object |
返回 RequestNo |
14111561**** |
| Code |
string |
请求状态码。
|
OK |
| Success |
boolean |
操作是否成功。取值:
|
true |
示例
正常返回示例
JSON格式
{
"AccessDeniedDetail": "{}",
"Message": "success",
"RequestId": "example",
"Data": {
"test": "test",
"test2": 1
},
"Code": "OK",
"Success": true
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。