GET api/P3PL/vasclients

Return a list of P3PL Clients configured for VAS billing

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SelectItem
NameDescriptionTypeAdditional information
label

string

None.

value

string

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<ArrayOfSelectItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Models">
  <SelectItem>
    <label>sample string 1</label>
    <value>sample string 2</value>
  </SelectItem>
  <SelectItem>
    <label>sample string 1</label>
    <value>sample string 2</value>
  </SelectItem>
</ArrayOfSelectItem>