3.1. Overview

A single interface is used for all job related requests: adding new jobs; updating existing jobs; deleting existing jobs. Requests are made in the form of HTTP POSTs to a provided URL and must contain a valid payload of parameters.

Below is an overview of the process flow.

Post Interface Overview

Your ATS must implement a minimum of two controllers to interface with our app: one outgoing to send a valid payload to eQuest, and one to receive data for each board selected by the user. The latter should also redirect the user back into the expected flow of your application; more on this under Return.


This page was:

Helpful | Not Helpful