POST CustomerService/AppChangePassword
Request Information
URI Parameters
None.
Body Parameters
AppResetPassWord| Name | Description | Type | Additional information | 
|---|---|---|---|
| sodt | string | 
                             None.  | 
                |
| deviceID | string | 
                             None.  | 
                |
| matkhau | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "sodt": "sample string 1",
  "deviceID": "sample string 2",
  "matkhau": "sample string 3"
}
        application/xml, text/xml
            Sample:
        <AppResetPassWord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EOSCRMAPI.Models"> <deviceID>sample string 2</deviceID> <matkhau>sample string 3</matkhau> <sodt>sample string 1</sodt> </AppResetPassWord>
application/x-www-form-urlencoded
            Sample:
    
        
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
            Sample:
                    
Sample not available.