GET api/LeadMobile/GetById/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
GetLeadByIdMobileVm| Name | Description | Type | Additional information |
|---|---|---|---|
| MasterId | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| ClientName | string |
None. |
|
| ClientEmail | string |
None. |
|
| ClientContactCC | string |
None. |
|
| ClientContact | string |
None. |
|
| ClientContactInternational | string |
None. |
|
| SecondaryNumberCC | string |
None. |
|
| SecondaryNumber | string |
None. |
|
| SecondaryNumberInternational | string |
None. |
|
| AlternateNumbers | string |
None. |
|
| Date | string |
None. |
|
| LeadDate | date |
None. |
|
| Address | string |
None. |
|
| LeadAddress | string |
None. |
|
| UserIds | Collection of integer |
None. |
|
| UserNames | Collection of string |
None. |
|
| UserId | integer |
None. |
|
| UserName | string |
None. |
|
| LeadStageId | integer |
None. |
|
| LeadStage | string |
None. |
|
| CompanyStageReasonId | integer |
None. |
|
| CompanyStageReason | string |
None. |
|
| SourceId | integer |
None. |
|
| Source | string |
None. |
|
| SubSourceId | integer |
None. |
|
| SubSource | string |
None. |
|
| ChannelPartnerId | integer |
None. |
|
| ChannelPartnerName | string |
None. |
|
| ChannelPartnerCompanyName | string |
None. |
|
| ChannelPartnerMobileCC | string |
None. |
|
| ChannelPartnerMobile | string |
None. |
|
| LeadCategoryId | integer |
None. |
|
| LeadCategoryName | string |
None. |
|
| LeadTypeId | integer |
None. |
|
| LeadType | string |
None. |
|
| LeadSubTypeId | integer |
None. |
|
| LeadSubType | string |
None. |
|
| RequirementId | integer |
None. |
|
| Requirement | string |
None. |
|
| CompanyPropertyTypeId | integer |
None. |
|
| CompanyPropertyType | string |
None. |
|
| LeadPropertySubTypes | Collection of KeyValuePairVm |
None. |
|
| BudgetMin | decimal number |
None. |
|
| BudgetMax | decimal number |
None. |
|
| AreaMin | decimal number |
None. |
|
| AreaMax | decimal number |
None. |
|
| AreaMetricName | string |
None. |
|
| AreaMetricId | integer |
None. |
|
| Country | string |
None. |
|
| State | string |
None. |
|
| District | string |
None. |
|
| Location | string |
None. |
|
| SubLocation | string |
None. |
|
| InventoryLocationArea | string |
None. |
|
| Pincode | string |
None. |
|
| Remark | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"MasterId": 1,
"FirstName": "sample string 1",
"LastName": "sample string 2",
"ClientName": "sample string 3",
"ClientEmail": "sample string 4",
"ClientContactCC": "sample string 5",
"ClientContact": "sample string 6",
"ClientContactInternational": "sample string 5-sample string 6",
"SecondaryNumberCC": "sample string 7",
"SecondaryNumber": "sample string 8",
"SecondaryNumberInternational": "sample string 7-sample string 8",
"AlternateNumbers": "sample string 9",
"Date": "sample string 10",
"LeadDate": "2026-05-21T11:41:58.296011Z",
"Address": "sample string 12",
"LeadAddress": "sample string 13",
"UserIds": [
1,
2
],
"UserNames": [
"sample string 1",
"sample string 2"
],
"UserId": 1,
"UserName": "sample string 14",
"LeadStageId": 1,
"LeadStage": "sample string 15",
"CompanyStageReasonId": 1,
"CompanyStageReason": "sample string 16",
"SourceId": 1,
"Source": "sample string 17",
"SubSourceId": 1,
"SubSource": "sample string 18",
"ChannelPartnerId": 1,
"ChannelPartnerName": "sample string 19",
"ChannelPartnerCompanyName": "sample string 20",
"ChannelPartnerMobileCC": "sample string 21",
"ChannelPartnerMobile": "sample string 22",
"LeadCategoryId": 1,
"LeadCategoryName": "sample string 23",
"LeadTypeId": 1,
"LeadType": "sample string 24",
"LeadSubTypeId": 1,
"LeadSubType": "sample string 25",
"RequirementId": 1,
"Requirement": "sample string 26",
"CompanyPropertyTypeId": 1,
"CompanyPropertyType": "sample string 27",
"LeadPropertySubTypes": [
{
"Id": 1,
"Name": "sample string 1",
"Code": "sample string 2",
"Order": 3
},
{
"Id": 1,
"Name": "sample string 1",
"Code": "sample string 2",
"Order": 3
}
],
"BudgetMin": 28.1,
"BudgetMax": 29.1,
"AreaMin": 30.1,
"AreaMax": 31.1,
"AreaMetricName": "sample string 32",
"AreaMetricId": 1,
"Country": "sample string 33",
"State": "sample string 34",
"District": "sample string 35",
"Location": "sample string 36",
"SubLocation": "sample string 37",
"InventoryLocationArea": "sample string 38",
"Pincode": "sample string 39",
"Remark": "sample string 40"
}
application/xml, text/xml
Sample:
<GetLeadByIdMobileVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Models.MobileAppModels">
<Address>sample string 12</Address>
<AlternateNumbers>sample string 9</AlternateNumbers>
<AreaMax>31.1</AreaMax>
<AreaMetricId>1</AreaMetricId>
<AreaMetricName>sample string 32</AreaMetricName>
<AreaMin>30.1</AreaMin>
<BudgetMax>29.1</BudgetMax>
<BudgetMin>28.1</BudgetMin>
<ChannelPartnerCompanyName>sample string 20</ChannelPartnerCompanyName>
<ChannelPartnerId>1</ChannelPartnerId>
<ChannelPartnerMobile>sample string 22</ChannelPartnerMobile>
<ChannelPartnerMobileCC>sample string 21</ChannelPartnerMobileCC>
<ChannelPartnerName>sample string 19</ChannelPartnerName>
<ClientContact>sample string 6</ClientContact>
<ClientContactCC>sample string 5</ClientContactCC>
<ClientEmail>sample string 4</ClientEmail>
<ClientName>sample string 3</ClientName>
<CompanyPropertyType>sample string 27</CompanyPropertyType>
<CompanyPropertyTypeId>1</CompanyPropertyTypeId>
<CompanyStageReason>sample string 16</CompanyStageReason>
<CompanyStageReasonId>1</CompanyStageReasonId>
<Country>sample string 33</Country>
<Date>sample string 10</Date>
<District>sample string 35</District>
<FirstName>sample string 1</FirstName>
<InventoryLocationArea>sample string 38</InventoryLocationArea>
<LastName>sample string 2</LastName>
<LeadAddress>sample string 13</LeadAddress>
<LeadCategoryId>1</LeadCategoryId>
<LeadCategoryName>sample string 23</LeadCategoryName>
<LeadDate>2026-05-21T11:41:58.296011+00:00</LeadDate>
<LeadPropertySubTypes xmlns:d2p1="http://schemas.datacontract.org/2004/07/BrokerServer.Models">
<d2p1:KeyValuePairVm>
<d2p1:Code>sample string 2</d2p1:Code>
<d2p1:Id>1</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:Order>3</d2p1:Order>
</d2p1:KeyValuePairVm>
<d2p1:KeyValuePairVm>
<d2p1:Code>sample string 2</d2p1:Code>
<d2p1:Id>1</d2p1:Id>
<d2p1:Name>sample string 1</d2p1:Name>
<d2p1:Order>3</d2p1:Order>
</d2p1:KeyValuePairVm>
</LeadPropertySubTypes>
<LeadStage>sample string 15</LeadStage>
<LeadStageId>1</LeadStageId>
<LeadSubType>sample string 25</LeadSubType>
<LeadSubTypeId>1</LeadSubTypeId>
<LeadType>sample string 24</LeadType>
<LeadTypeId>1</LeadTypeId>
<Location>sample string 36</Location>
<MasterId>1</MasterId>
<Pincode>sample string 39</Pincode>
<Remark>sample string 40</Remark>
<Requirement>sample string 26</Requirement>
<RequirementId>1</RequirementId>
<SecondaryNumber>sample string 8</SecondaryNumber>
<SecondaryNumberCC>sample string 7</SecondaryNumberCC>
<Source>sample string 17</Source>
<SourceId>1</SourceId>
<State>sample string 34</State>
<SubLocation>sample string 37</SubLocation>
<SubSource>sample string 18</SubSource>
<SubSourceId>1</SubSourceId>
<UserId>1</UserId>
<UserIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:long>1</d2p1:long>
<d2p1:long>2</d2p1:long>
</UserIds>
<UserName>sample string 14</UserName>
<UserNames xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</UserNames>
</GetLeadByIdMobileVm>