GET api/GetJobCategory

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of JobCategoryLookup
NameDescriptionTypeAdditional 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": "2024-09-19T22:29:42.3213594+00:00"
  },
  {
    "$ref": "2"
  }
]