SetConnectUser
Container: CCPServiceNamespace: System.Data.Objects
Summary
No summary yetMethod
The HTTP method for this function import is POSTParameters
| Name | Type | Summary |
|---|---|---|
| userId* | Edm.Guid | |
| setTo* | Edm.Boolean |
Return
Type: voidIs collection: false
Example
Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/SetConnectUserExample body (sent with POST-request):
{
"userId" : "9ae4ec3c-f97e-4f34-a7ff-118592fb7a47",
"setTo" : 1
}