Definitions


TermDefinition
JSONJavaScript Object Notation; a lightweight data-interchange format
RequestUser provides specific data in JSON format
ResponseThe generated results of the request

The web services of the Work Unit API use either POST or GET HTTP Request Methods:

HTTP Request MethodDescription
POSTThe query string (name/value pairs) is sent in the HTTP message body
GETThe query string (name/value pairs) is sent in the URL

Submitting a Request

All requests must be submitted using the JSON format specified by ATPCO.

Each web service of the Work Unit API has its own URL. You must send your requests to the appropriate URL.