Request Information
URI Parameters
None.
Body Parameters
The fee proration due date.
Nano.FeeProrationDueDateName | 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. |
Request 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/x-www-form-urlencoded
Sample:
Sample not available.
application/vnd.api+json
Sample:
Sample not available.
Response Information
Resource Description
The created fee proration due date.
Nano.FeeProrationDueDateName | 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" }
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.