PUT api/v0/Simulation/{id}?apiKey={apiKey}
Cancels the simulation.
Request Information
URI Parameters
| Name | Description | Type | Remarks |
|---|---|---|---|
| id |
Required An integer that represents the calculation job ID. |
int | |
| apiKey |
Required A unique identifier that serves as a form of authentication that verifies the identity of the user making the API request. See the documentation for more details. |
string |
Body Parameters
None.
Request Formats
URL
PUT https://calculationmanager.wehrspohn.info/api/v0/Simulation/123?apiKey=AF2D3D828177416BBE1599B0000BAD98
Response Information
Resource Description
HTTP 200.
IHttpActionResultNone.
Response Formats
Body (application/json, text/json)
Sample:
Sample not available.