POST api_v2/AccountDatabases/UnPublishOnWeb
No documentation available.
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> <AccountDatabaseId>1191a90c-0985-4acd-982d-f07aff5c91b0</AccountDatabaseId> </Request>
application/json, text/json
Sample:
{ "AccountDatabaseId": "1191a90c-0985-4acd-982d-f07aff5c91b0" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result> <Result>true</Result> </Result>
application/json, text/json
Sample:
{ "Result": true }