Request Information

URI Parameters

NameDescriptionTypeAdditional information
appId

The application identifier.

integer

None.

Body Parameters

None.

Response Information

Resource Description

A list of computed app fees.

Collection of Nano.ComputedAppFee
NameDescriptionTypeAdditional information
amount

Gets or sets the amount.

decimal number

None.

feeCategory

Gets or sets the fee category.

integer

None.

pocAmount

Gets or sets a poc amount total from fee payments.

decimal number

None.

app

Gets or sets the application identifier.

integer

None.

id

Gets or sets the computed application fee identifier.

string

None.

feeType

Gets or sets the fee type.

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "amount": 1.0,
    "feeCategory": 2,
    "pocAmount": 3.0,
    "app": "4",
    "id": "sample String 5",
    "feeType": 6
  },
  {
    "amount": 1.0,
    "feeCategory": 2,
    "pocAmount": 3.0,
    "app": "4",
    "id": "sample String 5",
    "feeType": 6
  }
]

text/html

Sample:
[{"amount":1.0,"feeCategory":2,"pocAmount":3.0,"app":"4","id":"sample String 5","feeType":6},{"amount":1.0,"feeCategory":2,"pocAmount":3.0,"app":"4","id":"sample String 5","feeType":6}]

application/xml, text/xml

Sample:
<ArrayOfComputedAppFee xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ComputedAppFee>
    <Amount>1</Amount>
    <FeeCategoryId>2</FeeCategoryId>
    <POCAmount>3</POCAmount>
    <AppId>4</AppId>
    <ComputedAppFeeId>sample String 5</ComputedAppFeeId>
    <FeeTypeId>6</FeeTypeId>
  </ComputedAppFee>
  <ComputedAppFee>
    <Amount>1</Amount>
    <FeeCategoryId>2</FeeCategoryId>
    <POCAmount>3</POCAmount>
    <AppId>4</AppId>
    <ComputedAppFeeId>sample String 5</ComputedAppFeeId>
    <FeeTypeId>6</FeeTypeId>
  </ComputedAppFee>
</ArrayOfComputedAppFee>

application/vnd.api+json

Sample:

Sample not available.