PUT api/HRMSEmployeeBankDetails/UpdateBankDetails_Self/{BNKACC_ID}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| HRMSEmpBankDetails | No documentation available. |
Define this parameter in the request body. |
| BNKACC_ID | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"BNKACC_ID": 1,
"EMP_ID": 2,
"BNKACC_CODE": "sample string 3",
"BNKACC_NO": "sample string 4",
"BNKACC_TYPE": 5,
"BNKACC_BANK_NAME": "sample string 6",
"BNKACC_BANK_BRANCH": "sample string 7",
"BNKACC_IFSC_CODE": "sample string 8",
"BNKACC_CONTACT_NO": "sample string 9",
"BNKACC_STATUS": "sample string 10",
"EMP_EMPLOYEE_CODE": "sample string 11",
"EMP_FIRST_NAME": "sample string 12",
"EMP_DIVISION_ID": 13
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.