The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /processjobs HTTP/1.1
Host: n3tapi.palmettovdc.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
userid: String,
processid: String,
createdDate: 0001-01-01,
lessThan: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
id: 0,
user_Id: 00000000000000000000000000000000,
process_Id: 00000000000000000000000000000000,
job_Id: 00000000000000000000000000000000,
customer_Id: 00000000000000000000000000000000,
precedence: 0,
status: 0,
name: String,
created_UTC: 0001-01-01,
start_UTC: 0001-01-01,
finish_UTC: 0001-01-01,
updated_UTC: 0001-01-01,
jobType: String,
jobStatus_Percentage: 0
}