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>15097823-3e21-4b56-b023-88c853eac490</AccountDatabaseID> </Request>
application/json, text/json
Sample:
{ "LaunchParameter": "sample string 1", "AccountDatabaseID": "15097823-3e21-4b56-b023-88c853eac490" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}