Disposition Detail Update

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Sample Request

curl --request POST \
     --url https://api-smartflo.tatateleservices.com/v1/dialer/store-disposition
     --header 'accept: application/json' \
     --header 'content-type: application/json'

📘 Important!

Before we begin, note that the * sign denotes the mandatory variables in each table.

Request Variables (Body Params)

The following parameter is required to update disposition detail:

Variable NameDescriptionData Type
disposition_status*Id of the disposition statusstring
sub_disposition_statusId of the sub-disposition status in case of parent dispositionstring
unique_idId of the call for which disposition details have to be storedstring
disposition_noteOptional Comment/Note to be added while storing dispositionstring
play_agent_call_patch_musicOnce the agents log in and the session call is connected, the agent should hear the set recording in a loop until the customer call is patched through.
Once the disposition is updated and the agent’s status changes to "ready," the message will begin playing again, continuing in this cycle until the agent logs out.
string

Response Variables

The response returned is as following:

Variable NameDescriptionData Type
SuccessThe request success status, the possible values are:
True (default) for success.
False for failure.
Boolean
MessageThe message corresponding to the success status. For example, in 400 Response where the "success" variable pops as True, the message displayed is shown here.String
Body Params
string
required

Id of the disposition status

string

Id of the sub-disposition status in case of parent disposition

string
required

Id of the call for which disposition details have to be stored

string

Optional Comment/Note to be added while storing disposition

string

Value- True/False

Headers
string
required
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json