LogOnDevice

Container: CCPService
Namespace: System.Data.Objects

Summary

No summary yet

Method

The HTTP method for this function import is POST

Parameters

Name Type Summary
pushtoken Edm.String
applicationId* Edm.Int32
deviceId Edm.Int32
Parameters marked with a * are required

Return

Type: Entity type - Device
Is collection: false

Example

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