GET api/lead/searchphone?value={value}

Search lead information associated to a phone number provided

Request Information

URI Parameters

NameDescriptionTypeAdditional information
value

Phone number formed only by numbers

string

Required

Body Parameters

None.

Response Information

Resource Description

PhoneSearchResponse
NameDescriptionTypeAdditional information
LeadId

integer

None.

PhoneNumber

string

None.

FirstName

string

None.

LastName

string

None.

LeadSourceId

integer

None.

LeadSource

string

None.

Response Formats

application/json, text/json

Sample:
{
  "leadId": 1,
  "phoneNumber": "sample string 2",
  "firstName": "sample string 3",
  "lastName": "sample string 4",
  "leadSourceId": 1,
  "leadSource": "sample string 5"
}