From Bright Pattern Documentation
(Created page with "<translate> = completeInteractionWithDisp = Completes and dispositions the interaction. == Request == === Syntax === window.bpspat.api.completeInteractionWithDisp(item_id, d...") |
(Updated via BpDeleteTranslateTags script) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
= completeInteractionWithDisp = | = completeInteractionWithDisp = | ||
Completes and dispositions the interaction. | Completes and dispositions the interaction. | ||
Line 22: | Line 22: | ||
| string | | string | ||
| required | | required | ||
− | | Specifies the disposition to be set for the interaction | + | | Specifies the disposition name or code to be set for the interaction |
|- | |- | ||
| notes | | notes | ||
Line 34: | Line 34: | ||
In response to the request, the disposition to changed to the specified disposition. | In response to the request, the disposition to changed to the specified disposition. | ||
− | |||
− | |||
− | |||
− |
Latest revision as of 04:02, 29 May 2024
completeInteractionWithDisp
Completes and dispositions the interaction.
Request
Syntax
window.bpspat.api.completeInteractionWithDisp(item_id, disposition, notes)
Parameters
Parameter | Type | Optional/Required | Description |
item_id | string | required | Specifies the interaction ID of the interaction |
disposition | string | required | Specifies the disposition name or code to be set for the interaction |
notes | string | optional | Specifies notes to be added to the completed interaction |
Response
Empty.
In response to the request, the disposition to changed to the specified disposition.