Getting Referral Information

Calling the GetReferAndEarnDetail endpoint will return information on the progress of a particular referral. Where you can view the latest communication had with the customer and any further details on the progress of that referral.

Request

https://api.test.uinsure.co.uk/re/ULC0015202

{
"APIKey": "{{api_key}}"
}

Response

{
"Client":{
"Title":"Mr",
"Forenames":"Cameron",
"Surname":"Parsons",
"DateOfBirth":"/Date(315532800000-0000)/",
"TelephoneNumber":"07725474599",
"EmailAddress":"cam.parsons@uinsure.co.uk"
},
"CorrepsondenceAddress":{
"AddressLine1":"Apartment 193",
"AddressLine2":"3 Blantyre Street",
"AddressLine3":"Manchester",
"AddressLine4":"",
"Postcode":"M15 4EG",
"UDPRN":"28029041"
},
"RiskAddress":{
"AddressLine1":"Apartment 193",
"AddressLine2":"3 Blantyre Street",
"AddressLine3":"Manchester",
"AddressLine4":"",
"Postcode":"M15 4EG",
"UDPRN":"28029041"
},
"Status":"We have received your referral and will be in touch shortly.",
"QuoteDetails":"Buildings and Contents, Remortgage",
"TargetPremium":"0.00",
"RenewalDate":"/Date(1636588800000-0000)/",
"PreferredDayToCall":"Friday",
"PreferredTimeToCall":"17:00 - 19:00",
"AcceptLowerCommission":"No",
"ReferAndEarnHistoryItem":[
{
"History":"Refer and Earn Quote created",
"IsActive":true,
"LeadStatus":"We have received your referral and will be in touch shortly.",
"Date":"/Date(1635435121623-0000)/"
}
],
"DigitalCommunicationOnly":false
}