GET api/PBI_dropDownApi/customer

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DropDownItemViewModel
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

Label

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "aa027a91-b37d-4983-94e3-a6f877acc4fb",
    "label": "sample string 1"
  },
  {
    "id": "aa027a91-b37d-4983-94e3-a6f877acc4fb",
    "label": "sample string 1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDropDownItemViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel">
  <DropDownItemViewModel>
    <ID>aa027a91-b37d-4983-94e3-a6f877acc4fb</ID>
    <Label>sample string 1</Label>
  </DropDownItemViewModel>
  <DropDownItemViewModel>
    <ID>aa027a91-b37d-4983-94e3-a6f877acc4fb</ID>
    <Label>sample string 1</Label>
  </DropDownItemViewModel>
</ArrayOfDropDownItemViewModel>