POST api/Login/ChangePassword

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
Success

boolean

None.

ResponseValue

string

None.

Code

integer

None.

Description

string

None.

ErrorException

Exception

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "ResponseValue": "sample string 2",
  "Code": 3,
  "Description": "sample string 4",
  "ErrorException": {
    "ClassName": "System.Exception",
    "Message": null,
    "Data": null,
    "InnerException": null,
    "HelpURL": "sample string 1",
    "StackTraceString": null,
    "RemoteStackTraceString": null,
    "RemoteStackIndex": 0,
    "ExceptionMethod": null,
    "HResult": 3,
    "Source": "sample string 2",
    "WatsonBuckets": null
  }
}