POST api/Login/ChangePassword
Request Information
URI Parameters
None.
Body Parameters
B2b_ChangePassword| Name | Description | Type | Additional information | 
|---|---|---|---|
| Condition | string | None. | |
| Custid | string | None. | |
| ExistingPwd | string | None. | |
| NewPwd | string | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "Condition": "sample string 1",
  "Custid": "sample string 2",
  "ExistingPwd": "sample string 3",
  "NewPwd": "sample string 4"
}
        application/xml, text/xml
            Sample:
        <B2b_ChangePassword xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.UserManagement"> <Condition>sample string 1</Condition> <Custid>sample string 2</Custid> <ExistingPwd>sample string 3</ExistingPwd> <NewPwd>sample string 4</NewPwd> </B2b_ChangePassword>
application/x-www-form-urlencoded
            Sample:
    
        
Response Information
Resource Description
HttpResponseMessage| Name | 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. |