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 .csv suffix or ?format=csv

HTTP + CSV

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/csv
Content-Type: text/csv
Content-Length: length

{"userid":"String","processid":"String","createdDate":"\/Date(-62135596800000-0000)\/","lessThan":false}
HTTP/1.1 200 OK
Content-Type: text/csv
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":"\/Date(-62135596800000-0000)\/","start_UTC":"\/Date(-62135596800000-0000)\/","finish_UTC":"\/Date(-62135596800000-0000)\/","updated_UTC":"\/Date(-62135596800000-0000)\/","jobType":"String","jobStatus_Percentage":0}