NotifyIncomingCall

Container: CCPService
Namespace: System.Data.Objects

Summary

No summary yet

Method

The HTTP method for this function import is POST

Parameters

Name Type Summary
internalPhoneNumber Edm.String
externalPhoneNumber Edm.String
callReceivedOn* Edm.DateTime
Parameters marked with a * are required

Return

Type: Edm.Boolean
Is collection: false

Example

Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/NotifyIncomingCall
Example body (sent with POST-request):
{
  "internalPhoneNumber" : "internalphonenumber",
  "externalPhoneNumber" : "externalphonenumber",
  "callReceivedOn" : "2026-05-29T11:57:39"
}