POST api/v{version}/jobs/{modelId}
Starts a new job that will calculate the given chemical by the selected model
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
modelId |
Id of the model to use |
integer |
Required |
version | string |
None. |
Body Parameters
SMILES of the chemical
stringRequest Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ID of the job
WebJobIdName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "af05a621-58fd-4de8-998f-182c9a2b119d" }
application/xml, text/xml
Sample:
<WebJobId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Oasis.WebAPI.Definitions"> <Id>af05a621-58fd-4de8-998f-182c9a2b119d</Id> </WebJobId>