POST api/jobInstances/select
Request Information
URI Parameters
None.
Body Parameters
JobInstanceFilterCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| RecurringJobId | globally unique identifier |
None. |
|
| RenderType | RenderTypeDto |
None. |
|
| SupplierId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "b109755e-5fff-4c68-bbcd-fde693880d35",
"RecurringJobId": "cf5e51fe-7adb-44a0-8336-b001deea3325",
"RenderType": 0,
"SupplierId": "d4b04428-2a1d-41ae-ace7-d4d4104f70eb"
}
application/xml, text/xml
Sample:
<JobInstanceFilterCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Production.Models.FilterCriteria"> <Id>b109755e-5fff-4c68-bbcd-fde693880d35</Id> <RecurringJobId>cf5e51fe-7adb-44a0-8336-b001deea3325</RecurringJobId> <RenderType>Gmc</RenderType> <SupplierId>d4b04428-2a1d-41ae-ace7-d4d4104f70eb</SupplierId> </JobInstanceFilterCriteria>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.