POST api/ldb/ChangePassword

Request Information

URI Parameters

None.

Body Parameters

PasswordRequestEntity
NameDescriptionTypeAdditional information
ApiUserName

string

None.

Token

string

None.

Empid

integer

None.

UserName

string

None.

Password

string

None.

ChangePassword

string

None.

ProcId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ApiUserName": "sample string 1",
  "Token": "sample string 2",
  "Empid": 3,
  "UserName": "sample string 4",
  "Password": "sample string 5",
  "ChangePassword": "sample string 6",
  "ProcId": 7
}

application/xml, text/xml

Sample:
<PasswordRequestEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMNSYAPI.Models">
  <ApiUserName>sample string 1</ApiUserName>
  <ChangePassword>sample string 6</ChangePassword>
  <Empid>3</Empid>
  <Password>sample string 5</Password>
  <ProcId>7</ProcId>
  <Token>sample string 2</Token>
  <UserName>sample string 4</UserName>
</PasswordRequestEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PasswordResponseEntity
NameDescriptionTypeAdditional information
respCode

string

None.

respMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "respCode": "sample string 1",
  "respMessage": "sample string 2"
}

application/xml, text/xml

Sample:
<PasswordResponseEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMNSYAPI.Models">
  <respCode>sample string 1</respCode>
  <respMessage>sample string 2</respMessage>
</PasswordResponseEntity>