GET api/PBI_dropDownApi/customer

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DropDownObjectViewModel
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

Label

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "9711a5f2-f915-4b54-a578-ea39f10ce46c",
    "label": "sample string 1"
  },
  {
    "id": "9711a5f2-f915-4b54-a578-ea39f10ce46c",
    "label": "sample string 1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDropDownObjectViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel">
  <DropDownObjectViewModel>
    <ID>9711a5f2-f915-4b54-a578-ea39f10ce46c</ID>
    <Label>sample string 1</Label>
  </DropDownObjectViewModel>
  <DropDownObjectViewModel>
    <ID>9711a5f2-f915-4b54-a578-ea39f10ce46c</ID>
    <Label>sample string 1</Label>
  </DropDownObjectViewModel>
</ArrayOfDropDownObjectViewModel>