POST api_v2/AccountDatabases/SetCreationDate
Sets database creation date
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>716e8104-d387-4616-af31-ef9e57d16ca0</AccountDatabaseID> <CreationDate>2021-01-25T01:14:26.1223965+03:00</CreationDate> </Request>
application/json, text/json
Sample:
{ "AccountDatabaseID": "716e8104-d387-4616-af31-ef9e57d16ca0", "CreationDate": "2021-01-25T01:14:26.1223965+03:00" }
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}