Request Information

URI Parameters

NameDescriptionTypeAdditional information
purchaseAdviceId

The purchase advice identifier.

integer

Required

Body Parameters

The purchase advice.

Nano.PurchaseAdvice
NameDescriptionTypeAdditional information
additionalEscrowAmount

Gets or sets the additional escrow amount.

decimal number

None.

buyPrice

Gets or sets the buy price.

decimal number

None.

downPaymentAssistance

Gets or sets down payment assistance.

decimal number

None.

escrowBaseAmount

Gets or sets the escrow base amount.

decimal number

None.

firstPaymentDateDueToInvestor

Gets or sets the first payment date due to investor.

string

None.

prepaidInterest

Gets or sets the prepaid interest.

decimal number

None.

serviceReleasePremium

Gets or sets the service release premium.

decimal number

None.

srpHoldback

Gets or sets the SRP holdback.

decimal number

None.

temporaryBuydownAmount

Gets or sets the temporary buydown amount.

decimal number

None.

totalInvestorFees

Gets or sets the total investor fees.

decimal number

None.

unpaidPrincipalBalance

Gets or sets the unpaid principal balance.

decimal number

None.

wireAmount

Gets or sets the wire amount.

decimal number

None.

app

Gets or sets the application identifier.

integer

None.

id

Gets or sets the purchase advice identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "additionalEscrowAmount": 1.0,
  "buyPrice": 2.0,
  "downPaymentAssistance": 3.0,
  "escrowBaseAmount": 4.0,
  "firstPaymentDateDueToInvestor": "sample String 5",
  "prepaidInterest": 6.0,
  "serviceReleasePremium": 7.0,
  "srpHoldback": 8.0,
  "temporaryBuydownAmount": 1.0,
  "totalInvestorFees": 9.0,
  "unpaidPrincipalBalance": 10.0,
  "wireAmount": 11.0,
  "app": "12",
  "id": "13"
}

text/html

Sample:
{"additionalEscrowAmount":1.0,"buyPrice":2.0,"downPaymentAssistance":3.0,"escrowBaseAmount":4.0,"firstPaymentDateDueToInvestor":"sample String 5","prepaidInterest":6.0,"serviceReleasePremium":7.0,"srpHoldback":8.0,"temporaryBuydownAmount":1.0,"totalInvestorFees":9.0,"unpaidPrincipalBalance":10.0,"wireAmount":11.0,"app":"12","id":"13"}

application/xml, text/xml

Sample:
<PurchaseAdvice xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AdditionalEscrowAmount>1</AdditionalEscrowAmount>
  <BuyPrice>2</BuyPrice>
  <DownPaymentAssistance>3</DownPaymentAssistance>
  <EscrowBaseAmount>4</EscrowBaseAmount>
  <FirstPaymentDateDueToInvestor>sample String 5</FirstPaymentDateDueToInvestor>
  <PrepaidInterest>6</PrepaidInterest>
  <ServiceReleasePremium>7</ServiceReleasePremium>
  <SRPHoldback>8</SRPHoldback>
  <TemporaryBuydownAmount>1</TemporaryBuydownAmount>
  <TotalInvestorFees>9</TotalInvestorFees>
  <UnpaidPrincipalBalance>10</UnpaidPrincipalBalance>
  <WireAmount>11</WireAmount>
  <AppId>12</AppId>
  <PurchaseAdviceId>13</PurchaseAdviceId>
</PurchaseAdvice>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The updated purchase advice.

Nano.PurchaseAdvice
NameDescriptionTypeAdditional information
additionalEscrowAmount

Gets or sets the additional escrow amount.

decimal number

None.

buyPrice

Gets or sets the buy price.

decimal number

None.

downPaymentAssistance

Gets or sets down payment assistance.

decimal number

None.

escrowBaseAmount

Gets or sets the escrow base amount.

decimal number

None.

firstPaymentDateDueToInvestor

Gets or sets the first payment date due to investor.

string

None.

prepaidInterest

Gets or sets the prepaid interest.

decimal number

None.

serviceReleasePremium

Gets or sets the service release premium.

decimal number

None.

srpHoldback

Gets or sets the SRP holdback.

decimal number

None.

temporaryBuydownAmount

Gets or sets the temporary buydown amount.

decimal number

None.

totalInvestorFees

Gets or sets the total investor fees.

decimal number

None.

unpaidPrincipalBalance

Gets or sets the unpaid principal balance.

decimal number

None.

wireAmount

Gets or sets the wire amount.

decimal number

None.

app

Gets or sets the application identifier.

integer

None.

id

Gets or sets the purchase advice identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "additionalEscrowAmount": 1.0,
  "buyPrice": 2.0,
  "downPaymentAssistance": 3.0,
  "escrowBaseAmount": 4.0,
  "firstPaymentDateDueToInvestor": "sample String 5",
  "prepaidInterest": 6.0,
  "serviceReleasePremium": 7.0,
  "srpHoldback": 8.0,
  "temporaryBuydownAmount": 1.0,
  "totalInvestorFees": 9.0,
  "unpaidPrincipalBalance": 10.0,
  "wireAmount": 11.0,
  "app": "12",
  "id": "13"
}

text/html

Sample:
{"additionalEscrowAmount":1.0,"buyPrice":2.0,"downPaymentAssistance":3.0,"escrowBaseAmount":4.0,"firstPaymentDateDueToInvestor":"sample String 5","prepaidInterest":6.0,"serviceReleasePremium":7.0,"srpHoldback":8.0,"temporaryBuydownAmount":1.0,"totalInvestorFees":9.0,"unpaidPrincipalBalance":10.0,"wireAmount":11.0,"app":"12","id":"13"}

application/xml, text/xml

Sample:
<PurchaseAdvice xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AdditionalEscrowAmount>1</AdditionalEscrowAmount>
  <BuyPrice>2</BuyPrice>
  <DownPaymentAssistance>3</DownPaymentAssistance>
  <EscrowBaseAmount>4</EscrowBaseAmount>
  <FirstPaymentDateDueToInvestor>sample String 5</FirstPaymentDateDueToInvestor>
  <PrepaidInterest>6</PrepaidInterest>
  <ServiceReleasePremium>7</ServiceReleasePremium>
  <SRPHoldback>8</SRPHoldback>
  <TemporaryBuydownAmount>1</TemporaryBuydownAmount>
  <TotalInvestorFees>9</TotalInvestorFees>
  <UnpaidPrincipalBalance>10</UnpaidPrincipalBalance>
  <WireAmount>11</WireAmount>
  <AppId>12</AppId>
  <PurchaseAdviceId>13</PurchaseAdviceId>
</PurchaseAdvice>

application/vnd.api+json

Sample:

Sample not available.