Request Information

URI Parameters

NameDescriptionTypeAdditional information
taxesAndInsuranceDueDateId

The taxes and insurance due date identifier.

integer

Required

Body Parameters

The taxes and insurance due date.

Nano.TaxesAndInsuranceDueDate
NameDescriptionTypeAdditional information
day

Gets or sets the day.

integer

None.

endDate

Gets or sets the end date.

string

None.

isPrepaid

Gets or sets a value indicating whether this is prepaid.

boolean

None.

month

Gets or sets the month.

integer

None.

paymentFrequency

Gets or sets the payment frequency.

integer

None.

startDate

Gets or sets the start date.

string

None.

id

Gets or sets the taxes and insurance due date identifier.

integer

None.

taxesAndInsurance

Gets or sets the taxes and insurance identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "day": 1,
  "endDate": "sample String 2",
  "isPrepaid": true,
  "month": 3,
  "paymentFrequency": 4,
  "startDate": "sample String 5",
  "id": "6",
  "taxesAndInsurance": "7"
}

text/html

Sample:
{"day":1,"endDate":"sample String 2","isPrepaid":true,"month":3,"paymentFrequency":4,"startDate":"sample String 5","id":"6","taxesAndInsurance":"7"}

application/xml, text/xml

Sample:
<TaxesAndInsuranceDueDate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Day>1</Day>
  <EndDate>sample String 2</EndDate>
  <IsPrepaid>true</IsPrepaid>
  <Month>3</Month>
  <PaymentFrequency>4</PaymentFrequency>
  <StartDate>sample String 5</StartDate>
  <TaxesAndInsuranceDueDateId>6</TaxesAndInsuranceDueDateId>
  <TaxesAndInsuranceId>7</TaxesAndInsuranceId>
</TaxesAndInsuranceDueDate>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The updated taxes and insurance due date.

Nano.TaxesAndInsuranceDueDate
NameDescriptionTypeAdditional information
day

Gets or sets the day.

integer

None.

endDate

Gets or sets the end date.

string

None.

isPrepaid

Gets or sets a value indicating whether this is prepaid.

boolean

None.

month

Gets or sets the month.

integer

None.

paymentFrequency

Gets or sets the payment frequency.

integer

None.

startDate

Gets or sets the start date.

string

None.

id

Gets or sets the taxes and insurance due date identifier.

integer

None.

taxesAndInsurance

Gets or sets the taxes and insurance identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "day": 1,
  "endDate": "sample String 2",
  "isPrepaid": true,
  "month": 3,
  "paymentFrequency": 4,
  "startDate": "sample String 5",
  "id": "6",
  "taxesAndInsurance": "7"
}

text/html

Sample:
{"day":1,"endDate":"sample String 2","isPrepaid":true,"month":3,"paymentFrequency":4,"startDate":"sample String 5","id":"6","taxesAndInsurance":"7"}

application/xml, text/xml

Sample:
<TaxesAndInsuranceDueDate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Day>1</Day>
  <EndDate>sample String 2</EndDate>
  <IsPrepaid>true</IsPrepaid>
  <Month>3</Month>
  <PaymentFrequency>4</PaymentFrequency>
  <StartDate>sample String 5</StartDate>
  <TaxesAndInsuranceDueDateId>6</TaxesAndInsuranceDueDateId>
  <TaxesAndInsuranceId>7</TaxesAndInsuranceId>
</TaxesAndInsuranceDueDate>

application/vnd.api+json

Sample:

Sample not available.