ChangeUserEmail
Container: CCPServiceNamespace: System.Data.Objects
Summary
No summary yetMethod
The HTTP method for this function import is POSTParameters
| Name | Type | Summary |
|---|---|---|
| userName | Edm.String | |
| Edm.String |
Return
Type: Edm.Int32Is collection: false
Example
Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/ChangeUserEmailExample body (sent with POST-request):
{
"userName" : "Name",
"email" : "email"
}