POST api_v2/account-database-services
Установить сервис в базe
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
args | Параметры для установки сервиса в базу. |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<InstallServiceExtensionToDatabaseDto> <ServiceId>99e782ee-4445-4f40-b0f8-ca370184e6cd</ServiceId> <DatabaseId>f123b8c0-29c5-43f0-a5fe-635ecfe43b4c</DatabaseId> </InstallServiceExtensionToDatabaseDto>
application/json, text/json
Sample:
{ "ServiceId": "99e782ee-4445-4f40-b0f8-ca370184e6cd", "DatabaseId": "f123b8c0-29c5-43f0-a5fe-635ecfe43b4c" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}