POST api/Master/UpdatePasswordDetails

Request Information

URI Parameters

None.

Body Parameters

PasswordModel
NameDescriptionTypeAdditional information
EmployeeId

decimal number

None.

InternalDataShareId

decimal number

None.

Title

string

None.

UserName

string

None.

Password

string

None.

PlatForm

string

None.

PasswordType

string

None.

CreationDate

date

None.

RecoverEmail

string

None.

RecoveryMobile

string

None.

IsDisplay

boolean

None.

IsActive

boolean

None.

IsAddedOn

date

None.

IsAddedBy

decimal number

None.

IsUpdatedOn

date

None.

IsUpdatedBy

decimal number

None.

IsDeletedOn

date

None.

IsDeletedBy

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "EmployeeId": 1.0,
  "InternalDataShareId": 2.0,
  "Title": "sample string 3",
  "UserName": "sample string 4",
  "Password": "sample string 5",
  "PlatForm": "sample string 6",
  "PasswordType": "sample string 7",
  "CreationDate": "2025-12-06T08:53:40.3290157+05:30",
  "RecoverEmail": "sample string 8",
  "RecoveryMobile": "sample string 9",
  "IsDisplay": true,
  "IsActive": true,
  "IsAddedOn": "2025-12-06T08:53:40.3290157+05:30",
  "IsAddedBy": 1.0,
  "IsUpdatedOn": "2025-12-06T08:53:40.3290157+05:30",
  "IsUpdatedBy": 1.0,
  "IsDeletedOn": "2025-12-06T08:53:40.3290157+05:30",
  "IsDeletedBy": 1.0
}

application/xml, text/xml

Sample:
<PasswordModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccess.Model">
  <CreationDate>2025-12-06T08:53:40.3290157+05:30</CreationDate>
  <EmployeeId>1</EmployeeId>
  <InternalDataShareId>2</InternalDataShareId>
  <IsActive>true</IsActive>
  <IsAddedBy>1</IsAddedBy>
  <IsAddedOn>2025-12-06T08:53:40.3290157+05:30</IsAddedOn>
  <IsDeletedBy>1</IsDeletedBy>
  <IsDeletedOn>2025-12-06T08:53:40.3290157+05:30</IsDeletedOn>
  <IsDisplay>true</IsDisplay>
  <IsUpdatedBy>1</IsUpdatedBy>
  <IsUpdatedOn>2025-12-06T08:53:40.3290157+05:30</IsUpdatedOn>
  <Password>sample string 5</Password>
  <PasswordType>sample string 7</PasswordType>
  <PlatForm>sample string 6</PlatForm>
  <RecoverEmail>sample string 8</RecoverEmail>
  <RecoveryMobile>sample string 9</RecoveryMobile>
  <Title>sample string 3</Title>
  <UserName>sample string 4</UserName>
</PasswordModel>

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 'PasswordModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.