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