Retrieves the download URL for the letter of guarantee template.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cams:GetPledgeTemplateAddress |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| IndustryType |
string |
No |
The industry type. |
it |
| CustSpaceId |
string |
No |
The space ID or instance ID of the ISV sub-customer. This is the channel ID, which can be viewed on the Channel Management interface. |
cams-x*** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The details about the access denial. |
{} |
| Message |
string |
The response message. |
success |
| RequestId |
string |
The request ID. It is a unique identifier generated by Alibaba Cloud for the request and can be used to troubleshoot issues. |
90E63D28-E31D-1EB2-8939-A9486641**** |
| Data |
object |
The returned data. |
https://****** |
| Code |
string |
The request status code. Valid values:
|
OK |
| Success |
boolean |
Indicates whether the call was successful.
|
true |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "{}",
"Message": "success",
"RequestId": "90E63D28-E31D-1EB2-8939-A9486641****",
"Data": {
"test": "test",
"test2": 1
},
"Code": "OK",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.