ResetPassword
Container: CCPServiceNamespace: System.Data.Objects
Summary
No summary yetMethod
The HTTP method for this function import is POSTParameters
| Name | Type | Summary |
|---|---|---|
| parameters | Edm.String | |
| productId* | Edm.Int32 |
Return
Type: Edm.BooleanIs collection: false
Example
Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/ResetPasswordExample body (sent with POST-request):
{
"parameters" : "parameters",
"productId" : 1
}