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": "4999f599-7ea1-444c-988d-30d805bf6327",
"RecurringJobId": "e93a97c4-7168-44a3-bd8e-942755a2e3cc",
"RenderType": 0,
"SupplierId": "2406a590-d20b-4067-8356-5d8dc5c02af9"
}
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>4999f599-7ea1-444c-988d-30d805bf6327</Id> <RecurringJobId>e93a97c4-7168-44a3-bd8e-942755a2e3cc</RecurringJobId> <RenderType>Gmc</RenderType> <SupplierId>2406a590-d20b-4067-8356-5d8dc5c02af9</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.