Request Information

URI Parameters

NameDescriptionTypeAdditional information
appFeeId

The application fee identifier.

integer

Required

Body Parameters

The application fee.

Nano.AppFee
NameDescriptionTypeAdditional information
amount

Gets or sets the amount.

decimal number

None.

borrowerSelected

Gets or sets a value indicating whether fee is borrower selected.

boolean

None.

borrowerSummarySectionNumber

Gets or sets the borrower summary section number.

string

None.

monthsCollected

Gets or sets the months collected.

integer

None.

poc

Gets or sets a value indicating whether fee is POC.

boolean

None.

providerName

Gets or sets the name of the provider.

string

None.

overriddenDescription

Gets or sets a value indicating whether fee type is overriden description.

string

None.

sellerSummarySectionNumber

Gets or sets the seller summary section number.

string

None.

summarySection

Gets or sets the summary section.

string

None.

id

Gets or sets the application fee identifier.

integer

None.

app

Gets or sets the application identifier.

integer

None.

contact

Gets or sets the contact identifier.

integer

None.

feeType

Gets or sets the fee type identifier.

integer

None.

organization

Gets or sets the organization identifier.

integer

None.

paidBy

Gets or sets the paid by identifier.

integer

None.

paidTo

Gets or sets the paid to identifier.

integer

None.

provider

Gets or sets the provider identifier.

integer

None.

responsibleFor

Gets or sets the responsible for identifier.

integer

None.

feeProrationDueDates

Gets or sets the fee proration due date identifiers.

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "amount": 1.0,
  "borrowerSelected": true,
  "borrowerSummarySectionNumber": "sample String 2",
  "monthsCollected": 1,
  "poc": true,
  "providerName": "sample String 4",
  "overriddenDescription": "sample String 5",
  "sellerSummarySectionNumber": "sample String 6",
  "summarySection": "sample String 7",
  "id": "8",
  "app": "9",
  "contact": "1",
  "feeType": "10",
  "organization": "1",
  "paidBy": "11",
  "paidTo": "12",
  "provider": "1",
  "responsibleFor": "13",
  "feeProrationDueDates": [
    "1",
    "2"
  ]
}

text/html

Sample:
{"amount":1.0,"borrowerSelected":true,"borrowerSummarySectionNumber":"sample String 2","monthsCollected":1,"poc":true,"providerName":"sample String 4","overriddenDescription":"sample String 5","sellerSummarySectionNumber":"sample String 6","summarySection":"sample String 7","id":"8","app":"9","contact":"1","feeType":"10","organization":"1","paidBy":"11","paidTo":"12","provider":"1","responsibleFor":"13","feeProrationDueDates":["1","2"]}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The updated application fee.

Nano.AppFee
NameDescriptionTypeAdditional information
amount

Gets or sets the amount.

decimal number

None.

borrowerSelected

Gets or sets a value indicating whether fee is borrower selected.

boolean

None.

borrowerSummarySectionNumber

Gets or sets the borrower summary section number.

string

None.

monthsCollected

Gets or sets the months collected.

integer

None.

poc

Gets or sets a value indicating whether fee is POC.

boolean

None.

providerName

Gets or sets the name of the provider.

string

None.

overriddenDescription

Gets or sets a value indicating whether fee type is overriden description.

string

None.

sellerSummarySectionNumber

Gets or sets the seller summary section number.

string

None.

summarySection

Gets or sets the summary section.

string

None.

id

Gets or sets the application fee identifier.

integer

None.

app

Gets or sets the application identifier.

integer

None.

contact

Gets or sets the contact identifier.

integer

None.

feeType

Gets or sets the fee type identifier.

integer

None.

organization

Gets or sets the organization identifier.

integer

None.

paidBy

Gets or sets the paid by identifier.

integer

None.

paidTo

Gets or sets the paid to identifier.

integer

None.

provider

Gets or sets the provider identifier.

integer

None.

responsibleFor

Gets or sets the responsible for identifier.

integer

None.

feeProrationDueDates

Gets or sets the fee proration due date identifiers.

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
{
  "amount": 1.0,
  "borrowerSelected": true,
  "borrowerSummarySectionNumber": "sample String 2",
  "monthsCollected": 1,
  "poc": true,
  "providerName": "sample String 4",
  "overriddenDescription": "sample String 5",
  "sellerSummarySectionNumber": "sample String 6",
  "summarySection": "sample String 7",
  "id": "8",
  "app": "9",
  "contact": "1",
  "feeType": "10",
  "organization": "1",
  "paidBy": "11",
  "paidTo": "12",
  "provider": "1",
  "responsibleFor": "13",
  "feeProrationDueDates": [
    "1",
    "2"
  ]
}

text/html

Sample:
{"amount":1.0,"borrowerSelected":true,"borrowerSummarySectionNumber":"sample String 2","monthsCollected":1,"poc":true,"providerName":"sample String 4","overriddenDescription":"sample String 5","sellerSummarySectionNumber":"sample String 6","summarySection":"sample String 7","id":"8","app":"9","contact":"1","feeType":"10","organization":"1","paidBy":"11","paidTo":"12","provider":"1","responsibleFor":"13","feeProrationDueDates":["1","2"]}

application/vnd.api+json

Sample:

Sample not available.