POST api/member/change_pin
Product Update
Request Information
URI Parameters
None.
Body Parameters
mlChangePIN| Name | description | Type | Additional information |
|---|---|---|---|
| CurrentPIN | string |
None. |
|
| NewPIN | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CurrentPIN": "sample string 1",
"NewPIN": "sample string 2"
}
application/xml, text/xml
Sample:
<mlChangePIN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Member"> <CurrentPIN>sample string 1</CurrentPIN> <NewPIN>sample string 2</NewPIN> </mlChangePIN>
response Information
Resource description
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |