POST api/LeadEmail/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 LeadEmailDTO
NameDescriptionTypeAdditional information
CreateDate

date

None.

Disabled

boolean

None.

Id

integer

None.

IsDefault

boolean

None.

LeadId

integer

None.

LeadEmailSourceType

LeadEmailSourceTypeEnum

None.

LeadEmailSourceTypeId

integer

None.

ChangeDate

date

None.

EmailAddress

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CreateDate": "2025-10-14T03:05:02.2204009-07:00",
    "Disabled": true,
    "Id": 3,
    "IsDefault": true,
    "LeadId": 5,
    "LeadEmailSourceType": 6,
    "LeadEmailSourceTypeId": 6,
    "ChangeDate": "2025-10-14T03:05:02.2204009-07:00",
    "EmailAddress": "sample string 7"
  },
  {
    "CreateDate": "2025-10-14T03:05:02.2204009-07:00",
    "Disabled": true,
    "Id": 3,
    "IsDefault": true,
    "LeadId": 5,
    "LeadEmailSourceType": 6,
    "LeadEmailSourceTypeId": 6,
    "ChangeDate": "2025-10-14T03:05:02.2204009-07:00",
    "EmailAddress": "sample string 7"
  }
]