Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| taxesAndInsuranceId |
The taxes and insurance identifier. |
integer |
Required |
Body Parameters
The taxes and insurance.
Nano.TaxesAndInsurance| Name | Description | Type | Additional information |
|---|---|---|---|
| amountDueNow |
Gets or sets the amount due. |
decimal number |
None. |
| annualAmount |
Gets or sets the annual amount. |
decimal number |
None. |
| coverageAmount |
Gets or sets the coverage amount. |
decimal number |
None. |
| extendedReplacementCoverageAddition |
Gets or sets the extended replacement coverage addition. |
decimal number |
None. |
| extendedReplacementCoverageAmount |
Gets or sets the extended replacement coverage amount. |
decimal number |
None. |
| extendedReplacementCoverageMultiplier |
Gets or sets the extended replacement coverage multiplier. |
decimal number |
None. |
| inflatedAmount |
Gets or sets the inflated amount. |
decimal number |
None. |
| isGuaranteedReplacement |
Gets or sets a value indicating whether this is guaranteed replacement. |
boolean |
None. |
| isImpounded |
Gets or sets a value indicating whether it is impounded. |
boolean |
None. |
| isWallsIn |
Gets or sets a value indicating whether the policy includes walls-in coverage. |
boolean |
None. |
| policyNumber |
Gets or sets the policy number. |
string |
None. |
| premiumType |
Gets or sets the premium type. |
string |
None. |
| renewalAvailabilityDate |
Gets or sets the renewal availability date. |
string |
None. |
| replacementCost |
Gets or sets the replacement cost. |
decimal number |
None. |
| replacementCostSource |
Gets or sets the replacement cost source. |
string |
None. |
| verified |
Gets or sets a value indicating whether it is verified. |
boolean |
None. |
| verifiedById |
Gets or sets the verified by identifier. |
integer |
None. |
| contactId |
Gets or sets the contact identifier. |
integer |
None. |
| property |
Gets or sets the property identifier. |
integer |
None. |
| id |
Gets or sets the taxes and insurance identifier. |
integer |
None. |
| taxesAndInsuranceType |
Gets or sets the taxes and insurance type identifier. |
integer |
None. |
| taxesAndInsuranceDueDates |
Gets or sets the taxes and insurance due date identifiers. |
Collection of integer |
None. |
| verifications |
Gets or sets the verification identifiers. |
Collection of integer |
None. |
| verificationOrders |
Gets or sets the verification identifiers. |
Collection of integer |
None. |
Request Formats
application/json, text/json
{
"amountDueNow": 1.0,
"annualAmount": 1.0,
"coverageAmount": 1.0,
"extendedReplacementCoverageAddition": 1.0,
"extendedReplacementCoverageAmount": 1.0,
"extendedReplacementCoverageMultiplier": 1.0,
"inflatedAmount": 1.0,
"isGuaranteedReplacement": true,
"isImpounded": true,
"isWallsIn": true,
"policyNumber": "sample String 3",
"premiumType": "sample String 4",
"renewalAvailabilityDate": "sample String 5",
"replacementCost": 1.0,
"replacementCostSource": "sample String 6",
"verified": true,
"verifiedById": 1,
"contactId": "1",
"property": "8",
"id": "9",
"taxesAndInsuranceType": "10",
"taxesAndInsuranceDueDates": [
"1",
"2"
],
"verifications": [
"1",
"2"
],
"verificationOrders": [
"1",
"2"
]
}
text/html
{"amountDueNow":1.0,"annualAmount":1.0,"coverageAmount":1.0,"extendedReplacementCoverageAddition":1.0,"extendedReplacementCoverageAmount":1.0,"extendedReplacementCoverageMultiplier":1.0,"inflatedAmount":1.0,"isGuaranteedReplacement":true,"isImpounded":true,"isWallsIn":true,"policyNumber":"sample String 3","premiumType":"sample String 4","renewalAvailabilityDate":"sample String 5","replacementCost":1.0,"replacementCostSource":"sample String 6","verified":true,"verifiedById":1,"contactId":"1","property":"8","id":"9","taxesAndInsuranceType":"10","taxesAndInsuranceDueDates":["1","2"],"verifications":["1","2"],"verificationOrders":["1","2"]}
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The updated taxes and insurance.
Nano.TaxesAndInsurance| Name | Description | Type | Additional information |
|---|---|---|---|
| amountDueNow |
Gets or sets the amount due. |
decimal number |
None. |
| annualAmount |
Gets or sets the annual amount. |
decimal number |
None. |
| coverageAmount |
Gets or sets the coverage amount. |
decimal number |
None. |
| extendedReplacementCoverageAddition |
Gets or sets the extended replacement coverage addition. |
decimal number |
None. |
| extendedReplacementCoverageAmount |
Gets or sets the extended replacement coverage amount. |
decimal number |
None. |
| extendedReplacementCoverageMultiplier |
Gets or sets the extended replacement coverage multiplier. |
decimal number |
None. |
| inflatedAmount |
Gets or sets the inflated amount. |
decimal number |
None. |
| isGuaranteedReplacement |
Gets or sets a value indicating whether this is guaranteed replacement. |
boolean |
None. |
| isImpounded |
Gets or sets a value indicating whether it is impounded. |
boolean |
None. |
| isWallsIn |
Gets or sets a value indicating whether the policy includes walls-in coverage. |
boolean |
None. |
| policyNumber |
Gets or sets the policy number. |
string |
None. |
| premiumType |
Gets or sets the premium type. |
string |
None. |
| renewalAvailabilityDate |
Gets or sets the renewal availability date. |
string |
None. |
| replacementCost |
Gets or sets the replacement cost. |
decimal number |
None. |
| replacementCostSource |
Gets or sets the replacement cost source. |
string |
None. |
| verified |
Gets or sets a value indicating whether it is verified. |
boolean |
None. |
| verifiedById |
Gets or sets the verified by identifier. |
integer |
None. |
| contactId |
Gets or sets the contact identifier. |
integer |
None. |
| property |
Gets or sets the property identifier. |
integer |
None. |
| id |
Gets or sets the taxes and insurance identifier. |
integer |
None. |
| taxesAndInsuranceType |
Gets or sets the taxes and insurance type identifier. |
integer |
None. |
| taxesAndInsuranceDueDates |
Gets or sets the taxes and insurance due date identifiers. |
Collection of integer |
None. |
| verifications |
Gets or sets the verification identifiers. |
Collection of integer |
None. |
| verificationOrders |
Gets or sets the verification identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
{
"amountDueNow": 1.0,
"annualAmount": 1.0,
"coverageAmount": 1.0,
"extendedReplacementCoverageAddition": 1.0,
"extendedReplacementCoverageAmount": 1.0,
"extendedReplacementCoverageMultiplier": 1.0,
"inflatedAmount": 1.0,
"isGuaranteedReplacement": true,
"isImpounded": true,
"isWallsIn": true,
"policyNumber": "sample String 3",
"premiumType": "sample String 4",
"renewalAvailabilityDate": "sample String 5",
"replacementCost": 1.0,
"replacementCostSource": "sample String 6",
"verified": true,
"verifiedById": 1,
"contactId": "1",
"property": "8",
"id": "9",
"taxesAndInsuranceType": "10",
"taxesAndInsuranceDueDates": [
"1",
"2"
],
"verifications": [
"1",
"2"
],
"verificationOrders": [
"1",
"2"
]
}
text/html
{"amountDueNow":1.0,"annualAmount":1.0,"coverageAmount":1.0,"extendedReplacementCoverageAddition":1.0,"extendedReplacementCoverageAmount":1.0,"extendedReplacementCoverageMultiplier":1.0,"inflatedAmount":1.0,"isGuaranteedReplacement":true,"isImpounded":true,"isWallsIn":true,"policyNumber":"sample String 3","premiumType":"sample String 4","renewalAvailabilityDate":"sample String 5","replacementCost":1.0,"replacementCostSource":"sample String 6","verified":true,"verifiedById":1,"contactId":"1","property":"8","id":"9","taxesAndInsuranceType":"10","taxesAndInsuranceDueDates":["1","2"],"verifications":["1","2"],"verificationOrders":["1","2"]}
application/vnd.api+json
Sample not available.