PUT api/ChangePassword/{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, "ROLE_ID": 1, "RES_STATUS": "sample string 2", "FILE_NO": 1, "PWD": "sample string 3", "OLD_PWD": "sample string 4", "ROLE_NAME": "sample string 5", "GRADE_NAME": "sample string 6", "JOB_TITLE_NAME": "sample string 7", "FIRST_NAME": "sample string 8", "LAST_NAME": "sample string 9", "IS_FIRST_TIME": true, "IS_RESET_PWD": true, "RESET_FROM": "2025-01-11T13:01:15.754306+03:00", "IS_ACTIVE": true, "DATE_OF_BIRTH": "2025-01-11T13:01:15.754306+03:00" }
application/xml, text/xml
Sample:
<EmployeeRole xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.UserAdministration"> <DATE_OF_BIRTH>2025-01-11T13:01:15.754306+03:00</DATE_OF_BIRTH> <EMP_ID>1</EMP_ID> <FILE_NO>1</FILE_NO> <FIRST_NAME>sample string 8</FIRST_NAME> <GRADE_NAME>sample string 6</GRADE_NAME> <IS_ACTIVE>true</IS_ACTIVE> <IS_FIRST_TIME>true</IS_FIRST_TIME> <IS_RESET_PWD>true</IS_RESET_PWD> <JOB_TITLE_NAME>sample string 7</JOB_TITLE_NAME> <LAST_NAME>sample string 9</LAST_NAME> <OLD_PWD>sample string 4</OLD_PWD> <PWD>sample string 3</PWD> <RESET_FROM>2025-01-11T13:01:15.754306+03:00</RESET_FROM> <RES_STATUS>sample string 2</RES_STATUS> <ROLE_ID>1</ROLE_ID> <ROLE_NAME>sample string 5</ROLE_NAME> <SL_ID>1</SL_ID> </EmployeeRole>
application/x-www-form-urlencoded
Sample: