POST api_v2/AccountDatabases/FixationLaunchTime
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>aee817e7-de83-411b-8516-c8d1d9b5ed3b</AccountDatabaseID> <AccountUserID>7239eae8-28f4-4e8a-849d-bc89ea1d7607</AccountUserID> </Request>
application/json, text/json
Sample:
{ "AccountDatabaseID": "aee817e7-de83-411b-8516-c8d1d9b5ed3b", "AccountUserID": "7239eae8-28f4-4e8a-849d-bc89ea1d7607" }
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}