POST api/LeadPhone/ListByIds

Request Information

URI Parameters

None.

Body Parameters

Collection of integer

Request Formats

application/json, text/json

Sample:
[
  1,
  2
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of LeadPhoneDTO
NameDescriptionTypeAdditional information
CreateDate

date

None.

Disabled

boolean

None.

Id

integer

None.

IsDefault

boolean

None.

LeadId

integer

None.

LeadPhoneSourceType

LeadPhoneSourceTypeEnum

None.

LeadPhoneSourceTypeId

integer

None.

ChangeDate

date

None.

PhoneNumber

string

None.

IsDNC

boolean

None.

FormattedPhoneNumber

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CreateDate": "2025-10-14T00:42:34.7512448-07:00",
    "Disabled": true,
    "Id": 3,
    "IsDefault": true,
    "LeadId": 5,
    "LeadPhoneSourceType": 6,
    "LeadPhoneSourceTypeId": 6,
    "ChangeDate": "2025-10-14T00:42:34.7512448-07:00",
    "PhoneNumber": "sample string 7",
    "IsDNC": true,
    "FormattedPhoneNumber": "7"
  },
  {
    "CreateDate": "2025-10-14T00:42:34.7512448-07:00",
    "Disabled": true,
    "Id": 3,
    "IsDefault": true,
    "LeadId": 5,
    "LeadPhoneSourceType": 6,
    "LeadPhoneSourceTypeId": 6,
    "ChangeDate": "2025-10-14T00:42:34.7512448-07:00",
    "PhoneNumber": "sample string 7",
    "IsDNC": true,
    "FormattedPhoneNumber": "7"
  }
]