ImpersonateUser
Container: CCPServiceNamespace: System.Data.Objects
Summary
No summary yetMethod
The HTTP method for this function import is POSTParameters
| Name | Type | Summary |
|---|---|---|
| parameters | Edm.String | |
| role* | Edm.Int32 | |
| roleId* | Edm.Int32 |
Return
Type: Edm.BooleanIs collection: false
Example
Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/ImpersonateUserExample body (sent with POST-request):
{
"parameters" : "parameters",
"role" : 1,
"roleId" : 1
}