LogOnDevice
Container: CCPServiceNamespace: System.Data.Objects
Summary
No summary yetMethod
The HTTP method for this function import is POSTParameters
| Name | Type | Summary |
|---|---|---|
| pushtoken | Edm.String | |
| applicationId* | Edm.Int32 | |
| deviceId | Edm.Int32 |
Return
Type: Entity type - DeviceIs collection: false
Example
Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/LogOnDeviceExample body (sent with POST-request):
{
"pushtoken" : "pushtoken",
"applicationId" : 1,
"deviceId" : 1
}