POST api/profile/edit
Request Information
URI Parameters
None.
Body Parameters
ProfileWithImageRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Profile | ProfileModel |
None. |
|
| ProfileImageBase64 | string |
None. |
|
| ImageFileName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"profile": {
"profileSystemID": "6037335a-ab6b-46ea-b8aa-43aaafa84a44",
"profileID": 1,
"fK_InstituteID": 1,
"fK_ProfileTypeID": 2,
"fK_SiblingProfileID": 3,
"enrollmentNo": 4,
"admissionNo": "sample string 5",
"penNumber": "sample string 6",
"apaarID": "sample string 7",
"employeeCode": 8,
"name": "sample string 9",
"userName": "sample string 10",
"userPassword": "sample string 11",
"passwordSalt": "sample string 12",
"dateOfBirth": "2026-06-18 02:11:23",
"admissionDate": "2026-06-18 02:11:23",
"aadhaarCardNo": "sample string 15",
"placeOfBirth": "sample string 16",
"fK_CategoryID": 17,
"fK_CasteID": 18,
"fK_ReligionID": 19,
"fK_BloodGroupID": 20,
"fK_MaritalStatusID": 21,
"fK_GenderID": 22,
"fK_NationalityID": 23,
"fK_DepartmentID": 1,
"fK_DesignationID": 1,
"fK_EducationalQualificationID": 1,
"isEducator": true,
"motherTongue": "sample string 24",
"fatherName": "sample string 25",
"fatherOccupation": "sample string 26",
"fatherEducation": "sample string 27",
"fatherIncome": 28,
"aadhaarCardNo_Father": "sample string 29",
"fatherMobileNo": "sample string 30",
"fatherWhatsAppNo": "sample string 31",
"fatherAlternateMobileNo": "sample string 32",
"fatherAlternateWhatsappNo": "sample string 33",
"motherName": "sample string 34",
"motherOccupation": "sample string 35",
"motherEducation": "sample string 36",
"motherIncome": 37,
"aadhaarCardNo_Mother": "sample string 38",
"motherMobileNo": "sample string 39",
"motherWhatsAppNo": "sample string 40",
"motherAlternateMobileNo": "sample string 41",
"motherAlternateWhatsappNo": "sample string 42",
"spouseName": "sample string 43",
"spouseOccupation": "sample string 44",
"aadhaarCardNo_Spouse": "sample string 45",
"address": "sample string 46",
"city": "sample string 47",
"district": "sample string 48",
"fK_StateID": 49,
"pinCode": "sample string 50",
"stdCode": "sample string 51",
"phoneNo": "sample string 52",
"mobileNo": "sample string 53",
"whatsAppNo": "sample string 54",
"alternateMobileNo": "sample string 55",
"emailID": "sample string 56",
"accountNo": "sample string 57",
"bankName": "sample string 58",
"branchName": "sample string 59",
"ifscCode": "sample string 60",
"swiftCode": "sample string 61",
"panNumber": "sample string 62",
"istcRecd": true,
"profileImagePath": "sample string 64",
"profileImageContentType": "sample string 65",
"isActive": true,
"createdBy": 67,
"createdDate": "2026-06-18 02:11:23",
"modifiedBy": 1,
"modifiedDate": "2026-06-18 02:11:23",
"oneSignalTokenID": "sample string 69",
"dateOfjoin": "2026-06-18 02:11:23",
"fK_ERPRoleID": 70
},
"profileImageBase64": "sample string 1",
"imageFileName": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |