The following is an example of a Job Class:
{
"jobClassId": 123,
"name": "Registered Nurse",
"shortName": "RN"
}Job Class
Each Job Class has the following properties:
| Property | Type | Description |
|---|---|---|
jobClassId | int | Read-only; unique identifier for a Job Class |
name | string | Required; name for the Job Class |
shortName | string | Required; short name for the Job Class |

