POST api_v2/AccountDatabases/SaveLocalAccountDatabases
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> <ID>c3c9f492-d54f-4af2-a120-480c97b320fc</ID> <AccountID>e7c074e1-bd46-4323-95fa-5c33e4fac6b5</AccountID> <Caption>sample string 3</Caption> <Platform>Undefined</Platform> <FilePath>sample string 4</FilePath> <ServerName>sample string 5</ServerName> <SqlName>sample string 6</SqlName> <IsFile>true</IsFile> <Launch>8</Launch> </Request>
application/json, text/json
Sample:
{ "ID": "c3c9f492-d54f-4af2-a120-480c97b320fc", "AccountID": "e7c074e1-bd46-4323-95fa-5c33e4fac6b5", "Caption": "sample string 3", "Platform": 0, "FilePath": "sample string 4", "ServerName": "sample string 5", "SqlName": "sample string 6", "IsFile": true, "Launch": 8 }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountDatabaseID>5a4702de-b673-45ce-9196-a4315b6c2860</AccountDatabaseID> </Result>
application/json, text/json
Sample:
{ "AccountDatabaseID": "5a4702de-b673-45ce-9196-a4315b6c2860" }