/* Options: Date: 2025-04-05 01:21:29 Version: 8.23 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://testapi.bokamera.se //GlobalNamespace: //MakePartial: True //MakeVirtual: True //MakeInternal: False //MakeDataContractsExtensible: False //AddNullableAnnotations: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //InitializeCollections: True //ExportValueTypes: False IncludeTypes: AdminIncentivesQuery.* //ExcludeTypes: //AddNamespaces: //AddDefaultXmlNamespace: http://schemas.servicestack.net/types */ using System; using System.Collections; using System.Collections.Generic; using System.Runtime.Serialization; using ServiceStack; using ServiceStack.DataAnnotations; using System.Globalization; using ServiceStack.Data; using System.IO; using System.Net; using System.Net.Http.Headers; using BokaMera.API.ServiceModel.Dtos; using BokaMera.API.ServiceModel.Db; using BokaMera.API.ServiceModel.Db.Incentive; using BokaMera.API.ServiceModel.Enums; using PaysonIntegrationCO2.Models.Enums; namespace BokaMera.API.ServiceModel.Db { public partial class BaseModel { } public partial class Country : BaseModel { [References(typeof(BokaMera.API.ServiceModel.Db.Currency))] public virtual string CurrencyId { get; set; } public virtual Currency CurrencyInfo { get; set; } [Required] public virtual string Name { get; set; } public virtual string Culture { get; set; } public virtual string TimeZone { get; set; } public virtual DateTimeOffset? ModifiedDate { get; set; } [Required] public virtual string Id { get; set; } } public partial class Currency : BaseModel { [Required] public virtual string Name { get; set; } [Required] public virtual string CurrencySign { get; set; } [Required] public virtual bool Active { get; set; } public virtual DateTimeOffset? ModifiedDate { get; set; } [Required] public virtual string Id { get; set; } } public partial class ExternalReference : BaseModel { [Required] public virtual Guid CompanyId { get; set; } [Required] public virtual Guid Id { get; set; } [Required] public virtual Guid OwnerId { get; set; } [Required] public virtual string ReferenceType { get; set; } public virtual string ExternalData { get; set; } public virtual string CreatedBy { get; set; } [Required] public virtual DateTime Updated { get; set; } [Required] public virtual DateTime Created { get; set; } public virtual DateTimeOffset? ModifiedDate { get; set; } } } namespace BokaMera.API.ServiceModel.Db.Incentive { public enum CriteriaType { LicenseAvailability, SmsActivation, eAccountingActivation, CodeLockActivation, SocialActivation, OnlinePaymentActivation, FollowUpMessageActivation, RatingActivation, } public partial class Incentive : BaseModel { public Incentive() { Companies = new List{}; Criteria = new List{}; } public virtual int Id { get; set; } public virtual string Heading { get; set; } public virtual string StorageUrl { get; set; } public virtual string SuccessButtonText { get; set; } public virtual bool Active { get; set; } public virtual int ActionId { get; set; } public virtual IncentiveRecurrenceFrequency Frequency { get; set; } public virtual uint RecurrenceInterval { get; set; } public virtual int InitialDelayInSeconds { get; set; } public virtual int? MaxDisplayCount { get; set; } public virtual DateTimeOffset ValidFrom { get; set; } public virtual DateTimeOffset ValidTo { get; set; } public virtual DateTimeOffset CreatedDate { get; set; } public virtual DateTimeOffset? ModifiedDate { get; set; } public virtual bool AppliesToAllCompanies { get; set; } public virtual string Payload { get; set; } public virtual List Companies { get; set; } public virtual List Criteria { get; set; } [Ignore] public virtual IncentiveAction Action { get; set; } } public partial class IncentiveAction : BaseModel { public virtual int Id { get; set; } public virtual IncentiveActionType ActionType { get; set; } public virtual string Page { get; set; } public virtual string Segment { get; set; } public virtual string Element { get; set; } public virtual int? LicenseTypeId { get; set; } } public enum IncentiveActionType { Upgrade = 1, AddOn = 2, Information = 3, } public partial class IncentiveCompanyRelation : BaseModel { public virtual long Id { get; set; } public virtual Guid CompanyId { get; set; } public virtual int IncentiveId { get; set; } public virtual DateTimeOffset CreatedDate { get; set; } } public partial class IncentiveCriteria : BaseModel { public virtual int Id { get; set; } public virtual int IncentiveId { get; set; } public virtual CriteriaType CriteriaType { get; set; } public virtual string Value { get; set; } public virtual bool InvertCondition { get; set; } public virtual DateTimeOffset CreatedDate { get; set; } } public enum IncentiveRecurrenceFrequency { OneTime = 1, Weekly = 2, Monthly = 3, } } namespace BokaMera.API.ServiceModel.Dtos { public partial class AccessKeyTypeResponse { public virtual int Id { get; set; } public virtual string KeyType { get; set; } public virtual string Description { get; set; } } [Route("/superadmin/incentives/", "GET")] [ValidateRequest("IsAuthenticated")] [ApiResponse(Description="You were unauthorized to call this service", StatusCode=401)] public partial class AdminIncentivesQuery : QueryDb>, IReturn>> { public virtual int? Id { get; set; } public virtual Guid? CompanyId { get; set; } public virtual Date? ValidFrom { get; set; } public virtual Date? ValidTo { get; set; } public virtual int? ActionId { get; set; } public virtual bool? Active { get; set; } public virtual bool IncludeCriteria { get; set; } public virtual bool IncludeCompanies { get; set; } public virtual bool IncludeAction { get; set; } } public partial class BillingInformationResponse { public BillingInformationResponse() { BillingMethodOptions = new List{}; } /// ///The company id. /// [ApiMember(Description="The company id.")] public virtual Guid CompanyId { get; set; } /// ///The prefered billing method. /// [ApiMember(Description="The prefered billing method.", IsRequired=true)] public virtual int BillingMethodId { get; set; } /// ///The prefered billing method. /// [ApiMember(Description="The prefered billing method.", IsRequired=true)] public virtual int LicensePlanId { get; set; } /// ///The name that should be printed on the billing information, normally this would be your company name. /// [ApiMember(Description="The name that should be printed on the billing information, normally this would be your company name.")] public virtual string Name { get; set; } /// ///If you want to add the attention to the billing address. /// [ApiMember(Description="If you want to add the attention to the billing address.")] public virtual string Attention { get; set; } /// ///The street for the billing adress. This is required when having postal invoice as billing method. /// [ApiMember(Description="The street for the billing adress. This is required when having postal invoice as billing method.")] public virtual string Street1 { get; set; } /// ///The street for the billing adress. /// [ApiMember(Description="The street for the billing adress.")] public virtual string Street2 { get; set; } /// ///The zip code (postal code) for the billing adress. This is required when having postal invoice as billing method. /// [ApiMember(Description="The zip code (postal code) for the billing adress. This is required when having postal invoice as billing method.")] public virtual string ZipCode { get; set; } /// ///The city for the billing adress. This is required when having postal invoice as billing method. /// [ApiMember(Description="The city for the billing adress. This is required when having postal invoice as billing method.")] public virtual string City { get; set; } /// ///The country for the billing adress. This is required when having postal invoice as billing method. /// [ApiMember(Description="The country for the billing adress. This is required when having postal invoice as billing method.")] public virtual string CountryId { get; set; } /// ///The billing email. This is required when having email invoice as billing method. /// [ApiMember(Description="The billing email. This is required when having email invoice as billing method.")] public virtual string Email { get; set; } /// ///The company global location number. /// [ApiMember(Description="The company global location number.")] public virtual string GLN { get; set; } /// ///You're internal rereference. /// [ApiMember(Description="You're internal rereference.")] public virtual string ReferenceLine1 { get; set; } /// ///You're internal rereference. /// [ApiMember(Description="You're internal rereference.")] public virtual string ReferenceLine2 { get; set; } /// ///The billing payment terms in days. This is default 15 days. /// [ApiMember(Description="The billing payment terms in days. This is default 15 days.")] public virtual int PaymentTermsDays { get; set; } /// ///The company vat registration number. /// [ApiMember(Description="The company vat registration number.")] public virtual string VatRegistrationNumber { get; set; } /// ///The billing method options to choose from /// [ApiMember(Description="The billing method options to choose from")] public virtual List BillingMethodOptions { get; set; } } public partial class BillingMethodQueryResponse { public BillingMethodQueryResponse() { Countries = new List{}; } /// ///The billing method id /// [ApiMember(Description="The billing method id")] public virtual int Id { get; set; } /// ///The billing method name /// [ApiMember(Description="The billing method name")] public virtual string Name { get; set; } /// ///The billing method description /// [ApiMember(Description="The billing method description")] public virtual string Description { get; set; } /// ///The billing method is valid for the following countries /// [ApiMember(Description="The billing method is valid for the following countries")] public virtual List Countries { get; set; } } public partial class BookingQueryResponse { public BookingQueryResponse() { CustomFields = new List{}; CustomFieldValues = new List{}; BookedResourceTypes = new List{}; Quantities = new List{}; Log = new List{}; PaymentLog = new List{}; CheckoutLog = new List{}; ExternalReference = new List{}; } public virtual int Id { get; set; } public virtual Guid CompanyId { get; set; } public virtual DateTime From { get; set; } public virtual DateTime To { get; set; } public virtual BookingStatusEnum Status { get; set; } public virtual int StatusId { get; set; } public virtual string StatusName { get; set; } public virtual BookingStatusQueryResponse StatusInfo { get; set; } public virtual bool SendEmailReminder { get; set; } public virtual bool SendSmsReminder { get; set; } public virtual bool SendSmsConfirmation { get; set; } public virtual bool SendEmailConfirmation { get; set; } public virtual DateTime? LastTimeToUnBook { get; set; } public virtual List CustomFields { get; set; } public virtual List CustomFieldValues { get; set; } public virtual List BookedResourceTypes { get; set; } public virtual BookedCompany Company { get; set; } public virtual BookedCustomer Customer { get; set; } public virtual List Quantities { get; set; } public virtual ServiceInfoResponse Service { get; set; } public virtual DateTime? PaymentExpiration { get; set; } public virtual List Log { get; set; } public virtual List PaymentLog { get; set; } public virtual List CheckoutLog { get; set; } public virtual List ExternalReference { get; set; } public virtual ResponseStatus ResponseStatus { get; set; } public virtual BookingCalendarExportStatus CalendarExportStatus { get; set; } public virtual int? LengthInMinutes { get; set; } public virtual string BookedBy { get; set; } public virtual string BookedComments { get; set; } public virtual string UnbookedComments { get; set; } public virtual string CommentsToCustomer { get; set; } public virtual DateTime CreatedDate { get; set; } public virtual DateTime UpdatedDate { get; set; } public virtual DateTime? UnbookedOn { get; set; } public virtual string CancellationCode { get; set; } public virtual string RatingCode { get; set; } } public partial class BookingReportFieldTranslationResponse { /// ///The field translation id /// [ApiMember(Description="The field translation id")] public virtual int Id { get; set; } /// ///The field translation code. /// [ApiMember(Description="The field translation code.")] public virtual string Code { get; set; } /// ///The field translation name. /// [ApiMember(Description="The field translation name.")] public virtual string Name { get; set; } /// ///The field translation description. /// [ApiMember(Description="The field translation description.")] public virtual string Description { get; set; } /// ///The field translation group. /// [ApiMember(Description="The field translation group.")] public virtual string Group { get; set; } } public partial class BookingStatusQueryResponse { public virtual int Id { get; set; } public virtual string Name { get; set; } public virtual string Description { get; set; } public virtual string Icon { get; set; } public virtual string Color { get; set; } } public partial class CategoryQueryResponse { public virtual int Id { get; set; } public virtual string Name { get; set; } public virtual string Description { get; set; } public virtual string Header { get; set; } public virtual Uri ImageUrl { get; set; } public virtual bool Active { get; set; } public virtual ResponseStatus ResponseStatus { get; set; } } public partial class CompanyInvoiceQueryResponse { public CompanyInvoiceQueryResponse() { InvoiceLines = new List{}; ExternalReferences = new List{}; } /// ///The company id /// [ApiMember(Description="The company id")] public virtual Guid CompanyId { get; set; } /// ///The invoice id /// [ApiMember(Description="The invoice id")] public virtual int Id { get; set; } /// ///Status of the invoice /// [ApiMember(Description="Status of the invoice")] public virtual int StatusId { get; set; } /// ///Date of the invoice /// [ApiMember(Description="Date of the invoice")] public virtual DateTime InvoiceDate { get; set; } /// ///Due date of the invoice /// [ApiMember(Description="Due date of the invoice")] public virtual DateTime? DueDate { get; set; } /// ///What start date of the invoice period /// [ApiMember(Description="What start date of the invoice period")] public virtual DateTime PeriodFrom { get; set; } /// ///What end date of the invoice period /// [ApiMember(Description="What end date of the invoice period")] public virtual DateTime PeriodTo { get; set; } /// ///The total amount of the invoice /// [ApiMember(Description="The total amount of the invoice")] public virtual double TotalAmount { get; set; } /// ///The rounding of the total amount /// [ApiMember(Description="The rounding of the total amount")] public virtual double Rounding { get; set; } /// ///The VAT /// [ApiMember(Description="The VAT")] public virtual decimal VAT { get; set; } /// ///The VAT registration number /// [ApiMember(Description="The VAT registration number")] public virtual string VATRegistrationNo { get; set; } /// ///The company registration number /// [ApiMember(Description="The company registration number")] public virtual string RegistrationNumber { get; set; } /// ///The company name /// [ApiMember(Description="The company name")] public virtual string CompanyName { get; set; } /// ///The company owner, used for grouping invoices per CompanyOwner /// [ApiMember(Description="The company owner, used for grouping invoices per CompanyOwner")] public virtual CompanyOwnerResponse CompanyOwner { get; set; } /// ///The company type /// [ApiMember(Description="The company type")] public virtual CompanyTypeResponse CompanyType { get; set; } /// ///The company contact person /// [ApiMember(Description="The company contact person")] public virtual string ContactPerson { get; set; } /// ///The company street /// [ApiMember(Description="The company street")] public virtual string Street1 { get; set; } /// ///The company street /// [ApiMember(Description="The company street")] public virtual string Street2 { get; set; } /// ///The company city /// [ApiMember(Description="The company city")] public virtual string City { get; set; } /// ///The company zip /// [ApiMember(Description="The company zip")] public virtual string Zip { get; set; } /// ///The company country /// [ApiMember(Description="The company country")] public virtual string CountryId { get; set; } /// ///The invoice currency /// [ApiMember(Description="The invoice currency")] public virtual string CurrencyId { get; set; } /// ///The invoice created date /// [ApiMember(Description="The invoice created date")] public virtual DateTime? Created { get; set; } /// ///The invoice updated date /// [ApiMember(Description="The invoice updated date")] public virtual DateTime? Updated { get; set; } /// ///The reference to promikbook invoice /// [ApiMember(Description="The reference to promikbook invoice")] public virtual int? PromikBookInvoiceId { get; set; } /// ///Any invoice message /// [ApiMember(Description="Any invoice message")] public virtual string Message { get; set; } /// ///The currency information /// [ApiMember(Description="The currency information")] public virtual CurrencyInfoResponse CurrencyInfo { get; set; } /// ///The currency information /// [ApiMember(Description="The currency information")] public virtual InvoiceStatusResponse InvoiceStatus { get; set; } /// ///The currency information /// [ApiMember(Description="The currency information")] public virtual List InvoiceLines { get; set; } /// ///Billing information /// [ApiMember(Description="Billing information")] public virtual BillingInformationResponse BillingInformation { get; set; } public virtual List ExternalReferences { get; set; } } public partial class CompanyOwnerResponse { /// ///Company owner id /// [ApiMember(Description="Company owner id")] public virtual int Id { get; set; } /// ///Company owner name /// [ApiMember(Description="Company owner name")] public virtual string Name { get; set; } } public partial class CompanyTypeQueryResponse { public virtual int Id { get; set; } public virtual string Name { get; set; } public virtual string Description { get; set; } } public partial class CompanyTypeResponse { /// ///Company type id /// [ApiMember(Description="Company type id")] public virtual int Id { get; set; } /// ///Company type name /// [ApiMember(Description="Company type name")] public virtual string Name { get; set; } } public partial class CountryQueryResponse { public virtual string Id { get; set; } public virtual string Name { get; set; } public virtual string Description { get; set; } public virtual ResponseStatus ResponseStatus { get; set; } } public partial class CurrencyInfoResponse { /// ///The currency id /// [ApiMember(Description="The currency id")] public virtual string Id { get; set; } /// ///The currency id /// [ApiMember(Description="The currency id")] public virtual string Name { get; set; } /// ///The currency id /// [ApiMember(Description="The currency id")] public virtual string CurrencySign { get; set; } } public partial class CurrencyQueryResponse { public virtual string Id { get; set; } public virtual string Name { get; set; } public virtual string Description { get; set; } public virtual string CurrencySign { get; set; } public virtual bool Active { get; set; } public virtual ResponseStatus ResponseStatus { get; set; } } public partial class DasboardMessageTypeResponse { /// ///The message type id /// [ApiMember(Description="The message type id")] public virtual int Id { get; set; } /// ///The message type name /// [ApiMember(Description="The message type name")] public virtual string Name { get; set; } /// ///The message type description /// [ApiMember(Description="The message type description")] public virtual string Description { get; set; } /// ///The message type image /// [ApiMember(Description="The message type image")] public virtual string ImageUrl { get; set; } /// ///If the message type is a application message /// [ApiMember(Description="If the message type is a application message")] public virtual bool? ApplicationMessage { get; set; } /// ///The message type icon /// [ApiMember(Description="The message type icon")] public virtual string Icon { get; set; } /// ///The message type color /// [ApiMember(Description="The message type color")] public virtual string Color { get; set; } } public partial class DashboardMessageQueryResponse { /// ///The message id /// [ApiMember(Description="The message id")] public virtual int Id { get; set; } /// ///The message title. /// [ApiMember(Description="The message title.")] public virtual string Title { get; set; } /// ///The message body. /// [ApiMember(Description="The message body.")] public virtual string Body { get; set; } /// ///If the message is important. /// [ApiMember(Description="If the message is important.")] public virtual bool Important { get; set; } /// ///If the message visible from date. /// [ApiMember(Description="If the message visible from date.")] public virtual DateTime VisibleFrom { get; set; } /// ///If the message visible to date. /// [ApiMember(Description="If the message visible to date.")] public virtual DateTime VisibleTo { get; set; } /// ///If the message created date. /// [ApiMember(Description="If the message created date.")] public virtual DateTime Created { get; set; } /// ///If the message type id. /// [ApiMember(Description="If the message type id.")] public virtual int MessageTypeId { get; set; } /// ///If the message is connected to a support case. /// [ApiMember(Description="If the message is connected to a support case.")] public virtual int? SupportCaseId { get; set; } /// ///If the message type information. /// [ApiMember(Description="If the message type information.")] public virtual DasboardMessageTypeResponse MessageType { get; set; } } public partial class FieldTranslationResponse { /// ///The field translation id /// [ApiMember(Description="The field translation id")] public virtual int Id { get; set; } /// ///The field translation code. /// [ApiMember(Description="The field translation code.")] public virtual string Code { get; set; } /// ///The field translation name. /// [ApiMember(Description="The field translation name.")] public virtual string Name { get; set; } /// ///The field translation description. /// [ApiMember(Description="The field translation description.")] public virtual string Description { get; set; } /// ///The field translation group. /// [ApiMember(Description="The field translation group.")] public virtual string Group { get; set; } } public partial class GeoDataCitiesQueryResponse { public virtual Guid Id { get; set; } public virtual string City { get; set; } public virtual string Longitude { get; set; } public virtual string Latitude { get; set; } public virtual string Country { get; set; } public virtual string Iso2 { get; set; } public virtual string Admin { get; set; } public virtual string Capital { get; set; } public virtual int? Population { get; set; } public virtual int? PopulationProper { get; set; } } public partial class GroupedBookingQueryResponse { public GroupedBookingQueryResponse() { Bookings = new List{}; } public virtual Guid CompanyId { get; set; } public virtual DateTime Date { get; set; } public virtual List Bookings { get; set; } } public partial class GroupedServiceQueryResponse { public GroupedServiceQueryResponse() { Items = new List{}; } public virtual string Group { get; set; } public virtual int SortOrder { get; set; } public virtual List Items { get; set; } public virtual ResponseStatus ResponseStatus { get; set; } } public partial class InvoiceLineResponse { /// ///The invoice id /// [ApiMember(Description="The invoice id")] public virtual int InvoiceId { get; set; } /// ///The invoice line id /// [ApiMember(Description="The invoice line id")] public virtual int Id { get; set; } /// ///The invoice line period from date /// [ApiMember(Description="The invoice line period from date")] public virtual DateTime PeriodFrom { get; set; } /// ///The invoice line period to date /// [ApiMember(Description="The invoice line period to date")] public virtual DateTime PeriodTo { get; set; } /// ///The invoice line article number /// [ApiMember(Description="The invoice line article number")] public virtual int? ArticleNumber { get; set; } /// ///The invoice line article name /// [ApiMember(Description="The invoice line article name")] public virtual string ArticleName { get; set; } /// ///The invoice line article description /// [ApiMember(Description="The invoice line article description")] public virtual string ArticleDescription { get; set; } /// ///The invoice line quantity /// [ApiMember(Description="The invoice line quantity")] public virtual int Quantity { get; set; } /// ///The invoice line unit price /// [ApiMember(Description="The invoice line unit price")] public virtual double UnitPrice { get; set; } /// ///The invoice line sub total /// [ApiMember(Description="The invoice line sub total")] public virtual double SubTotal { get; set; } /// ///The invoice line rebate in percent /// [ApiMember(Description="The invoice line rebate in percent")] public virtual int Rebate { get; set; } /// ///The invoice line updated date /// [ApiMember(Description="The invoice line updated date")] public virtual DateTime? Updated { get; set; } /// ///The invoice line created date /// [ApiMember(Description="The invoice line created date")] public virtual DateTime? Created { get; set; } } public partial class InvoiceStatusResponse { /// ///The status id /// [ApiMember(Description="The status id")] public virtual int Id { get; set; } /// ///The status name /// [ApiMember(Description="The status name")] public virtual string Name { get; set; } /// ///The status description /// [ApiMember(Description="The status description")] public virtual string Description { get; set; } } public partial class LicenseInformationQueryResponse { public virtual string Name { get; set; } public virtual string Description { get; set; } public virtual Uri Url { get; set; } public virtual bool FreeEdition { get; set; } public virtual bool StartEdition { get; set; } public virtual bool ProEdition { get; set; } public virtual bool SmartEdition { get; set; } public virtual bool EnterpriseEdition { get; set; } public virtual string FreeEditionValue { get; set; } public virtual string StartEditionValue { get; set; } public virtual string ProEditionValue { get; set; } public virtual string SmartEditionValue { get; set; } public virtual string EnterpriseEditionValue { get; set; } public virtual int LicenseInformationTypeId { get; set; } } public partial class LicenseInformationTypeQueryResponse { /// ///The license information type id /// [ApiMember(Description="The license information type id")] public virtual int Id { get; set; } /// ///The license information type name /// [ApiMember(Description="The license information type name")] public virtual string Name { get; set; } } public partial class LicenseItemsResponse { public virtual int Id { get; set; } public virtual string Name { get; set; } public virtual int AllowedItems { get; set; } } public partial class LicensePlanQueryResponse { public virtual int Id { get; set; } public virtual Guid VossPlanId { get; set; } public virtual string Name { get; set; } public virtual string Description { get; set; } public virtual VossPlanResponse VossPlan { get; set; } public virtual int PlanLength { get; set; } public virtual LengthUnit PlanLengthUnit { get; set; } public virtual DateTime UpdatedDate { get; set; } public virtual DateTime CreatedDate { get; set; } } public partial class LicensePriceResponse { public virtual int LicenseTypeId { get; set; } public virtual string CountryId { get; set; } public virtual int Price { get; set; } public virtual Country Country { get; set; } public virtual int LicensePlanId { get; set; } } public partial class LicenseTypeQueryResponse { public LicenseTypeQueryResponse() { Items = new List{}; Prices = new List{}; } /// ///The license type id /// [ApiMember(Description="The license type id")] public virtual int Id { get; set; } /// ///The license type name /// [ApiMember(Description="The license type name")] public virtual string Name { get; set; } /// ///The license type description /// [ApiMember(Description="The license type description")] public virtual string Description { get; set; } /// ///If the license type is not a standard license but instead an extra license option. An example would be sending new letter license. /// [ApiMember(Description="If the license type is not a standard license but instead an extra license option. An example would be sending new letter license.")] public virtual bool IsExtraLicenseOption { get; set; } /// ///The period of notice for the license in days. /// [ApiMember(Description="The period of notice for the license in days.")] public virtual int PeriodOfNoticeDays { get; set; } /// ///The license items for the license type /// [ApiMember(Description="The license items for the license type")] public virtual List Items { get; set; } /// ///The license prices in each country for the license type /// [ApiMember(Description="The license prices in each country for the license type")] public virtual List Prices { get; set; } } public partial class MessageSendMethodQueryResponse { /// ///The send method id /// [ApiMember(Description="The send method id")] public virtual int Id { get; set; } /// ///The send method name. /// [ApiMember(Description="The send method name.")] public virtual string Name { get; set; } /// ///The send method description. /// [ApiMember(Description="The send method description.")] public virtual string Description { get; set; } } public partial class MessageTypeQueryResponse { /// ///The message type id /// [ApiMember(Description="The message type id")] public virtual int Id { get; set; } /// ///The message type name. /// [ApiMember(Description="The message type name.")] public virtual string Name { get; set; } /// ///The message type description. /// [ApiMember(Description="The message type description.")] public virtual string Description { get; set; } /// ///The maximum number of charachters that can be entered into message body using this type. /// [ApiMember(Description="The maximum number of charachters that can be entered into message body using this type.")] public virtual int MaxCharacters { get; set; } /// ///The default text that is always included when sending messages of this type. /// [ApiMember(Description="The default text that is always included when sending messages of this type.")] public virtual string DefaultText { get; set; } /// ///The send method for this type. 1 = Email, 2 = SMS. /// [ApiMember(Description="The send method for this type. 1 = Email, 2 = SMS.")] public virtual int SendMethodId { get; set; } } public partial class NewsletterEmailTemplatesQueryResponse { /// ///The email template id /// [ApiMember(Description="The email template id")] public virtual int Id { get; set; } /// ///The email template name. /// [ApiMember(Description="The email template name.")] public virtual string Name { get; set; } /// ///The email template description. /// [ApiMember(Description="The email template description.")] public virtual string Description { get; set; } /// ///The email template html content. /// [ApiMember(Description="The email template html content.")] public virtual string Body { get; set; } } public partial class NewsletterFieldTranslationResponse { /// ///The field translation id /// [ApiMember(Description="The field translation id")] public virtual int Id { get; set; } /// ///The field translation code. /// [ApiMember(Description="The field translation code.")] public virtual string Code { get; set; } /// ///The field translation name. /// [ApiMember(Description="The field translation name.")] public virtual string Name { get; set; } /// ///The field translation description. /// [ApiMember(Description="The field translation description.")] public virtual string Description { get; set; } /// ///The field translation group. /// [ApiMember(Description="The field translation group.")] public virtual string Group { get; set; } } public partial class NewsletterSendMethodQueryResponse { /// ///The send method id /// [ApiMember(Description="The send method id")] public virtual int Id { get; set; } /// ///The send method name. /// [ApiMember(Description="The send method name.")] public virtual string Name { get; set; } /// ///The send method description. /// [ApiMember(Description="The send method description.")] public virtual string Description { get; set; } } public partial class PriceViewTypeQueryResponse { public virtual int Id { get; set; } public virtual string Name { get; set; } public virtual string Description { get; set; } } public partial class RatingReviewResponse { /// ///The title for the review /// [ApiMember(Description="The title for the review")] public virtual string Title { get; set; } /// ///The description for the review /// [ApiMember(Description="The description for the review")] public virtual string Description { get; set; } /// ///The rating score /// [ApiMember(Description="The rating score")] public virtual int RatingScore { get; set; } /// ///The review author /// [ApiMember(Description="The review author")] public virtual string Author { get; set; } /// ///The created date /// [ApiMember(Description="The created date")] public virtual DateTime Created { get; set; } /// ///The review answer from the company /// [ApiMember(Description="The review answer from the company")] public virtual string ReviewAnswer { get; set; } } public partial class RebateCodeCustomerResponse { public virtual Guid Id { get; set; } public virtual string Firstname { get; set; } public virtual string Lastname { get; set; } public virtual string Email { get; set; } public virtual string Phone { get; set; } public virtual string ImageUrl { get; set; } } public partial class RebateCodeServiceResponse { public virtual int Id { get; set; } public virtual string Name { get; set; } public virtual string Description { get; set; } public virtual bool Active { get; set; } } public partial class RebateCodeTransactionQueryResponse { public virtual int Id { get; set; } public virtual Guid CompanyId { get; set; } public virtual string Note { get; set; } public virtual int RebateCodeId { get; set; } public virtual string RebateCodeSign { get; set; } public virtual int? RebateCodeTypeId { get; set; } public virtual string RebateCodeTypeName { get; set; } public virtual double Amount { get; set; } public virtual string Usage { get; set; } public virtual int? BookingId { get; set; } public virtual DateTime UpdatedDate { get; set; } public virtual DateTime CreatedDate { get; set; } public virtual RebateCodeServiceResponse Service { get; set; } public virtual RebateCodeCustomerResponse Customer { get; set; } public virtual string PriceSign { get; set; } } public partial class ServiceQueryResponse { public ServiceQueryResponse() { CustomFields = new List{}; CustomFieldValues = new List{}; BookingCustomFields = new List{}; CustomerCustomFields = new List{}; BookingStatusOptions = new List{}; Prices = new List{}; Reviews = new List{}; ResourceTypes = new List{}; } public virtual int Id { get; set; } public virtual string Name { get; set; } public virtual string Description { get; set; } public virtual Uri ImageUrl { get; set; } public virtual int TotalSpots { get; set; } /// ///If this setting is turned on the remaining spots (if Totalspots > 1) is locked from be booked by another customer. /// [ApiMember(Description="If this setting is turned on the remaining spots (if Totalspots > 1) is locked from be booked by another customer.")] public virtual bool? LockSpotsToBooking { get; set; } public virtual int MinNumberOfSpotsPerBooking { get; set; } public virtual int MaxNumberOfSpotsPerBooking { get; set; } public virtual int MinNumberOfResourcesToBook { get; set; } public virtual int MaxNumberOfResourcesToBook { get; set; } public virtual int UnbookBeforeDays { get; set; } public virtual int UnbookBeforeHours { get; set; } public virtual int UnbookBeforeMinutes { get; set; } /// ///What type of schedule is connected to the service. RecurringSchedule = 1, DateSchedule = 2 /// [ApiMember(Description="What type of schedule is connected to the service. RecurringSchedule = 1, DateSchedule = 2")] public virtual ScheduleType ScheduleType { get; set; } /// ///What type of schedule is connected to the service. RecurringSchedule = 1, DateSchedule = 2 /// [ApiMember(Description="What type of schedule is connected to the service. RecurringSchedule = 1, DateSchedule = 2")] public virtual int ScheduleTypeId { get; set; } public virtual int BookBeforeDays { get; set; } public virtual int BookBeforeHours { get; set; } public virtual int BookBeforeMinutes { get; set; } public virtual string Group { get; set; } public virtual bool EnableBookingQueue { get; set; } public virtual bool EnableCodeLockSync { get; set; } public virtual bool EnableCustomerManualPayment { get; set; } public virtual int SortOrder { get; set; } public virtual bool Active { get; set; } public virtual bool IsGroupBooking { get; set; } public virtual GroupBookingSettings GroupBooking { get; set; } public virtual MultipleResourceSettings MultipleResource { get; set; } public virtual bool IsPaymentEnabled { get; set; } /// ///Maximum numbers of minutes the booking payment must be completed before automatically unbooked /// [ApiMember(Description="Maximum numbers of minutes the booking payment must be completed before automatically unbooked")] public virtual int MaxPaymentTime { get; set; } /// ///If the booking should be either 1 = Booked) or 3 = Reserved. Default is 1 = Booked. /// [ApiMember(Description="If the booking should be either 1 = Booked) or 3 = Reserved. Default is 1 = Booked.")] public virtual int BookingStatusId { get; set; } public virtual bool OnlyVisibleByAdmin { get; set; } public virtual int? LengthInMinutes { get; set; } public virtual int DurationTypeId { get; set; } public virtual int? Duration { get; set; } public virtual int? MinDuration { get; set; } public virtual int? MaxDuration { get; set; } public virtual int? DurationInterval { get; set; } public virtual int PauseAfterBooking { get; set; } public virtual List CustomFields { get; set; } public virtual List CustomFieldValues { get; set; } public virtual List BookingCustomFields { get; set; } public virtual List CustomerCustomFields { get; set; } /// ///The booking status options to choose from /// [ApiMember(Description="The booking status options to choose from")] public virtual List BookingStatusOptions { get; set; } public virtual List Prices { get; set; } public virtual ServiceSchedules Schedules { get; set; } public virtual CompanyRatingSummary RatingSummary { get; set; } public virtual List Reviews { get; set; } public virtual List ResourceTypes { get; set; } public virtual ResponseStatus ResponseStatus { get; set; } public virtual int? PriceViewTypeId { get; set; } } public partial class SupportCaseAreaResponse { /// ///The area id /// [ApiMember(Description="The area id")] public virtual int Id { get; set; } /// ///The area name /// [ApiMember(Description="The area name")] public virtual string Name { get; set; } /// ///The area description /// [ApiMember(Description="The area description")] public virtual string Description { get; set; } } public partial class SupportCaseStatusResponse { /// ///The status id /// [ApiMember(Description="The status id")] public virtual int Id { get; set; } /// ///The status name /// [ApiMember(Description="The status name")] public virtual string Name { get; set; } /// ///The status description /// [ApiMember(Description="The status description")] public virtual string Description { get; set; } /// ///The status icon /// [ApiMember(Description="The status icon")] public virtual string Icon { get; set; } /// ///The status color /// [ApiMember(Description="The status color")] public virtual string Color { get; set; } } public partial class SupportCaseTypeResponse { /// ///The type id /// [ApiMember(Description="The type id")] public virtual int Id { get; set; } /// ///The type name /// [ApiMember(Description="The type name")] public virtual string Name { get; set; } /// ///The type description /// [ApiMember(Description="The type description")] public virtual string Description { get; set; } } public partial class TrialQueryResponse { public virtual int Id { get; set; } public virtual string Name { get; set; } public virtual int TrialDays { get; set; } } public partial class VossPlanResponse { public virtual Guid Id { get; set; } public virtual string Name { get; set; } public virtual string LengthUnit { get; set; } public virtual string Length { get; set; } } } namespace BokaMera.API.ServiceModel.Enums { public enum LengthUnit { Week = 1, Month = 2, Year = 3, } } namespace PaysonIntegrationCO2.Models.Enums { public enum Currency { SEK = 1, EUR = 2, } }