POST api_v2/CSResources/SetResourceName
Set cloud service resource name
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <CSResourceID>59b0632b-f608-4fa6-95bd-605865047ab3</CSResourceID> <ResourcesName>sample string 1</ResourcesName> </Request>
application/json, text/json
Sample:
{ "CSResourceID": "59b0632b-f608-4fa6-95bd-605865047ab3", "ResourcesName": "sample string 1" }
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}