GET api/CustomerFilterPopup/CustomerFilterGet?name={name}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
name
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "dropDownDetails": [
    {
      "name": "sample string 1",
      "value": "sample string 2"
    },
    {
      "name": "sample string 1",
      "value": "sample string 2"
    },
    {
      "name": "sample string 1",
      "value": "sample string 2"
    }
  ]
}

text/xml

Sample:
<DropDownDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EPDS.Model">
  <dropDownDetails>
    <DropDown>
      <name>sample string 1</name>
      <value>sample string 2</value>
    </DropDown>
    <DropDown>
      <name>sample string 1</name>
      <value>sample string 2</value>
    </DropDown>
    <DropDown>
      <name>sample string 1</name>
      <value>sample string 2</value>
    </DropDown>
  </dropDownDetails>
</DropDownDetails>