Unsubscribe
Container: CCPServiceNamespace: System.Data.Objects
Summary
Unsubscribe your subscriptions, so you wouldn't receive notifications anymoreMethod
The HTTP method for this function import is POSTParameters
| Name | Type | Summary |
|---|---|---|
| deviceId* | Edm.Int32 | Id of your device as known in CCPService |
| subscriptionId* | Edm.Int32 | Id of the subscription you want to unsubscribe |
Return
Type: voidIs collection: false
Example
Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/UnsubscribeExample body (sent with POST-request):
{
"deviceId" : 1,
"subscriptionId" : 1
}