AppointmentModuleData

Module of the appointment.

Properties

Parameter Type Description
Key int Key of the module.
Name string Name of the module.
Notes string  
CurrencyCode string Three-letter currency code (e.g. “GBP”, “EUR”, “USD”, etc.)
CurrencySymbol string Symbol for the currency
NetPrice decimal  
Tax decimal  
GrossPrice decimal  

JSON Example

{
    "Key": 5631,
    "Name": "Short Consult",
    "CurrencyCode": "GBP",
    "CurrencySymbol": "£",
    "NetPrice": 50,
    "Tax": 10,
    "GrossPrice": 60
}