POST api_v2/AccountDatabases/Add
Add database to account and return its ID
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> <AccountID>f841ceee-265f-40be-a5e0-bf9867ea5a90</AccountID> </Request>
application/json, text/json
Sample:
{ "AccountID": "f841ceee-265f-40be-a5e0-bf9867ea5a90" }
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountDatabaseID>ff161511-cdd2-43fc-8e06-dda034484f26</AccountDatabaseID> </Result>
application/json, text/json
Sample:
{ "AccountDatabaseID": "ff161511-cdd2-43fc-8e06-dda034484f26" }