Request Information

URI Parameters

NameDescriptionTypeAdditional information
appFeePaymentId

The application fee payment identifier.

integer

Required

Body Parameters

The application fee payment.

Nano.AppFeePayment
NameDescriptionTypeAdditional 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.

Request 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/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.AppFeePayment
NameDescriptionTypeAdditional 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.