GET api/inboundlead/outstanding
Gets all leads that are awaiting to be processed
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PagedCollectionDataContractOfInboundLeadDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalCount | integer |
None. |
|
| CurrentCount | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageNumber | integer |
None. |
|
| 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": "2025-11-18T14:11:24.8277835Z",
"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": "2025-11-18T14:11:24.8277835Z",
"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
}
]
}