BlockUser

Container: CCPService
Namespace: System.Data.Objects

Summary

No summary yet

Method

The HTTP method for this function import is POST

Parameters

Name Type Summary
userName Edm.String
blockType* Edm.Int32
blockComment Edm.String
Parameters marked with a * are required

Return

Type: Edm.Boolean
Is collection: false

Example

Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/BlockUser
Example body (sent with POST-request):
{
  "userName" : "Name",
  "blockType" : 1,
  "blockComment" : "blockcomment"
}