POST api/Partner/UpdateLeadInternalStatus
Update lead internal status
Request Information
URI Parameters
None.
Body Parameters
Lead object to update
PartnerLeadUpdateInternalStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| InternalStatus | LeadInternalStatus |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"InternalStatus": 0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Updated 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:05:18.6329829+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:05:18.6329829+00:00"
},
"Result": true,
"Message": "sample string 2",
"Errors": {
"$id": "3"
}
}