PUT api/EmployeeBankDetails/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
objDat | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "SL_ID": 1, "EMP_ID": 1, "PAY_METHOD": "sample string 2", "BANK_NAME": "sample string 3", "BRANCH_NAME": "sample string 4", "IBAN_CODE": "sample string 5", "ACC_HOLDER_NAME": "sample string 6", "ACC_NUMBER": "sample string 7", "NATIVE_BANK_NAME": "sample string 8", "NATIVE_BRANCH_NAME": "sample string 9", "NATIVE_IFSC_CODE": "sample string 10", "NATIVE_SWIFT_CODE": "sample string 11", "NATIVE_ACC_HOLDER_NAME": "sample string 12", "NATIVE_ACC_NUMBER": "sample string 13", "IMG_BANK_ACC": "sample string 14", "IMG_SIGN_EMP_BANK_DETAIL": "sample string 15", "WF_EMP_ID": 1 }
application/xml, text/xml
Sample:
<EmployeeBankDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.EmployeeProfile"> <ACC_HOLDER_NAME>sample string 6</ACC_HOLDER_NAME> <ACC_NUMBER>sample string 7</ACC_NUMBER> <BANK_NAME>sample string 3</BANK_NAME> <BRANCH_NAME>sample string 4</BRANCH_NAME> <EMP_ID>1</EMP_ID> <IBAN_CODE>sample string 5</IBAN_CODE> <IMG_BANK_ACC>sample string 14</IMG_BANK_ACC> <IMG_SIGN_EMP_BANK_DETAIL>sample string 15</IMG_SIGN_EMP_BANK_DETAIL> <NATIVE_ACC_HOLDER_NAME>sample string 12</NATIVE_ACC_HOLDER_NAME> <NATIVE_ACC_NUMBER>sample string 13</NATIVE_ACC_NUMBER> <NATIVE_BANK_NAME>sample string 8</NATIVE_BANK_NAME> <NATIVE_BRANCH_NAME>sample string 9</NATIVE_BRANCH_NAME> <NATIVE_IFSC_CODE>sample string 10</NATIVE_IFSC_CODE> <NATIVE_SWIFT_CODE>sample string 11</NATIVE_SWIFT_CODE> <PAY_METHOD>sample string 2</PAY_METHOD> <SL_ID>1</SL_ID> <WF_EMP_ID>1</WF_EMP_ID> </EmployeeBankDetails>
application/x-www-form-urlencoded
Sample: