Fields – RentalUnit
| Field Name | Data Type | Description, Example |
|---|---|---|
| DealerId | string | Internal Dealer Identifier (intentionally left blank) |
| rentalitemnumber | string | DMS item number; like a part number |
| itemdescription | string | Description of rental item |
| rentaltypedescription | string | Small description of the type of rental |
| rentalgroup | string | Description of rental group the item is in |
| rentalrate | money | Rental rate |
| ratedescription | string | Description of the rental rate |
| deposittype | string | Description of type of deposit |
| depositpercent | integer | Percentage required of deposit before reservation can start |
| depositnumberofperiods | integer | Time periods allows to elapse before deposit it required |
| depositfixedamount | money | Specified deposit amount required |
| securitydeposittype | string | Description of security deposit |
| securitydepositpercent | integer | Percentage required of security deposit before reservation can start |
| securitynumberofperiods | integer | Time periods allows to elapse before security deposit it required |
| securitydepositfixedamount | money | Specified security deposit amount required |
| reservationnumber | integer | Customer facing reservation number |
| contractstartdate | datetime | Date when rental contract starts |
| contractenddate | datetime | Date when rental contract ends |
| noenddate | tinyint | 1 = no end date, 0 = has end date |