POST api_v2/AccountDatabases/SaveLaunchParameters
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <LaunchParameter>sample string 1</LaunchParameter> <AccountDatabaseID>2f6667f5-ef59-4c2b-b21f-19c52281c0f5</AccountDatabaseID> </Request>
application/json, text/json
Sample:
{ "LaunchParameter": "sample string 1", "AccountDatabaseID": "2f6667f5-ef59-4c2b-b21f-19c52281c0f5" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}