POST api/authentication/setcredentials
Request Information
URI Parameters
None.
Body Parameters
SetCredentialsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| profileId | globally unique identifier |
None. |
|
| newPassword | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"profileId": "a5a95e8d-f9fc-4d1b-b9e1-43bf975991a1",
"newPassword": "sample string 2"
}
application/xml, text/xml
Sample:
<SetCredentialsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.ApiRequests"> <newPassword>sample string 2</newPassword> <profileId>a5a95e8d-f9fc-4d1b-b9e1-43bf975991a1</profileId> </SetCredentialsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>