Unsubscribe

Container: CCPService
Namespace: System.Data.Objects

Summary

No summary yet

Method

The HTTP method for this function import is POST

Parameters

Name Type Summary
deviceId* Edm.Int32
subscriptionId* Edm.Int32
Parameters marked with a * are required

Return

Type: void
Is collection: false

Example

Request URL: https://cabmanonline.nl/CCPService/DataServiceCCP.svc/Unsubscribe
Example body (sent with POST-request):
{
  "deviceId" : 1,
  "subscriptionId" : 1
}