Request Information

URI Parameters

NameDescriptionTypeAdditional information
feeProrationDueDateId

The fee proration due date identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The fee proration due date, if it exists.

Nano.FeeProrationDueDate
NameDescriptionTypeAdditional 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"
}

text/html

Sample:
{"endDate":"sample String 1","startDate":"sample String 2","id":"3","appFee":"4"}

application/xml, text/xml

Sample:
<FeeProrationDueDate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <EndDate>sample String 1</EndDate>
  <StartDate>sample String 2</StartDate>
  <FeeProrationDueDateId>3</FeeProrationDueDateId>
  <AppFeeId>4</AppFeeId>
</FeeProrationDueDate>

application/vnd.api+json

Sample:

Sample not available.