Set New Mode Number
    • Dark
      Light

    Set New Mode Number

    • Dark
      Light

    Article summary

    Overview

    The SetNewModeNumber API allows an Agent to add or change the contact mode of an existing contact.

    Pre-requisite

    The agent must be on an active call or logged in to the application.

    Sequence Diagram

    Message Structure

    Request Parameters

    Value

    channel

    LCM

    topic

    Webservice

    subtopic

    SetNewModeNumber

    source

    «app-name-broadcasting-this-message»

    data

    N/A

    Data Parameters

    Parameter

    Mandatory

    Data Type

    Description

    callid

    Yes

    String

    The Call ID generated by the application.

    AccountNumber

    Yes

    String

    The LCM Key.

    ModeID

    Yes

    String

    The mode ID.

    ContactNumber

    Yes

    String

    The contact number to be updated in the mode.

    DeleteOtherModes

    Yes

    Boolean

    Set to true to delete all other available modes when this update is completed by the agent. Set to false to retain other modes.

    AgentID

    Yes

    String

    The agent ID.

    Response Parameters

    Value

    channel

    LCM

    topic

    Webservice

    subtopic

    SetNewModeNumberResult

    message

    «JSON Object»

    Message Parameters

    Parameter

    Mandatory

    Data Type

    Description

    callid

    Yes

    String

    The call ID generated by the application.

    response

    Yes

    JSON Object

    The response data.

    Response Parameters

    success

    Yes

    Boolean

    The mode number change status.

    Possible Error Cases

    Error Type

    Actual Error

    Message

    WS_Error

    Callid is empty

    Invalid Call ID.

    WS_Error

    Invalid Call ID:<call_id>

    Invalid Call ID.

    Sample Request

    {
        "channel": "LCM",
        "topic": "WebService",
        "subtopic": "SetNewModeNumber",
        "data": 
        {
            "callid": "12345",
            "AccountNumber": "5|3|1|0|0|44|1",
            "ModeID": 1,
            "ContactNumber": "961084836",
            "DeleteOtherModes": false,
            "AgentID": "testagent"
        }
    }

    Sample Response

    {
        "channel": "LCM",
        "topic": "WebService",
        "subtopic": "SetNewModeNumberResult",
        "message": 
        {
            "callid": "12345",
            "response": {
                "success": true
            }
        }
    }


    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.