GET api/Lead/GetAgeRangeOptions
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AgeRangeOptionDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Option | string |
None. |
|
| Value | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Option": "sample string 1",
"Value": 2
},
{
"Option": "sample string 1",
"Value": 2
}
]