GET api/Values/GetLevel
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SpillLevelIncome| Name | Description | Type | Additional information |
|---|---|---|---|
| SpillLevel | integer |
None. |
|
| SpillReferralIncome | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SpillLevel": 1,
"SpillReferralIncome": 2.0
},
{
"SpillLevel": 1,
"SpillReferralIncome": 2.0
}
]
application/xml, text/xml
Sample:
<ArrayOfSpillLevelIncome xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLogicLayer">
<SpillLevelIncome>
<SpillLevel>1</SpillLevel>
<SpillReferralIncome>2</SpillReferralIncome>
</SpillLevelIncome>
<SpillLevelIncome>
<SpillLevel>1</SpillLevel>
<SpillReferralIncome>2</SpillReferralIncome>
</SpillLevelIncome>
</ArrayOfSpillLevelIncome>