GET api/GetJobCategory
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of JobCategoryLookupName | Description | Type | Additional information |
---|---|---|---|
JobCategoryId | integer |
None. |
|
JobCategoryCode | string |
Required String length: inclusive between 0 and 5 |
|
JobCategoryName | string |
Required String length: inclusive between 0 and 50 |
|
DeletedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "2", "jobCategoryId": 1, "jobCategoryCode": "sample string 2", "jobCategoryName": "sample string 3", "deletedDate": "2025-03-09T03:17:30.316185+00:00" }, { "$ref": "2" } ]