PUT api/HRMSEmployeeBankDetails/UpdateBankDetails_Self/{BNKACC_ID}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'HRMSEmpBankDetails'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.