POST api_v2/CloudServices/SetServiceCaption
Установить название сервиса
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Модель для создания сервиса |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <CloudServiceID>sample string 1</CloudServiceID> <ServiceCaption>sample string 2</ServiceCaption> </Request>
application/json, text/json
Sample:
{ "CloudServiceID": "sample string 1", "ServiceCaption": "sample string 2" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}