SetConnectUser

Container: CCPService
Namespace: System.Data.Objects

Summary

No summary yet

Method

The HTTP method for this function import is POST

Parameters

Name Type Summary
userId* Edm.Guid
setTo* Edm.Boolean
Parameters marked with a * are required

Return

Type: void
Is collection: false

Example

Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/SetConnectUser
Example body (sent with POST-request):
{
  "userId" : "9ae4ec3c-f97e-4f34-a7ff-118592fb7a47",
  "setTo" : 1
}