POST v1/api/SendLeadToDialer?caseId={caseId}
Send Lead to Dialer (NICE)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
caseId |
(optional) a unique identifier used to Create, Save and Send an application. |
string |
None. |
Body Parameters
SendLeadToDialerRequestDto
SendLeadToDialerRequestDtoName | Description | Type | Additional information |
---|---|---|---|
ExternalID | string |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
Phone | string |
None. |
|
PostalCode | string |
None. |
|
Priority | string |
None. |
|
CallReason | string |
None. |
Response Information
Resource Description
success
SendLeadToDialerResponseDtoName | Description | Type | Additional information |
---|---|---|---|
ContactId | string |
None. |
|
Message | string |
None. |