POST api/flow/job/Create
Add a job into flow
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
value | Json Format: {'jobnumber':null,'clientid':null,'jobname':null,'projectmanagerid':null,'duedate':null,'quantity':null,'shippingmethodid':null,'jobdescription':null,'filepath':null,'quoteneeded':null,'version':null,'comment':null}{'jobnumber':null,'clientid':null,'jobname':null,'projectmanagerid':null,'duedate':null,'quantity':null,'shippingmethodid':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':'Record Saved','data':['id':0]} Retuns the id of the job created
Response body formats
application/json, text/json
Sample:
{ "success": true, "message": "sample string 2", "data": [ {}, {}, {} ] }