GET api/inboundlead/outstanding
Gets all leads that are awaiting to be processed Processes this inbound lead API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
The response returned after the operation completes.
PagedCollectionDataContractOfInboundLeadDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalCount |
The total count value. |
integer |
None. |
| CurrentCount |
The current count value. |
integer |
None. |
| PageSize |
The page size value. |
integer |
None. |
| PageNumber |
The page number value. |
integer |
None. |
| Collection |
The collection of collection. |
Collection of InboundLeadDataContract |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalCount": 1,
"CurrentCount": 2,
"PageSize": 1,
"PageNumber": 1,
"Collection": [
{
"BranchId": 1,
"People": [
{
"Title": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3"
},
{
"Title": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3"
}
],
"Email": "sample string 1",
"DateSubmitted": "2026-07-23T08:18:37.9675163Z",
"Address": "sample string 3",
"Postcode": "sample string 4",
"Country": "sample string 5",
"PhonePrimary": "sample string 6",
"PhoneMobile": "sample string 7",
"PhoneOther": "sample string 8",
"DPAFlag": true,
"PropertyToSell": true,
"PropertyToRent": true,
"Comment": "sample string 9",
"FinancialAdvice": true,
"PartExchange": true,
"SourceType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"RequestType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"PropertyMarketingRoleIds": [
1,
2
],
"PropertyDetails": [
{
"PropertyId": 1,
"Price": {
"PriceValue": 1.1,
"CurrencyCode": "sample string 2",
"PriceText": "sample string 3",
"PriceType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"PriceQualifierType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Id": 4
},
"RoleStatus": "sample string 2",
"UnderOffer": true,
"OrganizationName": "sample string 4",
"Number": "sample string 5",
"BuildingName": "sample string 6",
"Street": "sample string 7",
"Town": "sample string 8",
"Locality": "sample string 9",
"County": "sample string 10",
"Postcode": "sample string 11",
"Id": 12
},
{
"PropertyId": 1,
"Price": {
"PriceValue": 1.1,
"CurrencyCode": "sample string 2",
"PriceText": "sample string 3",
"PriceType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"PriceQualifierType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Id": 4
},
"RoleStatus": "sample string 2",
"UnderOffer": true,
"OrganizationName": "sample string 4",
"Number": "sample string 5",
"BuildingName": "sample string 6",
"Street": "sample string 7",
"Town": "sample string 8",
"Locality": "sample string 9",
"County": "sample string 10",
"Postcode": "sample string 11",
"Id": 12
}
],
"Id": 10
},
{
"BranchId": 1,
"People": [
{
"Title": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3"
},
{
"Title": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3"
}
],
"Email": "sample string 1",
"DateSubmitted": "2026-07-23T08:18:37.9675163Z",
"Address": "sample string 3",
"Postcode": "sample string 4",
"Country": "sample string 5",
"PhonePrimary": "sample string 6",
"PhoneMobile": "sample string 7",
"PhoneOther": "sample string 8",
"DPAFlag": true,
"PropertyToSell": true,
"PropertyToRent": true,
"Comment": "sample string 9",
"FinancialAdvice": true,
"PartExchange": true,
"SourceType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"RequestType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"PropertyMarketingRoleIds": [
1,
2
],
"PropertyDetails": [
{
"PropertyId": 1,
"Price": {
"PriceValue": 1.1,
"CurrencyCode": "sample string 2",
"PriceText": "sample string 3",
"PriceType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"PriceQualifierType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Id": 4
},
"RoleStatus": "sample string 2",
"UnderOffer": true,
"OrganizationName": "sample string 4",
"Number": "sample string 5",
"BuildingName": "sample string 6",
"Street": "sample string 7",
"Town": "sample string 8",
"Locality": "sample string 9",
"County": "sample string 10",
"Postcode": "sample string 11",
"Id": 12
},
{
"PropertyId": 1,
"Price": {
"PriceValue": 1.1,
"CurrencyCode": "sample string 2",
"PriceText": "sample string 3",
"PriceType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"PriceQualifierType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Id": 4
},
"RoleStatus": "sample string 2",
"UnderOffer": true,
"OrganizationName": "sample string 4",
"Number": "sample string 5",
"BuildingName": "sample string 6",
"Street": "sample string 7",
"Town": "sample string 8",
"Locality": "sample string 9",
"County": "sample string 10",
"Postcode": "sample string 11",
"Id": 12
}
],
"Id": 10
}
]
}