POST api_v2/AccountDatabases/SetDatabaseCaption
The same as SetCaption
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountDatabaseID>e1ebd84c-1261-4f1b-bcc0-106b4d51f9af</AccountDatabaseID> <DatabaseCaption>sample string 2</DatabaseCaption> <State>sample string 3</State> </Request>
application/json, text/json
Sample:
{ "AccountDatabaseID": "e1ebd84c-1261-4f1b-bcc0-106b4d51f9af", "DatabaseCaption": "sample string 2", "State": "sample string 3" }
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}