Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appFeePaymentId |
The application fee payment identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The application fee payment, if it exists.
Nano.AppFeePayment| Name | 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"
}
text/html
Sample:
{"amount":1.0,"percentage":1.0,"poc":true,"appFee":"2","id":"3","paidBy":"4"}
application/xml, text/xml
Sample:
<AppFeePayment xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Amount>1</Amount> <Percentage>1</Percentage> <POC>true</POC> <AppFeeId>2</AppFeeId> <AppFeePaymentId>3</AppFeePaymentId> <PaidById>4</PaidById> </AppFeePayment>
application/vnd.api+json
Sample:
Sample not available.