PUT api/HRMSEmployeeBankDetails/UpdateBankDetails/{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/xml, text/xml

Sample:
<HRMSEmpBankDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models">
  <BNKACC_BANK_BRANCH>sample string 7</BNKACC_BANK_BRANCH>
  <BNKACC_BANK_NAME>sample string 6</BNKACC_BANK_NAME>
  <BNKACC_CODE>sample string 3</BNKACC_CODE>
  <BNKACC_CONTACT_NO>sample string 9</BNKACC_CONTACT_NO>
  <BNKACC_ID>1</BNKACC_ID>
  <BNKACC_IFSC_CODE>sample string 8</BNKACC_IFSC_CODE>
  <BNKACC_NO>sample string 4</BNKACC_NO>
  <BNKACC_STATUS>sample string 10</BNKACC_STATUS>
  <BNKACC_TYPE>5</BNKACC_TYPE>
  <EMP_DIVISION_ID>13</EMP_DIVISION_ID>
  <EMP_EMPLOYEE_CODE>sample string 11</EMP_EMPLOYEE_CODE>
  <EMP_FIRST_NAME>sample string 12</EMP_FIRST_NAME>
  <EMP_ID>2</EMP_ID>
</HRMSEmpBankDetails>

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, application/xml, text/xml

Sample:

Sample not available.