GET api/Lead/GetDialerAOConnectProfileByUserAndAssociatedID?userid={userid}&associatedId={associatedId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | integer |
Required |
|
| associatedId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DialerTwilioNumberDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DialerNumber | string |
None. |
|
| StateCode | string |
None. |
|
| StateId | integer |
None. |
|
| monthlyCharges | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"DialerNumber": "sample string 2",
"StateCode": "sample string 3",
"StateId": 4,
"monthlyCharges": 5.0
},
{
"Id": 1,
"DialerNumber": "sample string 2",
"StateCode": "sample string 3",
"StateId": 4,
"monthlyCharges": 5.0
}
]