Applicant
| API | Description |
|---|---|
| PUT api/Applicant/AgentCoverageRequest |
Request for Agent Coverage for Applicants |
| POST api/Applicant/SendReferral |
Send an Applicant Lead |
| POST api/Applicant/SendLead |
Send an Applicant Lead |
Correspondence
| API | Description |
|---|---|
| POST api/Correspondence/NotifySentEmail |
Notify RAN service of an email sent for a lead |
PropertyAndLetting
| API | Description |
|---|---|
| PUT api/PropertyAndLetting/AgentCoverageRequest |
Request for Agent Coverage for Property or Lettings |
| POST api/PropertyAndLetting/SendReferral |
Send a Property or Letting Lead |
| POST api/PropertyAndLetting/SendLead |
Send a Property or Letting Lead |
Test
| API | Description |
|---|---|
| GET api/Test |
Gets a test string using a simple HTTP GET |
| GET api/Test?testString={testString} |
Gets a string with a query string: api/Test?testString={string}. It will return the string as json |
| POST api/Test |
A Test POST method. Accepts a string: value and will return that value as a json string. |
| PUT api/Test |
A Test PUT method. Accepts a string: value and will return that value as a json string. |