Primary_Jobs_Info
This service allows you to view employee's primary job information.
More information: https://it.byu.edu
Contact Info: api@byu.edu
Base URL: /domains/erp/hr/primary_jobs_info
Version: v1
Default response content-types: application/json
Schemes: https
Summary
Path | Operation | Description |
---|---|---|
/* | GET | |
OPTIONS |
Paths
GET /*
byu_id | Employee ID | query | string (9 to 9 chars) |
Uses default content-types: application/json
- 200 OK
-
The default response type is JSON. Add an Accept header with value=application/xml to return an XML response.
Example for application/json{
"primary_jobs_info": {
"employee": {
"byu_id": "999999999",
"department_id": "4444",
"department_name": "Department Name Description",
"has_direct_deposit": "yes",
"job_title": "Job Title Description",
"operating_unit": "88888888"
}
}
}
Schema definitions
- byu_id: byu_id
-
- operating_unit: operating_unit
-
- department_id: department_id
-
- department_name: department_name
-
- job_title: job_title
-
- has_direct_deposit: has_direct_deposit
-
- employee: employee
-
Service Path:
/domains/erp/hr/primary_jobs_info
Domain or University API:
/domains/erp/hr/primary_jobs_info