GET api/CustomerMangmnt/CustomersForFilterDD?contID={contID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| contID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Cls_FilterDD| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| checked | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"name": "sample string 2",
"checked": true
},
{
"id": 1,
"name": "sample string 2",
"checked": true
}
]