POST api_v2/AccountDatabases/InstallExtension
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>ca5d7597-e0ae-4346-9e13-3ffc37acb686</AccountDatabaseID> <AccountUsersId>d1e2bc2a-cc51-4910-be66-28740286661b</AccountUsersId> <Login>sample string 3</Login> <Pass>sample string 4</Pass> <ExtensionName>sample string 5</ExtensionName> </Request>
application/json, text/json
Sample:
{ "AccountDatabaseID": "ca5d7597-e0ae-4346-9e13-3ffc37acb686", "AccountUsersId": "d1e2bc2a-cc51-4910-be66-28740286661b", "Login": "sample string 3", "Pass": "sample string 4", "ExtensionName": "sample string 5" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}