POST api/Lead/GetImportLeadForReview
Request Information
URI Parameters
None.
Body Parameters
LeadImportFileDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | integer |
None. |
|
| FileName | string |
None. |
|
| FileBytes | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"GroupId": 1,
"FileName": "sample string 2",
"FileBytes": "QEA="
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| CaseSensitive | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| RemotingFormat | SerializationFormat |
None. |
|
| ChildRelations | Collection of Object |
None. |
|
| Columns | Collection of Object |
None. |
|
| Constraints | Collection of Object |
None. |
|
| DataSet |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.