Definitions

Term Definition
JSON JavaScript Object Notation; a lightweight data-interchange format
Simple Request User provides only select fields for the category being created in JSON format
Full Request User provides all fields for the category and its supporting 900-series tables in JSON format
Response The generated results of the request, which can include the created table number, success or error messaging, or the values entered in the request
Domain The fields associated to the category being created
Subdomains The fields associated to the supporting 900-series tables within the category
attention

Alphabetic characters in a JSON request will be converted to upper case for processing purposes. The JSON response will reflect this conversion where applicable.