GET api/UaaGbsRate/UaaGbsRates

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2",
    "Value": 3.0
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "Value": 3.0
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "Value": 3.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfUaaGbsRateViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InsuranceAPI.Models">
  <UaaGbsRateViewModel>
    <Id>1</Id>
    <Name>sample string 2</Name>
    <Value>3</Value>
  </UaaGbsRateViewModel>
  <UaaGbsRateViewModel>
    <Id>1</Id>
    <Name>sample string 2</Name>
    <Value>3</Value>
  </UaaGbsRateViewModel>
  <UaaGbsRateViewModel>
    <Id>1</Id>
    <Name>sample string 2</Name>
    <Value>3</Value>
  </UaaGbsRateViewModel>
</ArrayOfUaaGbsRateViewModel>