GET api/Lead/GetDialerAOConnectProfileByUserAndAssociatedID?userid={userid}&associatedId={associatedId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

integer

Required

associatedId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of DialerTwilioNumberDTO
NameDescriptionTypeAdditional 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
  }
]