Updates the information about a service usage request.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
computenest:UpdateServiceUsage |
update |
*Service
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ServiceId |
string |
Yes |
The service ID. |
service-39f4f251e94843xxxxxx |
| ClientToken |
string |
No |
A client token to ensure the idempotence of the request. Generate a unique value from your client for this parameter. ClientToken supports only ASCII characters and cannot exceed 64 characters in length. |
AAAAAYChudnQUoBH+mGWFpb6oP0= |
| UserInformation |
object |
No |
The user information. |
|
|
string |
No |
The user information. |
{ "ServiceId": "xxx", "EmailAddress": "email", "Company": "company", "Country": "country", "Telephone": "Applicant's phone number", "Name": "Applicant's name", "Title": "Applicant's title", "Industry": "Technology" } |
|
| RegionId |
string |
No |
The region ID. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
4DB0F536-B3BE-4F0D-BD29-E83FB56D550C |
Examples
Success response
JSON format
{
"RequestId": "4DB0F536-B3BE-4F0D-BD29-E83FB56D550C"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.