Skip to main content

Phone - Post Caller ID details

POST 

/v1/callCenter/callRecognitions

Create new phone call or mark an ongoing phone call as finished.

Request

Body

    callId string

    phone call Uuid

    callCallerId stringrequired

    Caller's phone number is provided in the local format - the client

    callCallerIdValidPhone booleanrequired
    callPhoneNumber string

    phone number of the one calling - the client

    callCurrentStatus stringrequired

    Possible values: [SONNERIE, DECROCHE, RACCROCHE, ABANDON]

    callDateMillis stringrequired
    theForkID stringrequired

    restaurant uuid corresponding to the toPhoneNumber

Responses

Successful

Schema

    status number
Loading...