POST api_v2/ServiceExtensionDatabase/InstallServiceExtensionForDatabase
Установить расширение сервиса для информационной базы
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
installServiceExtensionModel | Модель установки расширения сервиса для информационной базы |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <ServiceId>2ba046bd-efa4-44ad-8f2c-02c2cd2d3d2d</ServiceId> <DatabaseId>ead5fcd2-7f95-4a1d-9509-5eb8cddce6d6</DatabaseId> </Request>
application/json, text/json
Sample:
{ "ServiceId": "2ba046bd-efa4-44ad-8f2c-02c2cd2d3d2d", "DatabaseId": "ead5fcd2-7f95-4a1d-9509-5eb8cddce6d6" }
Response Information
Статус код
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}