Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appFeeId |
The custom application fee identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of application fee payments.
Collection of Nano.AppFeePaymentName | Description | Type | Additional information |
---|---|---|---|
amount |
Gets or sets the amount. |
decimal number |
None. |
percentage |
Gets or sets the percentage. |
decimal number |
None. |
poc |
Gets or sets a value indicating whether app fee payment is POC. |
boolean |
None. |
appFee |
Gets or sets the application fee identifier. |
integer |
None. |
id |
Gets or sets the application fee payment identifier. |
integer |
None. |
paidBy |
Gets or sets the paid by identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "amount": 1.0, "percentage": 1.0, "poc": true, "appFee": "2", "id": "3", "paidBy": "4" }, { "amount": 1.0, "percentage": 1.0, "poc": true, "appFee": "2", "id": "3", "paidBy": "4" } ]
text/html
Sample:
[{"amount":1.0,"percentage":1.0,"poc":true,"appFee":"2","id":"3","paidBy":"4"},{"amount":1.0,"percentage":1.0,"poc":true,"appFee":"2","id":"3","paidBy":"4"}]
application/xml, text/xml
Sample:
<ArrayOfAppFeePayment xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AppFeePayment> <Amount>1</Amount> <Percentage>1</Percentage> <POC>true</POC> <AppFeeId>2</AppFeeId> <AppFeePaymentId>3</AppFeePaymentId> <PaidById>4</PaidById> </AppFeePayment> <AppFeePayment> <Amount>1</Amount> <Percentage>1</Percentage> <POC>true</POC> <AppFeeId>2</AppFeeId> <AppFeePaymentId>3</AppFeePaymentId> <PaidById>4</PaidById> </AppFeePayment> </ArrayOfAppFeePayment>
application/vnd.api+json
Sample:
Sample not available.