POST api/LeadAddress/GetAdditionalAddressesByIds

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 LeadAdditionalAddressDTO
NameDescriptionTypeAdditional information
Id

integer

None.

LeadAddressSourceTypeId

integer

None.

LeadId

integer

None.

PhoneNo

string

None.

Address1

string

None.

Address2

string

None.

AdministrativeAreaName

string

None.

ChangeDate

date

None.

ChangedBy

integer

None.

ChangedByRoleId

integer

None.

CityId

integer

None.

CityName

string

None.

StateName

string

None.

CreateBy

integer

None.

CreateByRoleId

integer

None.

CreateDate

date

None.

GeoAddress

string

None.

Lat

decimal number

None.

Long

decimal number

None.

GeoCodeStatus

GeoCodeStatusEnum

None.

GooglePlaceId

string

None.

IsGeoCodeAttempted

boolean

None.

LocalityName

string

None.

PostalCodeNumber

string

None.

SubAdministrativeAreaName

string

None.

ThoroughfareName

string

None.

Zip

string

None.

TimezoneOffSet

decimal number

None.

TimezoneCode

string

None.

TimezoneId

integer

None.

DroppedPin

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "LeadAddressSourceTypeId": 2,
    "LeadId": 3,
    "PhoneNo": "sample string 4",
    "Address1": "sample string 5",
    "Address2": "sample string 6",
    "AdministrativeAreaName": "sample string 7",
    "ChangeDate": "2025-10-14T03:03:22.0074583-07:00",
    "ChangedBy": 1,
    "ChangedByRoleId": 1,
    "CityId": 1,
    "CityName": "sample string 8",
    "StateName": "sample string 9",
    "CreateBy": 10,
    "CreateByRoleId": 1,
    "CreateDate": "2025-10-14T03:03:22.0074583-07:00",
    "GeoAddress": "sample string 12",
    "Lat": 13.1,
    "Long": 14.1,
    "GeoCodeStatus": 1,
    "GooglePlaceId": "sample string 15",
    "IsGeoCodeAttempted": true,
    "LocalityName": "sample string 16",
    "PostalCodeNumber": "sample string 17",
    "SubAdministrativeAreaName": "sample string 18",
    "ThoroughfareName": "sample string 19",
    "Zip": "sample string 20",
    "TimezoneOffSet": 21.0,
    "TimezoneCode": "sample string 22",
    "TimezoneId": 23,
    "DroppedPin": true
  },
  {
    "Id": 1,
    "LeadAddressSourceTypeId": 2,
    "LeadId": 3,
    "PhoneNo": "sample string 4",
    "Address1": "sample string 5",
    "Address2": "sample string 6",
    "AdministrativeAreaName": "sample string 7",
    "ChangeDate": "2025-10-14T03:03:22.0074583-07:00",
    "ChangedBy": 1,
    "ChangedByRoleId": 1,
    "CityId": 1,
    "CityName": "sample string 8",
    "StateName": "sample string 9",
    "CreateBy": 10,
    "CreateByRoleId": 1,
    "CreateDate": "2025-10-14T03:03:22.0074583-07:00",
    "GeoAddress": "sample string 12",
    "Lat": 13.1,
    "Long": 14.1,
    "GeoCodeStatus": 1,
    "GooglePlaceId": "sample string 15",
    "IsGeoCodeAttempted": true,
    "LocalityName": "sample string 16",
    "PostalCodeNumber": "sample string 17",
    "SubAdministrativeAreaName": "sample string 18",
    "ThoroughfareName": "sample string 19",
    "Zip": "sample string 20",
    "TimezoneOffSet": 21.0,
    "TimezoneCode": "sample string 22",
    "TimezoneId": 23,
    "DroppedPin": true
  }
]