ResetPasswordWithToken
Container: CCPServiceNamespace: System.Data.Objects
Summary
No summary yetMethod
The HTTP method for this function import is POSTParameters
| Name | Type | Summary |
|---|---|---|
| token | Edm.String | |
| userName | Edm.String | |
| newPassword | Edm.String |
Return
Type: Edm.BooleanIs collection: false
Example
Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/ResetPasswordWithTokenExample body (sent with POST-request):
{
"token" : "token",
"userName" : "Name",
"newPassword" : "newpassword"
}