POST api/job/job-batches/criteria-list/create
Request Information
URI Parameters
None.
Body Parameters
CriteriaListInitDTOW| Name | Description | Type | Additional information |
|---|---|---|---|
| job_id | integer |
None. |
|
| list_code | string |
None. |
|
| list_description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"job_id": 1,
"list_code": "sample string 2",
"list_description": "sample string 3"
}
application/xml, text/xml
Sample:
<CriteriaListInitDTOW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Xceed365EngageApi.core.DTOs.Writable"> <job_id>1</job_id> <list_code>sample string 2</list_code> <list_description>sample string 3</list_description> </CriteriaListInitDTOW>
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.