POST api/Lead/MarkProLead
Request Information
URI Parameters
None.
Body Parameters
ProLeadImportFileDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| FileName | string |
None. |
|
| FileBytes | Collection of byte |
None. |
|
| ApplicationFeatureId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FileName": "sample string 1",
"FileBytes": "QEA=",
"ApplicationFeatureId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ProLeadImportResponseDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalCount | integer |
None. |
|
| ValidCount | integer |
None. |
|
| AlreadyMarked | integer |
None. |
|
| AlreadyRecovered | integer |
None. |
|
| NotFound | integer |
None. |
|
| ErrorCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalCount": 1,
"ValidCount": 2,
"AlreadyMarked": 3,
"AlreadyRecovered": 4,
"NotFound": 5,
"ErrorCount": 6
}