GET api/MakeCall

URL Request: http://login.sendservice.eu/MultiChannelAPI/Api/MakeCall?guid={guid}


Url Parameters

ParameterDescriptionRequired
guid

It is the ID of your Call Center call

yes

Response Parameters

Response are an array with InstantCalls objects which has parameters describe in next table. The other parameter, are defined in the InstantCall request.

PARAMETERS
DESCRIPTION
TYPE
StartTimeStart DateTime of your callDateTime (2019-05-17T11:31:04)
EndTimeEnd DateTime of your callDateTime (2019-05-17T11:32:22)
Response
{
    "StartTime": "2019-05-17T11:31:04",
    "EndTime": "2019-05-17T11:32:22"
}