Direct transfer

PUT {{httptype}}://{{IP}}/mot/{{miralixAccount}}/agents/{{identificationType}}/{{TypeID}}/call/singleStepTransfer?ContactEndpoint=103

Miralix OfficeTeam informs the agent’s client, to transfer the ongoing call, to a new destination directly. (Transfer without a presentation).

HTTP PUT: /agents/{identificationType}/{identification}/call/singleStepTransfer?ContactEndpoint={contactEndpoint}

ParameterVærdiBeskrivelse
identificationTypesipUri, id, email, syncIdDifferent identification types, that can be used to identify an agent
identificationStringThe identification value must match the selected identification type. So, if identificationType is set to email, then the identification value must match an agents email
contactEndpointStringThe phone number to which the ongoing calls must be transferred to

Example

https://192.168.1.10/mot/greenbox/agents/id/12/call/singleStepTransfer?ContactEndpoint=+4583509040 - OfficeTeam service informs the agent with id 12, to transfer the current active call to +4583509040.
https://192.168.1.10/mot/greenbox/agents/email/derek.a@company.local/call/singleStepTransfer?ContactEndpoint=+4583509040 - OfficeTeam service informs the agent with email derek.a@company.local, to transfer the current active call to +4583509040.
https://192.168.1.10/mot/greenbox/agents/syncId/f4fd9e5f-017d-4350-adf8-8dd811bc1a2e/call/singleStepTransfer?ContactEndpoint=+4583509040 - OfficeTeam service informs the agent with syncId f4fd9e5f-017d-4350-adf8-8dd811bc1a2e, to transfer the current active call to +4583509040.

Result

Miralix OfficeTeam informs the agent’s client, to transfer the ongoing call, to a new destination directly, without a presentation.

  • 200 OK - A request to transfer the current active call is sent to the agent's client.
  • 400 Bad Request - One or more parameters are not valid.
  • 403 Forbidden - Missing required License to access this request.
  • 404 Not Found - No agent was found with the specified identification.
  • 500 Internal Server Error - Internal processing error.

Request Params

KeyDatatypeRequiredDescription
ContactEndpointnumberThe phone number to which the ongoing calls must be transferred to