PUT api/v2/contact/{contactId}/password
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
contactId | integer |
Required |
Body Parameters
PasswordChangeName | Description | Type | Additional information |
---|---|---|---|
NameOption | NameOptions |
None. |
|
NewPassword | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "NameOption": 0, "NewPassword": "sample string 1" }
application/xml, text/xml
Sample:
<PasswordChange xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CaliberAPI"> <NameOption>Contact1</NameOption> <NewPassword>sample string 1</NewPassword> </PasswordChange>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |