- Operation Portal
- Auth
- Role and Permission
- Global data
- Merchant
- wallet
- Common API
- Device Map
- Back office
- Auth
- Institute
- Payments
- admission
- Global data
- Modules/submodules/features
- Packages
- General Config
- Institute Portal
- Auth
- Fees Management
- HR Management
- Settings
- Enrollment
- update
- status
- role
- attendance
- hr-basics
- Student Management
- Master Settings
- Role and Permission
- Open Portal
- Admission
- Common API
- SMS
- Subject Config
- Shared API
- Admission User Portal
- SPG Server end test
- Public Api
- Payment Portal
- Dont Exec
update
Developing
POST
/api/hr-enrollment/hr-profile/update
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params multipart/form-data
hr_detail_id[]
array[string]
optional
hr_id[]
array[string]
optional
hr_name[]
array[string]
optional
hr_gender[]
array[string]
optional
hr_religion[]
array[string]
optional
category[]
array[string]
optional
designation_id[]
array[string]
optional
mobile[]
array[string]
optional
hr_nationality[]
array[string]
optional
hr_dob[]
array[string]
optional
hr_birth_certificate[]
array[string]
optional
hr_nid[]
array[string]
optional
hr_email[]
array[string]
optional
hr_height[]
array[string]
optional
hr_weight[]
array[string]
optional
hr_special_disease[]
array[string]
optional
hr_photo[]
fileÂ
optional
Example:
["",""]
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://apidev.edufee.online/api/hr-enrollment/hr-profile/update'
Responses
🟢200OK
application/json
Body
object {0}
Example
{}