POST api/Lead/GetDNCLeadList
Request Information
URI Parameters
None.
Body Parameters
Collection of InternalDNCDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| PrimaryPhoneNumber | string |
None. |
|
| IsPrimaryDNC | boolean |
None. |
|
| SecondaryPhoneNumber | string |
None. |
|
| IsSecondaryDNC | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"FirstName": "sample string 1",
"LastName": "sample string 2",
"PrimaryPhoneNumber": "sample string 3",
"IsPrimaryDNC": true,
"SecondaryPhoneNumber": "sample string 5",
"IsSecondaryDNC": true
},
{
"FirstName": "sample string 1",
"LastName": "sample string 2",
"PrimaryPhoneNumber": "sample string 3",
"IsPrimaryDNC": true,
"SecondaryPhoneNumber": "sample string 5",
"IsSecondaryDNC": true
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of InternalDNCDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| PrimaryPhoneNumber | string |
None. |
|
| IsPrimaryDNC | boolean |
None. |
|
| SecondaryPhoneNumber | string |
None. |
|
| IsSecondaryDNC | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"FirstName": "sample string 1",
"LastName": "sample string 2",
"PrimaryPhoneNumber": "sample string 3",
"IsPrimaryDNC": true,
"SecondaryPhoneNumber": "sample string 5",
"IsSecondaryDNC": true
},
{
"FirstName": "sample string 1",
"LastName": "sample string 2",
"PrimaryPhoneNumber": "sample string 3",
"IsPrimaryDNC": true,
"SecondaryPhoneNumber": "sample string 5",
"IsSecondaryDNC": true
}
]