GET api/LocationMangmnt/LocationsFilterDD?custID={custID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| custID | 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
}
]