Fields documentation for TipWeb

NameTypeSummeryRemarks
AgreementRentalAgreementWebIf CreatedByCustomer is not null then this value is also not null and is a reference to the RentalAgreement where the customer made this tip.
AreaIdNullable<Int32>The area id of the tip (optional).
CreatedByCustomerBusinessPartnerWebIf this tip was created by a customer then a reference to the customer.If CreatedByOwner is not null then CreatedByOwner and CreatedByEmployee must be null.
CreatedByEmployeePersonWebIf this tip was created by a employee then a reference to the employee.If CreatedByEmployee is not null then CreatedByCustomer and CreatedByOwner must be null.
CreatedByOwnerBusinessPartnerWebIf this tip was created by a owner then a reference to the owner.If CreatedByOwner is not null then CreatedByCustomer and CreatedByEmployee must be null.
CreatedTimestampDateTimeThe date the tip was created.
IdInt32Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
IsAnonymousBooleanIs this tip anonymous?.Customers and owners can submit tips marked as anonymous whilst employees cannot.
RegionIdInt32The region id of the tip.
RentalObjectNoStringIf CreatedByCustomer is not null then this value is also not null and is a reference to the RentalObjectNo where the customer made this tip.
ReplyTextWeb[]The optional tip reply.
TextTextWeb[]The tip text.