MyLodgeTax

Version v1
Onboarding
Customer Information
Tax Rate
Revenue

GetRevenueTransactionsResponse

The transaction data that corresponds to the provided locationid and transactionid.

This model is used in the following APIs:

Parameters
idOptional
string

The unique identifier for the transaction data. Will always be the same as what was input in the 'transactionid' field in the url.

dateOptional
string

The date that the revenue was reported for. Format will be 'YYYY-MM-DD'.

bookingDateOptional
string

The date that the rental property was booked. Format will be 'YYYY-MM-DD'.

totalRevenueOptional
number

The total revenue amount that was reported.

exemptRevenueOptional
number

The amount of the totalRevenue that is exempt from being taxed.

totalNightsOptional
number

The number of nights that the revenue was collected to account for.

exemptNightsOptional
number

The number of the totalNights that are exempt from being taxed.

memoOptional
string

Block of text that describes the transaction data.

sourceMarketplaceOptional
string

The marketplace that the transaction applies to (e.g. AirBnB, Vrbo, etc). If this revenue does not apply to a specific marketplace, it will be 'null'.