GET Softphone/WriteBillingScreenRecording?callId={callId}&pathName={pathName}&fileName={fileName}&dateTime={dateTime}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
callId

string

Required

pathName

string

Required

fileName

string

Required

dateTime

string

Required

Body Parameters

None.

Response Information

Resource Description

DefaultResponse
NameDescriptionTypeAdditional information
State

string

None.

Response Formats

application/json, text/json

Sample:
{
  "State": "sample string 1"
}

application/xml, text/xml

Sample:
<DefaultResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPISoftphone.Models">
  <State>sample string 1</State>
</DefaultResponse>