Submits the agreement information for independent software vendor (ISV) customers.
Operation description
-
This operation allows a maximum of 5 requests per second per account. Excess requests are throttled, which may affect your business. Stay within the specified limit.
-
After you call the GetChatappUploadAuthorization operation to obtain the authentication information for uploading the file to Object Storage Service (OSS), you can use the authentication information to upload the file to the OSS server. To upload the file, you can call the SDK provided by OSS. When you upload the file, set the value of the key to the value of
Dir + "/" + file name, such as C200293990209/isvTerms.pdf. The value of Dir is obtained from the GetChatappUploadAuthorization operation. The value of IsvTerms is obtained from the PutObject operation.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CustSpaceId |
string |
Yes |
The space ID of the user within the independent software vendor (ISV) account. |
29348393884**** |
| CustName |
string |
Yes |
The enterprise name. |
Aliyun |
| OfficeAddress |
string |
Yes |
The enterprise address. |
Hangzhou |
| ContactMail |
string |
Yes |
The enterprise mail. |
partner@aliyun.com |
| CountryId |
string |
Yes |
The country code. Note
For more information about country codes, see Country codes. |
CN |
| BusinessDesc |
string |
Yes |
The business scenario. |
Marketing |
| IsvTerms |
string |
Yes |
The ISV or Client agreement. |
isvTerms.pdf |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
90E63D28-E31D-1EB2-8939-A94866411B2O |
| Code |
string |
The HTTP status code returned.
|
OK |
| Message |
string |
The error message returned. |
OK |
| AccessDeniedDetail |
string |
The details about the access denial. |
/ |
Examples
Success response
JSON format
{
"RequestId": "90E63D28-E31D-1EB2-8939-A94866411B2O",
"Code": "OK",
"Message": "OK",
"AccessDeniedDetail": "/"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Product.Unsubscript | You have not subscribed to the specified product. | You have not subscribed to the specified product. |
| 400 | Ram.PermissionDeny | You are not authorized to perform the operation. | |
| 400 | System.LimitControl | The system is under flow control. | The system is under flow control. |
| 400 | Unknown.ResourceOwnerId | The resource does not belong to the current user. | The resource does not belong to the current user. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.