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>acbe7391-0a17-43a9-8ede-f72f69f07b10</AccountDatabaseID> <DatabaseCaption>sample string 2</DatabaseCaption> <State>sample string 3</State> </Request>
application/json, text/json
Sample:
{ "AccountDatabaseID": "acbe7391-0a17-43a9-8ede-f72f69f07b10", "DatabaseCaption": "sample string 2", "State": "sample string 3" }
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}