All Products
Search
Document Center

:SubmitIsvCustomerTerms

Last Updated:Mar 27, 2026

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

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 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.

  • A value of OK indicates that the call is successful.

  • Other values indicate that the call fails. For more information, see Error codes.

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.