Fields documentation for TipWeb
Name | Type | Summery | Remarks |
---|---|---|---|
Agreement | RentalAgreementWeb | If CreatedByCustomer is not null then this value is also not null and is a reference to the RentalAgreement where the customer made this tip. | |
AreaId | Nullable<Int32> | The area id of the tip (optional). | |
CreatedByCustomer | BusinessPartnerWeb | If 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. |
CreatedByEmployee | PersonWeb | If 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. |
CreatedByOwner | BusinessPartnerWeb | If 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. |
CreatedTimestamp | DateTime | The date the tip was created. | |
Id | Int32 | Unique Id for the entity. This Id is unchanged throughout the entity's lifetime. | |
IsAnonymous | Boolean | Is this tip anonymous?. | Customers and owners can submit tips marked as anonymous whilst employees cannot. |
RegionId | Int32 | The region id of the tip. | |
RentalObjectNo | String | If CreatedByCustomer is not null then this value is also not null and is a reference to the RentalObjectNo where the customer made this tip. | |
Reply | TextWeb[] | The optional tip reply. | |
Text | TextWeb[] | The tip text. |