POST api_v2/ServiceExtensionDatabase/DeleteServiceExtensionFromDatabaseZone
Удалить расширение сервиса из области информационной базы
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
deleteServiceExtensionFromDatabaseZone | Модель удаления расширения сервиса из области информационной базы |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <ServiceId>385f51cc-0bb3-4601-86aa-5cdf89d6bc8b</ServiceId> <DatabaseZone>2</DatabaseZone> </Request>
application/json, text/json
Sample:
{ "ServiceId": "385f51cc-0bb3-4601-86aa-5cdf89d6bc8b", "DatabaseZone": 2 }
Response Information
Статус код 200 и
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}