ResetPassword

Container: CCPService
Namespace: System.Data.Objects

Summary

No summary yet

Method

The HTTP method for this function import is POST

Parameters

Name Type Summary
parameters Edm.String
productId* Edm.Int32
Parameters marked with a * are required

Return

Type: Edm.Boolean
Is collection: false

Example

Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/ResetPassword
Example body (sent with POST-request):
{
  "parameters" : "parameters",
  "productId" : 1
}