GET https://api.legendonlineservices.co.uk/prospecting/prospect/{id}

Returns the prospect details corresponding to the prospect Id.

Request Parameters

From Path Type Description
id Int32 The prospect Id.

Response - (Status 200 - OK)

ProspectDetailsModel

Name Type Description
AddressCity String
AddressLine1 String
AddressLine2 String
AddressLine3 String
AddressRegion String
DOB DateTime
EMailAddress String
EthnicityId Int32
EthnicOrigin String
FirstName String
Gender String
LastName String
MobileNumber String
PhoneNumber String
PostCode String
ProspectCreationDate DateTime
ProspectId Int32
ProspectStatus String
Title String




{
  "ProspectId": 1,
  "DOB": "2025-04-29T19:23:33.2439523+01:00",
  "EthnicOrigin": "sample string 2",
  "EthnicityId": 1,
  "FirstName": "sample string 3",
  "LastName": "sample string 4",
  "Title": "sample string 5",
  "Gender": "sample string 6",
  "AddressLine1": "sample string 7",
  "AddressLine2": "sample string 8",
  "AddressLine3": "sample string 9",
  "AddressCity": "sample string 10",
  "AddressRegion": "sample string 11",
  "PostCode": "sample string 12",
  "PhoneNumber": "sample string 13",
  "MobileNumber": "sample string 14",
  "EMailAddress": "sample string 15",
  "ProspectStatus": "sample string 16",
  "ProspectCreationDate": "2025-04-29T19:23:33.2439523+01:00"
}

Bundle(s)
Prospecting