ConnectEntityToUser

Container: CCPService
Namespace: System.Data.Objects

Summary

No summary yet

Method

The HTTP method for this function import is POST

Parameters

Name Type Summary
entityRole* Edm.Int32
entityId* Edm.Int32
userName Edm.String
isAdmin* Edm.Boolean
Parameters marked with a * are required

Return

Type: Entity type - UserRole
Is collection: false

Example

Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/ConnectEntityToUser
Example body (sent with POST-request):
{
  "entityRole" : 1,
  "entityId" : 1,
  "userName" : "Name",
  "isAdmin" : 1
}