Creates a service usage request.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
computenest:CreateServiceUsage |
create |
*Service
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ServiceId |
string |
Yes |
The service ID. |
service-d6fc5f949a9246xxxxxx |
| ClientToken |
string |
No |
A client token to ensure the idempotence of the request. The value is generated by the client and must be unique for each request. The ClientToken value can contain only ASCII characters and must be no more than 64 characters long. |
123e4567-e89b-12d3-a456-426655440000 |
| UserInformation |
object |
No |
The request information. |
|
|
string |
No |
The request information. |
{ "ServiceId": "xxx", "EmailAddress": "邮箱", "Company": "公司", "Country": "国家", "Telephone": "申请人的电话号码", "Name": "申请人名字", "Title": "申请人的职位", "Industry": "行业" } |
|
| 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.