Fields documentation for RentalAgreementWeb
Name | Type | Summery | Remarks |
---|---|---|---|
AccommodateChildren | Nullable<Int32> | Number of childrens that the rental object can accomodate by default. No constraint, just info. | |
AllowedPersons | Nullable<Int32> | Number of persons (children not included) that the rental object can accomodate by default. | |
AllowedPets | Nullable<Int32> | Number of pets that the rental object can accomodate by default. | |
ArrivalDate | DateTime | The arrival date of the tennancy. | |
Cleaning | Boolean | True if cleaning has been ordered on this rental agreement. | |
DepartureDate | DateTime | The departure date of the tennancy. | |
DrivingDirectionsUri | String | Uri for driving directions from Customer->KeyDeliveryLocation->RentalObject. | |
Id | Int32 | Unique Id for the entity. This Id is unchanged throughout the entity's lifetime. | |
InfoText | SystemString[] | RentalObject comments of the following types: Info. | |
KeyDeliveryOffice | KeyDeliveryLocationWeb | The key deposit location. | |
KeyDeliveryText | String | A text with specifics about the key delivery. | |
LocalOffice | ContactWeb | The office attached to the rental object. | |
NumberOfChildren | Int32 | Number of children (age 3 or less) staying in the house. | |
NumberOfChildrenAsAdults | Int32 | Number of adolescents (age 4-11) staying in the house. | |
NumberOfPersons | Int32 | Number of persons staying in the house. | |
NumberOfPets | Int32 | Number of pets staying in the house. | |
OwnerName | String | The rental object owners name. | |
OwnerPostalCity | String | The rental object owners city. | |
OwnerPostalCode | String | The rental object owners postal code. | |
PartnerRentalObjectNo | String | Partner rental object number if the order is originating from a partner. | Can be blank. |
RentalAgreementNo | String | The unique rental agreement number. | |
RentalAgreementState | RentalAgreementStateWeb | The state of the rental agreement. | |
RentalAgreementText | String | Any information regarding the tennancy. | |
RentalObjectAddress | AddressWeb | The addres of the rental object. | |
RentalObjectNo | String | Rental object number. | |
RentalObjectPhoneNo | String | The phone number of the rental object if a phone is present. | |
SendTo | ContactWeb | The contact this rental agreement was sent to. | In some cases, the customer (ie. payer) of the order is not the same person/company as the person receiving the rental agreement. |
Texts | SystemString[] | RentalObject comments of the following types: Catalogue, RentalAgreement. |