Net3 API Interface for Customer Portal

<back to all web services

ProcessJob

Requires Authentication
The following routes are available for this service:
POST/processjobs
ProcessJob Parameters:
NameParameterData TypeRequiredDescription
useridbodystringNo
processidbodystringNo
CreatedDatebodyDateTimeNo
LessThanbodyboolNo
ProcessJobResponse Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
User_IdformGuidNo
Process_IdformGuidNo
Job_IdformGuidNo
Customer_IdformGuidNo
PrecedenceformintNo
StatusformintNo
NameformstringNo
Created_UTCformDateTimeNo
Start_UTCformDateTimeNo
Finish_UTCformDateTimeNo
Updated_UTCformDateTimeNo
JobTypeformstringNo
JobStatus_PercentageformintNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

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
}