Code Table API Examples
These examples show how to exercise the Code Table APIs.
Related Topics:
- Read (GET) All Items in a List
Use this API to read all items from a list by providing a code table value. - Read (GET) a List Item
Use this API to read a single list item by specifying the code table and code. In DPS, the Labels and Lists section includes global labels and lists options. Lists contain values to populate drop-down lists used throughout the product. These lists save time during routine entry and enforce uniformity in data fields. - Update (PUT) Item in a List
Use this API to update a single list item by specifying the code table and code. The Labels and Lists section includes global labels and lists options. Lists contain values to populate drop-down lists used throughout the product. These lists save time during routine entry and enforce uniformity in data fields. You can update the lists in the browser tool or via the API. - Delete (DELETE) Item from a List
Use this API to delete a single list item by specifying the code table and code. You can delete list items in the browser DPS tool or via the API. - Read (GET)
Labor Category List
Use this API to read the list of available labor categories. - Create (POST)
Labor Category List
Use this API to create a new labor category.
Parent Topic: General and Configuration API Examples