Avalara · Example Payload

Mylodgetax Rental Property Example

Taxes

Mylodgetax Rental Property Example is an example object payload from Avalara, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

propertyIdpropertyNameaddresslistingPlatformspropertyType

Example Payload

Raw ↑
{
  "propertyId": "12345",
  "propertyName": "Sample Name",
  "address": {
    "line1": "sample-value",
    "city": "sample-value",
    "region": "sample-value",
    "postalCode": "US",
    "country": "sample-value"
  },
  "listingPlatforms": [
    "sample-value"
  ],
  "propertyType": "House"
}