This entity represents discount definitions configured in the practice. The attached contains the required format for the IDiscount.CSV with a sample record.
The Type defines how the sample file handles the data type to produce the correct delimiters for each field. Make sure to change the custom field format if any fields noted as "integer" contain alphanumeric data.
Fields
Field Name | Required | Type | Description |
SiteID |
| nvarchar(MAX) | Id of site if more than one site location is being converted |
Description | Y | nvarchar(MAX) | Description of discount |
Percent | Y | float | Discount percentage |
Amount |
| float | Discount amount |
Key |
| nvarchar(4000) | Unique record ID |
PmsID |
| nvarchar(MAX) | Unique record ID -can be the same as the [Key] |