POST api_v2/AccountDatabases/SetLaunchType
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>bce054ab-9a6d-4ff1-aec0-7e61d5def8f4</AccountDatabaseID> <LaunchType>2</LaunchType> <AccountUserId>13625e55-f879-42e7-8b94-0ef8e31c032b</AccountUserId> </Request>
application/json, text/json
Sample:
{ "AccountDatabaseID": "bce054ab-9a6d-4ff1-aec0-7e61d5def8f4", "LaunchType": 2, "AccountUserId": "13625e55-f879-42e7-8b94-0ef8e31c032b" }
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}