POST PlanCare2Api/AccessUsers/ChangePasswordCurrentAccessUser

Post new password for current accessuser.

Request Information

URI Parameters

None.

Body Parameters

ChangePasswordCurrentAccessUser.

ChangePasswordCurrentAccessUser
Name Description Type Additional information
OldPassword

The old password.

string

Required

NewPassword

The new password.

string

Required

Request Formats

application/json, text/json

Sample:
{
  "OldPassword": "sample string 1",
  "NewPassword": "sample string 2"
}

application/xml, text/xml

Sample:
<ChangePasswordCurrentAccessUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.AccessUser">
  <NewPassword>sample string 2</NewPassword>
  <OldPassword>sample string 1</OldPassword>
</ChangePasswordCurrentAccessUser>

Response Information

Resource Description

HttpResponseMessage
Name Description Type Additional information
Version

Version

-

Content

HttpContent

-

StatusCode

HttpStatusCode

-

ReasonPhrase

string

-

Headers

Collection of Object

-

RequestMessage

HttpRequestMessage

-

IsSuccessStatusCode

boolean

-