POST api/flow/job/CreateJobItems
Creates all of the services for a given job
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
value | {'program':null,'jobname':null,'duedate':null,'quantity':null,'jobdescription':null,'filepath':null,'quoteneeded':null,'version':null,'comment':null} |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
Sample not available.
Response Information
{'ServiceReturn':true,'message':'job tasks added','data':['message':'']} return a message for each serive created
Response body formats
application/json, text/json
Sample:
{ "success": true, "message": "sample string 2", "data": [ {}, {}, {} ] }