Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appId |
The application identifier. |
integer |
None. |
| appFeeId |
The application fee identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of fee proration due dates.
Collection of Nano.FeeProrationDueDate| Name | Description | Type | Additional information |
|---|---|---|---|
| endDate |
Gets or sets the end date. |
string |
None. |
| startDate |
Gets or sets the start date. |
string |
None. |
| id |
Gets or sets the fee proration due date identifier. |
integer |
None. |
| appFee |
Gets or sets the application fee identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"endDate": "sample String 1",
"startDate": "sample String 2",
"id": "3",
"appFee": "4"
},
{
"endDate": "sample String 1",
"startDate": "sample String 2",
"id": "3",
"appFee": "4"
}
]
text/html
Sample:
[{"endDate":"sample String 1","startDate":"sample String 2","id":"3","appFee":"4"},{"endDate":"sample String 1","startDate":"sample String 2","id":"3","appFee":"4"}]
application/xml, text/xml
Sample:
<ArrayOfFeeProrationDueDate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<FeeProrationDueDate>
<EndDate>sample String 1</EndDate>
<StartDate>sample String 2</StartDate>
<FeeProrationDueDateId>3</FeeProrationDueDateId>
<AppFeeId>4</AppFeeId>
</FeeProrationDueDate>
<FeeProrationDueDate>
<EndDate>sample String 1</EndDate>
<StartDate>sample String 2</StartDate>
<FeeProrationDueDateId>3</FeeProrationDueDateId>
<AppFeeId>4</AppFeeId>
</FeeProrationDueDate>
</ArrayOfFeeProrationDueDate>
application/vnd.api+json
Sample:
Sample not available.