POST api/LeadPhone/AddAdditionalPhone2

Request Information

URI Parameters

None.

Body Parameters

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.

Request Formats

application/json, text/json

Sample:
{
  "CreateDate": "2025-10-14T02:36:32.1170938-07:00",
  "Disabled": true,
  "Id": 3,
  "IsDefault": true,
  "LeadId": 5,
  "LeadPhoneSourceType": 6,
  "LeadPhoneSourceTypeId": 6,
  "ChangeDate": "2025-10-14T02:36:32.1170938-07:00",
  "PhoneNumber": "sample string 7",
  "IsDNC": true,
  "FormattedPhoneNumber": "7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

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-14T02:36:32.1327468-07:00",
  "Disabled": true,
  "Id": 3,
  "IsDefault": true,
  "LeadId": 5,
  "LeadPhoneSourceType": 6,
  "LeadPhoneSourceTypeId": 6,
  "ChangeDate": "2025-10-14T02:36:32.1327468-07:00",
  "PhoneNumber": "sample string 7",
  "IsDNC": true,
  "FormattedPhoneNumber": "7"
}