GET api/Partner/GetLead/{Id}
Get lead by id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Lead id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A partner lead object
ResponseOfPartnerLead| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | PartnerLead |
None. |
|
| Result | boolean |
None. |
|
| Message | string |
None. |
|
| Errors | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"$id": "2",
"CountryCode": "sample string 1",
"CreateDate": "2025-12-22T03:07:12.8279647+00:00",
"Email": "sample string 3",
"FirstName": "sample string 4",
"Id": 5,
"InternalStatus": 0,
"LastName": "sample string 6",
"MobilePhone": "sample string 7",
"PartnerCampaignCode": "sample string 8",
"PartnerId": 9,
"Status": 0,
"UpdateDate": "2025-12-22T03:07:12.8279647+00:00"
},
"Result": true,
"Message": "sample string 2",
"Errors": {
"$id": "3"
}
}