"""The cost directives is used to express the complexity of a field.""" directive @cost( """Defines the complexity of the field.""" complexity: Int! = 1 """Defines field arguments that act as complexity multipliers.""" multipliers: [MultiplierPath!] ) on FIELD_DEFINITION """ Direct the client to resolve this field locally, either from the cache or local resolvers. """ directive @client( """ When true, the client will never use the cache for this value. See https://www.apollographql.com/docs/react/essentials/local-state/#forcing-resolvers-with-clientalways-true """ always: Boolean ) on FIELD | FRAGMENT_DEFINITION | INLINE_FRAGMENT """ Export this locally resolved field as a variable to be used in the remainder of this query. See https://www.apollographql.com/docs/react/essentials/local-state/#using-client-fields-as-variables """ directive @export( """The variable name to export this field as.""" as: String! ) on FIELD """ Specify a custom store key for this result. See https://www.apollographql.com/docs/react/advanced/caching/#the-connection-directive """ directive @connection( """Specify the store key.""" key: String! """ An array of query argument names to include in the generated custom store key. """ filter: [String!] ) on FIELD """ The multiplier path scalar represents a valid GraphQL multiplier path string. """ scalar MultiplierPath type Query { account(accountid: Uuid!): account """Контрагенты. statecode по умолчанию 0""" accounts(evo_accnumber: String, evo_account_type: [Int!], evo_broker_accountid: Uuid, evo_fin_department_accountid: Uuid, evo_id_elt: String, evo_inn: String, evo_kpp: String, evo_legal_form: Int, evo_type_ins_policy: [Int!], ownerid: Uuid, owner_domainname: String, statecode: Int): [account] """Брокер. statecode по умолчанию 0""" broker_agents(ownnerid: Uuid!, statecode: Int): [account] contacts(parentcustomerid: Uuid, statecode: Int): [contact] email(activityid: Uuid!): email evo_addcontract(evo_addcontractid: Uuid!): evo_addcontract evo_addproduct(evo_addproductid: Uuid!): evo_addproduct evo_addproduct_type(evo_addproduct_typeid: Uuid!): evo_addproduct_type evo_addproduct_types(evo_datefrom_param: DateParamInput, evo_dateto_param: DateParamInput, evo_max_period_param: DecimalParamInput, evo_min_period_param: DecimalParamInput, evo_product_type: Int, statecode: Int): [evo_addproduct_type] evo_address(evo_addressid: Uuid!): evo_address evo_addresses(evo_address_name: String, evo_fias: Boolean, statecode: Int): [evo_address] evo_agency_agreement(evo_agency_agreementid: Uuid!): evo_agency_agreement evo_bank_detailses(evo_accountid: Uuid, orderby: OrderByInput, statecode: Int = 0): [evo_bank_details] evo_baseproduct(evo_baseproductid: Uuid!): evo_baseproduct evo_baseproducts(evo_datefrom_param: DateParamInput, evo_dateto_param: DateParamInput, evo_relation: [Int!], statecode: Int): [evo_baseproduct] evo_brands(evo_vehicle_type: [Int!], statecode: Int): [evo_brand] evo_businessunits(statecode: Int): [evo_businessunit] evo_client_risks(statecode: Int): [evo_client_risk] evo_client_types(statecode: Int): [evo_client_type] evo_coefficients(evo_client_riskid: Uuid, evo_client_typeid: Uuid, evo_corfficient_type: Int, evo_datefrom_param: DateParamInput, evo_dateto_param: DateParamInput, evo_job_titleid: Uuid, evo_max_period_param: DecimalParamInput, evo_min_period_param: DecimalParamInput, statecode: Int): [evo_coefficient] evo_contract(evo_contractid: Uuid!): evo_contract evo_contracts(evo_name: String, statecode: Int): [evo_contract] evo_countries(evo_code_numeric: String): [evo_countryGraphQL] evo_country(evo_countryid: Uuid!): evo_countryGraphQL evo_currencychanges(evo_coursedate_param: DateParamInput, evo_ref_transactioncurrency: Uuid, statecode: Int): [evo_currencychange] evo_equipments(evo_modelid: Uuid, statecode: Int): [evo_equipment] evo_external_supplier_codes(evo_id: String, statecode: Int): [evo_external_supplier_code] evo_external_system_request(evo_external_system_requestid: Uuid!): evo_external_system_request evo_external_system_requests(evo_integration_status: Int, evo_name: String, evo_system: Int, statecode: Int): [evo_external_system_request] evo_finegibdd(evo_finegibddid: Uuid!): evo_finegibdd evo_gps_brands(statecode: Int): [evo_gps_brand] evo_gps_models(evo_gps_brandid: Uuid, statecode: Int): [evo_gps_model] evo_graphs(evo_contractid: Uuid, statecode: Int): [evo_graph] evo_identity_documents(evo_employee_systemuserid: Uuid!): [evo_identity_document] evo_impairment_groups(statecode: Int): [evo_impairment_group] evo_insurance_periods(evo_contractid: Uuid, statecode: Int): [evo_insurance_period] evo_job_titles(statecode: Int): [evo_job_title] evo_leasingobject(evo_leasingobjectid: Uuid!): evo_leasingobject evo_leasingobject_type(evo_leasingobject_typeid: Uuid!): evo_leasingobject_type evo_leasingobject_types(statecode: Int): [evo_leasingobject_type] evo_model(evo_modelid: Uuid!): evo_model evo_models(evo_brandid: Uuid, evo_vehicle_type: Int, statecode: Int): [evo_model] evo_orglegalform(evo_orglegalformid: Uuid!): evo_orglegalform evo_orglegalforms(statecode: Int = 0): [evo_orglegalform] evo_paymentorders(evo_dds_1c: String, evo_name: String, evo_paydate_param: DateParamInput, evo_payment_number_1c: String, evo_paysum: Decimal, statecode: Int, statuscode: Int): [evo_paymentorder] evo_planpayments(evo_addproduct_typeid: Uuid, statecode: Int): [evo_planpayment] evo_product_risk(evo_product_riskid: Uuid!): evo_product_risk evo_product_risks(statecode: Int): [evo_product_risk] evo_rate(evo_rateid: Uuid!): evo_rate evo_rates(evo_datefrom_param: DateParamInput, evo_dateto_param: DateParamInput, statecode: Int): [evo_rate] """Регион. statecode по умолчанию 0""" evo_regions(evo_businessunit_evolution: Boolean, evo_creditregistry_id: Int, statecode: Int): [evo_region] evo_request_payment(evo_request_paymentid: Uuid!): evo_request_payment evo_request_payments(evo_id: String, evo_name: String, statecode: Int): [evo_request_payment] evo_reward_condition(evo_reward_conditionid: Uuid!): evo_reward_condition evo_reward_conditions(evo_agency_agreementid_param: GuidParamInput, evo_agent_accountid: Uuid, evo_datefrom_param: DateParamInput, evo_dateto_param: DateParamInput, statecode: Int): [evo_reward_condition] evo_sot_coefficient_types(statecode: Int): [evo_sot_coefficient_type] evo_statuscode(evo_id: String, evo_statuscodeid: Uuid): evo_statuscode evo_statuscodes(statecode: Int): [evo_statuscode] evo_subsidies(evo_datefrom_param: DateParamInput, evo_dateto_param: DateParamInput, statecode: Int): [evo_subsidy] evo_tarif(evo_tarifid: Uuid!): evo_tarif evo_tarifs(evo_balance_holder: [Int!], evo_baseproductid: Uuid, evo_datefrom_param: DateParamInput, evo_dateto_param: DateParamInput, evo_graphtype_exception: [Int!], evo_ins_type: [Int!], evo_max_first_payment_param: DecimalParamInput, evo_max_last_payment_param: DecimalParamInput, evo_max_period_param: DecimalParamInput, evo_min_first_payment_param: DecimalParamInput, evo_min_last_payment_param: DecimalParamInput, evo_min_period_param: DecimalParamInput, evo_used: Boolean, statecode: Int): [evo_tarif] evo_town(evo_fias_id: String, evo_townid: Uuid): evo_town """Города. statecode по умолчанию 0""" evo_towns(evo_regionid: Uuid, statecode: Int): [evo_town] evo_vehicle_body_type(evo_vehicle_body_typeid: Uuid!): evo_vehicle_body_typeGraphQL """ Лизинговые сделки. statecode по умолчанию 0, можно отфильтровать по ownerid и/или domainName """ lead(leadid: Uuid!): lead """ Интересы. statecode по умолчанию 0, можно отфильтровать по ownerid и/или domainName """ leads(evo_opportunityid: Uuid, ownerid: Uuid, owner_domainname: String, statecode: Int): [lead] opportunities(evo_leadid: Uuid, ownerid: Uuid, owner_domainname: String, statecode: Int): [opportunity] opportunity(opportunityid: Uuid!): opportunity queue(emailaddress: String): queue quote(quoteId: Uuid!): quote """ Предложения. statecode по умолчанию 0, можно отфильтровать по ownerid и/или domainName """ quotes(condition: ConditionInput, evo_leadid: Uuid, ownerid: Uuid, owner_domainname: String, statecode: Int): [quote] """Агенты салона. statecode по умолчанию 0""" salon_agents(salonaccountid: Uuid!, statecode: Int): [account] """Поставщики ЮЛ салона. statecode по умолчанию 0""" salon_providers(salonaccountid: Uuid!, statecode: Int): [account] systemuser(domainname: String, systemuserid: Uuid): systemuser systemusers(evo_employee_id: String, isdisabled: Boolean = false): [systemuser] templates(description: String): [template] """Валюта. statecode по умолчанию 0""" transactioncurrencies(statecode: Int): [transactioncurrency] transactioncurrency(transactioncurrencyid: Uuid!): transactioncurrency } type Mutation { by(domainName: String): MutationBy } type account { accountid: Uuid childcontacts(statecode: Int): [contact] createdon: DateTime emailaddress1: String evo_accnumber: String evo_account_type: [Int!] evo_address_factid: Uuid evo_address_factidData: evo_address evo_address_legalid: Uuid evo_address_legalidData: evo_address evo_address_legal_string: String evo_address_postalid: Uuid evo_address_postalidData: evo_address evo_bank_detailses(statecode: Int): [evo_bank_details] evo_branch_count: String evo_branch_type: Int evo_broker_accountid: Uuid evo_broker_accountidData: account evo_citizenship_countryid: Uuid evo_client_riskid: Uuid evo_consent_date: DateTime evo_contracts: [evo_contract] evo_dadata_dateupdate: DateTime evo_dadatdalog: String evo_dealer_responsible_systemuserid: Uuid evo_div_12month: Boolean evo_economic_security_systemuserid: Uuid evo_employee_count: Int evo_fingap_number_rules: Int evo_fin_department_accountid: Uuid evo_fin_department_accountidData: account evo_fuel_card_code: String evo_fuel_card_login: String evo_fuel_card_pass: String evo_fullname: String evo_group_sales_network: Uuid evo_id_elt: String evo_id_elt_osago: String evo_id_elt_smr: String evo_ifns_code: String evo_ifns_code_branch: String evo_ifns_name: String evo_inn: String evo_insurance_agent_accountid: Uuid evo_invoice_number_fix: String evo_invoice_number_rules: Int evo_kpp: String evo_legal_form: Int evo_legal_region_calc: Boolean evo_licenses_list: String evo_lk_regdate: DateTime evo_management_disqualified: Boolean evo_ogrn: String evo_ogrn_date: DateTime evo_okato: String evo_okfs: String evo_okogu: String evo_okpo: String evo_oktmo: String evo_okved: String evo_orglegalformid: Uuid evo_orglegalformidData: evo_orglegalform evo_osago_with_kasko: Boolean evo_smb_category: Int evo_smb_issue_date: DateTime evo_state_actuality_date: DateTime evo_state_liquidation_date: DateTime evo_state_registration_date: DateTime evo_state_status: Int evo_storage: String evo_subsidies(statecode: Int): [evo_subsidy] evo_tax_system: Int evo_type_ins_policy: [Int!] modifiedon: DateTime name: String ownerid: Uuid owneridsystemuserData: systemuser owneridteamData: team owneridtype: Int ownerid_systemuser: Uuid ownerid_team: Uuid statecode: Int telephone1: String toObjectString: String } scalar Uuid input DateParamInput { eq: DateTime gt: DateTime gte: DateTime lt: DateTime lte: DateTime } input DecimalParamInput { eq: Decimal gt: Decimal gte: Decimal lt: Decimal lte: Decimal } input ConditionInput { conditions: [ConditionInput] filters: [FilterInput] logicoperation: LogicOperation! } input GuidParamInput { eq: Uuid has: Boolean } """The built-in `Decimal` scalar type.""" scalar Decimal input OrderByInput { fieldName: String sortingType: SortingType! } type contact { birthdate: DateTime contactid: Uuid createdon: DateTime emailaddress1: String emailaddress2: String emailaddress3: String evo_consent_date: DateTime evo_fact_addressid: Uuid evo_fact_addressidname: String evo_fullname: String evo_functiontype: [Int!] evo_inn: String evo_name_dative: String evo_name_genitive: String evo_no_middle_name: Boolean evo_reg_addressid: Uuid evo_share_capital: Decimal evo_signer_rule_basis: Int firstname: String fullname: String gendercode: Int jobtitle: String lastname: String link: String middlename: String mobilephone: String modifiedon: DateTime ownerid: Uuid owneridtype: Int ownerid_systemuser: Uuid ownerid_team: Uuid parentcustomeridtype: Int parentcustomerid_account: Uuid parentcustomerid_contact: Uuid statecode: Int telephone1: String toObjectString: String } type evo_product_risk { createdon: DateTime evo_addproduct_typeid: Uuid evo_addproduct_typeidData: evo_addproduct_type evo_contractid: Uuid evo_contractidData: evo_contract evo_insurance_periodid: Uuid evo_insurance_policyid: Uuid evo_insurance_policyidData: evo_insurance_policy evo_ins_price: Decimal evo_ins_sum: Decimal evo_name: String evo_product_riskid: Uuid evo_quoteid: Uuid modifiedon: DateTime toObjectString: String } type evo_addproduct_type { createdon: DateTime evo_accountid: Uuid evo_addproduct_typeid: Uuid evo_addproduct_types: [evo_addproduct_type] evo_controls_program: [Int!] evo_cost_service_provider: Decimal evo_cost_service_provider_withoutnds: Decimal evo_datefrom: DateTime evo_dateto: DateTime evo_description: String evo_equip_cost: Decimal evo_gibdd_region: Boolean evo_graph_price: Decimal evo_graph_price_withoutnds: Decimal evo_helpcard_type: Int evo_id: String evo_leasingobject_types(statecode: Int): [evo_leasingobject_type] evo_max_age: Int evo_max_period: Decimal evo_min_age: Int evo_min_period: Decimal evo_name: String evo_nsib_limit: Decimal evo_planpayments(statecode: Int): [evo_planpayment] evo_prime_cost: Decimal evo_product_type: Int evo_pts_type: [Int!] evo_quote_name: String evo_retro_bonus: Decimal evo_retro_bonus_withoutnds: Decimal evo_towtruck: Boolean evo_type_calc_cerebellum: Int evo_visible_calc: Boolean evo_whom_register: Int evo_who_register: Int modifiedon: DateTime statecode: Int toObjectString: String } type evo_baseproduct { createdon: DateTime evo_baseproductid: Uuid evo_brands(statecode: Int): [evo_brand] evo_datefrom: DateTime evo_dateto: DateTime evo_id: String evo_leasingobject_types(statecode: Int): [evo_leasingobject_type] evo_name: String evo_relation: [Int!] evo_sale_without_nds: Boolean modifiedon: DateTime statecode: Int systemusers(statecode: Int): [systemuser] toObjectString: String } type evo_graph { createdon: DateTime evo_addcontractid: Uuid evo_contractid: Uuid evo_cost_equipment_sum: Decimal evo_cost_equipment_withoutnds_sum: Decimal evo_cost_price_telematics_sum: Decimal evo_cost_price_telematics_withoutnds_sum: Decimal evo_cost_telematics_sum: Decimal evo_cost_telematics_withoutnds_sum: Decimal evo_graf_date_approve: DateTime evo_graphid: Uuid evo_name: String evo_nds: Decimal evo_planpayments: [evo_planpayment] evo_quoteid: Uuid evo_sumpay_withnds: Decimal evo_sumpay_withoutnds: Decimal modifiedon: DateTime ownerid: Uuid toObjectString: String } type evo_insurance_period { createdon: DateTime evo_accept_pay_listid: Uuid evo_accountid: Uuid evo_age_drivers: Int evo_base_reward_factor: Decimal evo_base_reward_rub: Decimal evo_close: Boolean evo_comment: String evo_contractid: Uuid evo_datefrom: DateTime evo_dateto: DateTime evo_dgo_price: Decimal evo_elt_id: String evo_exp_drivers: Int evo_franchise: Decimal evo_id: String evo_id_elt_calc: String evo_insurance_decentral: Boolean evo_insurance_decentral_factor: Decimal evo_insurance_decentral_rub: Decimal evo_insurance_periodid: Uuid evo_insurance_policyid: Uuid evo_insurance_policyidData: evo_insurance_policy evo_insurance_price_result: Decimal evo_insurance_supplier: Boolean evo_insurance_supplier_factor: Decimal evo_insurance_supplier_rub: Decimal evo_insurance_type: Int evo_insurer_accountid: Uuid evo_insurer_accountidData: account evo_ins_risk: [Int!] evo_invoice_date: DateTime evo_kasko_price: Decimal evo_leasingobjectid: Uuid evo_mobile_discount: Boolean evo_mobile_discount_factor: Decimal evo_mobile_discount_rub: Decimal evo_name: String evo_nsib_connection_listid: Uuid evo_nsib_pay_summ: Decimal evo_ns_price: Decimal evo_opponent_discount: Boolean evo_opponent_discount_factor: Decimal evo_opponent_discount_rub: Decimal evo_osago_price: Decimal evo_other_discount: Boolean evo_other_discount_factor: Decimal evo_other_discount_rub: Decimal evo_paid: Boolean evo_payer: Int evo_pay_summ_fact: Decimal evo_period_number: Int evo_prolong_listid: Uuid evo_request_id_elt: String evo_request_status: Int evo_result_reward_factor: Decimal evo_result_reward_rub: Decimal evo_settlement_type: Int evo_storage: String evo_supplier_accountid: Uuid evo_territory_price: Decimal evo_under_payment_compensation: Decimal evo_unlimit_drivers: Boolean modifiedon: DateTime ownerid_systemuser: Uuid ownerid_team: Uuid statecode: Int statuscode: Int toObjectString: String } type evo_addproduct { createdon: DateTime evo_accountid: Uuid evo_activation_date: DateTime evo_addproductid: Uuid evo_addproductnumberid: Uuid evo_addproductnumberidData: evo_addproductnumber evo_addproduct_typeid: Uuid evo_addproduct_typeidData: evo_addproduct_type evo_deactivation_date: DateTime evo_fuel_card_currency_limit_check: Boolean evo_fuel_card_limit_check: Boolean evo_fuel_card_limit_used: Decimal evo_leasingobjectid: Uuid evo_name: String evo_provider_accountid: Uuid evo_provider_accountidData: account evo_request_instal_message: String evo_service_contactid: Uuid evo_telematics_number: String evo_validity_from: DateTime modifiedon: DateTime toObjectString: String } type evo_external_supplier_code { accounts(statecode: Int): [account] createdon: DateTime evo_accountid: Uuid evo_accountidData: account evo_external_supplier_codeid: Uuid evo_id: String evo_manager_systemuserid: Uuid modifiedon: DateTime toObjectString: String } type evo_orglegalform { createdon: DateTime evo_code: String evo_elt_id: String evo_legal_form: Int evo_name: String evo_nko: Boolean evo_not_financing: Boolean evo_orglegalformid: Uuid modifiedon: DateTime toObjectString: String } type evo_statuscode { createdon: DateTime evo_id: String evo_name: String evo_statuscodeid: Uuid modifiedon: DateTime toObjectString: String } type evo_leasingobject { createdon: DateTime evo_3_person_sale_date: DateTime evo_addequipment_list: String evo_base: String evo_brandid: Uuid evo_brandidData: evo_brand evo_category: Int evo_category_tr: Int evo_certificate: String evo_certificate_date: DateTime evo_certificate_issued: String evo_chassis: String evo_color: String evo_contractid: Uuid evo_create_contract_purchase: Boolean evo_delivery_time: Int evo_driving_axle: String evo_ecological_class: Int evo_engine_model: String evo_engine_power: Decimal evo_engine_power_kvt: Decimal evo_engine_type: Int evo_engine_volume: Decimal evo_equipmentid: Uuid evo_gosnumber: String evo_gos_akt: String evo_guarantee: String evo_insured_contactid: Uuid evo_leasingobjectid: Uuid evo_leasingobject_specification: String evo_leasingobject_typeid: Uuid evo_leasingobject_typeidData: evo_leasingobject_type evo_legal_regionid: Uuid evo_legal_townid: Uuid evo_maker: String evo_max_mass: Decimal evo_max_speed: Decimal evo_mileage: Decimal evo_modelid: Uuid evo_motor_power_1: String evo_name: String evo_object_number: String evo_passport_address: String evo_passport_brand_model: String evo_passport_company: String evo_passport_date: DateTime evo_passport_engine_type: String evo_passport_name: String evo_passport_number: String evo_passport_seria: String evo_passport_type: Int evo_prop_type: String evo_pts_type: Int evo_quoteid: Uuid evo_regionid: Uuid evo_registration: Int evo_registration_regionid: Uuid evo_reg_date: DateTime evo_seats: Int evo_sts_number: String evo_townid: Uuid evo_trailer: Boolean evo_transmission_number: String evo_used: Boolean evo_use_for: Int evo_vehicle_type_tax: Int evo_vin: String evo_year: Int modifiedon: DateTime statecode: Int toObjectString: String } type evo_reward_condition { createdon: DateTime evo_add_agency_agreement: Uuid evo_agency_agreementid: Uuid evo_agency_agreementidData: evo_agency_agreement evo_agent_accountid: Uuid evo_brandid: Uuid evo_client_type: Int evo_condition_type: Int evo_datefrom: DateTime evo_dateto: DateTime evo_deactivated: Boolean evo_double_agent_accountid: Uuid evo_name: String evo_reduce_reward: Boolean evo_reward_conditionid: Uuid evo_reward_summ: Decimal modifiedon: DateTime ownerid_systemuser: Uuid ownerid_team: Uuid statecode: Int toObjectString: String } type evo_leasingobject_type { createdon: DateTime evo_category: Int evo_category_tr: [Int!] evo_depreciation_rate1: Decimal evo_depreciation_rate2: Decimal evo_expluatation_period1: Decimal evo_expluatation_period2: Decimal evo_id: String evo_leasingobject_typeid: Uuid evo_name: String evo_subsidies(statecode: Int): [evo_subsidy] evo_type_code: String evo_vehicle_type: [Int!] evo_vehicle_type_tax: Int modifiedon: DateTime statecode: Int toObjectString: String } type lead { accountidData: account createdon: DateTime customerid: Uuid customeridtype: Int customerid_account: Uuid customerid_contact: Uuid emailaddress1: String evo_agent_accountid: Uuid evo_broker_accountid: Uuid evo_client_type: Int evo_comment: String evo_double_agent_accountid: Uuid evo_external_supplierid: Uuid evo_fin_department_accountid: Uuid evo_firstname: String evo_inn: String evo_kpp: String evo_lastname: String evo_new_client: String evo_opportunityid: Uuid evo_opportunityidData: opportunity evo_statuscodeid: Uuid evo_supplier_accountid: Uuid evo_utm_campaign: String evo_utm_content: String evo_utm_medium: String evo_utm_source: String evo_utm_term: String fullname: String leadid: Uuid leadsourcecode: Int link: String modifiedon: DateTime ownerid: Uuid owneridsystemuserData: systemuser owneridtype: Int ownerid_systemuser: Uuid ownerid_team: Uuid statecode: Int telephone1: String toObjectString: String } type opportunity { accountid: Uuid accountidData: account createdon: DateTime evo_acc_director_contactid: Uuid evo_acc_singdoc_contactid: Uuid evo_all_credit: Decimal evo_all_credit_actual_date: DateTime evo_all_credit_evolight: Decimal evo_all_credit_evoprofi: Decimal evo_all_credit_evosmart: Decimal evo_approvallogs: [evo_approvallog] evo_businessunitid: Uuid evo_businessunitidData: businessunit evo_client_riskid: Uuid evo_client_riskidData: evo_client_risk evo_comment_description: String evo_contracts: [evo_contract] evo_credit_analyst_systemuserid: Uuid evo_date_change_statuscode: DateTime evo_declaration_revenue: Decimal evo_docpay_ka_received: Int evo_docpay_ka_require: Boolean evo_founder1_beneficial_owner: Boolean evo_founder1_contactid: Uuid evo_founder1_part: Decimal evo_founder2_beneficial_owner: Boolean evo_founder2_contactid: Uuid evo_founder2_part: Decimal evo_founder3_beneficial_owner: Boolean evo_founder3_contactid: Uuid evo_founder3_part: Decimal evo_founder4_beneficial_owner: Boolean evo_founder4_contactid: Uuid evo_founder4_part: Decimal evo_gt_client_riskid: Uuid evo_guarantor1_accountid: Uuid evo_guarantor1_contactid: Uuid evo_guarantor1_report_year: Int evo_guarantor1_year_equity_capital: Decimal evo_guarantor1_year_profit: Decimal evo_guarantor1_year_revenue: Decimal evo_guarantor2_accountid: Uuid evo_guarantor2_contactid: Uuid evo_guarantor3_contactid: Uuid evo_guarantor4_contactid: Uuid evo_leadid: Uuid evo_leadidData: lead evo_mps_systemuserid: Uuid evo_oppnumber: String evo_process_type: Int evo_programsolution: Int evo_report_year: Int evo_sfm_comment: [Int!] evo_statuscodeid: Uuid evo_statuscodeidData: evo_statuscode evo_statuscode_reason: String evo_storage: String evo_year_equity_capital: Decimal evo_year_profit: Decimal evo_year_revenue: Decimal link: String modifiedon: DateTime name: String opportunityid: Uuid ownerid: Uuid owneridsystemuserData: systemuser owneridtype: Int ownerid_systemuser: Uuid ownerid_team: Uuid parentaccountid: Uuid quotes: [quote] statecode: Int toObjectString: String } type quote { createdon: DateTime customerid: Uuid customerid_account: Uuid customerid_contact: Uuid evo_accept_control_addproduct_typeid: Uuid evo_accept_period: Int evo_accept_quoteid: Uuid evo_acquisition_costs: Decimal evo_addproduct_types: [evo_addproduct_type] evo_add_bonus_summ: Decimal evo_add_equipment: Boolean evo_agent_accountid: Uuid evo_agent_reward_conditionid: Uuid evo_agent_reward_summ: Decimal evo_agent_reward_total: Decimal evo_age_drivers: Int evo_another_payments: Decimal evo_approvallogs: [evo_approvallog] evo_approved_first_payment: Decimal evo_balance_holder: Int evo_baseproductid: Uuid evo_base_bonus: Decimal evo_base_calc_pay: Decimal evo_brandid: Uuid evo_broker_accountid: Uuid evo_broker_reward_conditionid: Uuid evo_broker_reward_summ: Decimal evo_broker_reward_total: Decimal evo_calc_irr: Decimal evo_calc_profit: Decimal evo_card: Boolean evo_card_bonus_summ: Decimal evo_card_quote: Boolean evo_category: Int evo_category_tr: Int evo_check_ins_result: Int evo_client_riskid: Uuid evo_client_typeid: Uuid evo_comission_perc: Decimal evo_comission_rub: Decimal evo_contact_name: String evo_cost_increace: Boolean evo_cost_increase_perc: Decimal evo_db_accept_registration: Int evo_dealer_broker_accountid: Uuid evo_dealer_broker_reward_conditionid: Uuid evo_dealer_broker_reward_summ: Decimal evo_dealer_broker_reward_total: Decimal evo_dealer_person_accountid: Uuid evo_dealer_reward_conditionid: Uuid evo_dealer_reward_summ: Decimal evo_dealer_reward_total: Decimal evo_declaration_knd: String evo_declaration_period: Int evo_declaration_profit: Decimal evo_declaration_revenue: Decimal evo_declaration_year: Int evo_delivery_time: Int evo_dgo_price: Decimal evo_director_bonus: Decimal evo_director_fingap_bonus: Decimal evo_director_nsib_bonus: Decimal evo_discount_perc: Decimal evo_discount_rub: Decimal evo_discount_supplier_currency: Decimal evo_dog_credit: Decimal evo_double_agent_accountid: Uuid evo_double_agent_reward_conditionid: Uuid evo_double_agent_reward_summ: Decimal evo_double_agent_reward_total: Decimal evo_economic: Decimal evo_economic_with_nds: Decimal evo_engine_hours: Decimal evo_engine_type: Int evo_engine_volume: Decimal evo_equipmentid: Uuid evo_equity_capital: Decimal evo_exp_drivers: Int evo_fingap_accountid: Uuid evo_fingap_bonus_sum: Decimal evo_fingap_payer: Int evo_fingap_period: Int evo_fingap_price: Decimal evo_fingap_quote: Boolean evo_fin_department_accountid: Uuid evo_fin_department_reward_conditionid: Uuid evo_fin_department_reward_summ: Decimal evo_fin_department_reward_total: Decimal evo_first_dgo_price: Decimal evo_first_kasko_accountid: Uuid evo_first_kasko_price: Decimal evo_first_ns_price: Decimal evo_first_osago_accountid: Uuid evo_first_osago_price: Decimal evo_first_payment_perc: Decimal evo_first_payment_perc_without_subsidy: Decimal evo_first_payment_rub: Decimal evo_first_payment_rub_without_subsidy: Decimal evo_franchise: Decimal evo_fuel: Boolean evo_gender: Int evo_gps_brandid: Uuid evo_gps_modelid: Uuid evo_graphs: [evo_graph] evo_graph_irr: Decimal evo_graph_type: Int evo_guarantor1_another_peyments: Decimal evo_guarantor1_declaration_year: Int evo_guarantor1_equity_capital: Decimal evo_guarantor1_profit_period: Decimal evo_guarantor1_report_period: Int evo_guarantor1_report_year: Int evo_guarantor1_revenue_period: Decimal evo_guarantor1_riskid: Uuid evo_guarantor1_year_equity_capital: Decimal evo_guarantor1_year_profit: Decimal evo_guarantor1_year_revenue: Decimal evo_high_season: Int evo_id_elt_kasko: String evo_id_elt_osago: String evo_id_kasko_calc: String evo_id_osago_calc: String evo_importer_reward_perc: Decimal evo_importer_reward_rub: Decimal evo_importer_reward_summ: Decimal evo_individual_insurance: Boolean evo_insurance: Boolean evo_insurance_decentral: Boolean evo_insurance_period: Int evo_insurance_type: Int evo_insurer_comment: String evo_ins_accept_quoteid: Uuid evo_ins_comment: String evo_ins_legal_form: Int evo_irr: Decimal evo_irr_final: Decimal evo_irr_msfo_final: Decimal evo_irr_msfo_final2: Decimal evo_kasko_accountid: Uuid evo_kasko_payer: Int evo_kasko_price: Decimal evo_kasko_price_leasperiod: Decimal evo_key_return: Boolean evo_kilometrage_limit: Int evo_kilometrage_limit_period: Int evo_last_payment_calc: Int evo_last_payment_perc: Decimal evo_last_payment_redemption: Boolean evo_last_payment_rub: Decimal evo_leadid: Uuid evo_leadidData: lead evo_leasingobject_specification: String evo_leasingobject_typeid: Uuid evo_leasingobject_used: Boolean evo_leasing_bonus_summ: Decimal evo_legal_regionid: Uuid evo_legal_townid: Uuid evo_lessor_bank_detailsid: Uuid evo_loan_appraisalid: Uuid evo_logid: Uuid evo_max_mass: Decimal evo_max_price_change: Decimal evo_max_speed: Decimal evo_mileage: Decimal evo_min_change_price: Decimal evo_modelid: Uuid evo_msfo_irr: Decimal evo_nds_in_price_supplier_currency: Decimal evo_nds_perc: Decimal evo_net_irr: Decimal evo_niatinception_msfo: Decimal evo_ni_at_inception: Decimal evo_npvni_msfo: Decimal evo_npvni_msfo_final: Decimal evo_nsib: Boolean evo_nsib_bonus_summ: Decimal evo_nsib_ins_summ: Decimal evo_nsib_pay_summ: Decimal evo_nsib_price: Decimal evo_nsib_quote: Boolean evo_ns_bonus_summ: Decimal evo_ns_price: Decimal evo_object_count: Int evo_object_registration: Int evo_one_year_insurance: Boolean evo_osago_accountid: Uuid evo_osago_payer: Int evo_osago_price: Decimal evo_passport_type: Int evo_payments_decrease_perc: Decimal evo_payment_redemption: Int evo_payment_redemption_sum: Decimal evo_payment_redemption_sum_without_nds: Decimal evo_percent_subsidy: Decimal evo_period: Int evo_power: Decimal evo_price_without_discount: Decimal evo_price_without_discount_quote: Boolean evo_price_without_discount_supplier_currency: Decimal evo_price_without_nds_supplier_currency: Decimal evo_price_with_discount: Boolean evo_price_wthout_discount_nds_sup_currency: Decimal evo_product_risks: [evo_product_risk] evo_programsolution: Int evo_pts_type: Int evo_purchases_participation: Boolean evo_quotename: String evo_quotenumber: String evo_rate: Decimal evo_rateid: Uuid evo_recalc_limit: Int evo_recalc_quoteid: Uuid evo_redemption_graph: Boolean evo_regionid: Uuid evo_region_director_nsib_bonus: Decimal evo_registration: Boolean evo_registration_quote: Boolean evo_registration_regionid: Uuid evo_report_year: Int evo_req_telematic: Int evo_req_telematic_accept: Int evo_risk: Int evo_risk_coefficientid: Uuid evo_risk_profit_coefficientid: Uuid evo_risk_programsolution: Uuid evo_rub_price: Decimal evo_sale_bonus: Decimal evo_sale_without_nds: Boolean evo_seasons_type: Int evo_seats: Int evo_statuscodeid: Uuid evo_statuscodeidData: evo_statuscode evo_statuscode_reason: String evo_subsidyid: Uuid evo_subsidy_summ: Decimal evo_supplier_accountid: Uuid evo_supplier_currency_price: Decimal evo_tarifid: Uuid evo_tax_period: Decimal evo_telematic: Boolean evo_townid: Uuid evo_tracker: Boolean evo_trailer: Boolean evo_transactioncurrencyid: Uuid evo_unlimit_drivers: Boolean evo_use_for: Int evo_vehicle_tax_approved: Decimal evo_vehicle_tax_period: Decimal evo_vehicle_tax_year: Decimal evo_vehicle_type_tax: Int evo_vin: String evo_year: Int evo_year_equity_capital: Decimal evo_year_profit: Decimal evo_year_revenue: Decimal link: String modifiedon: DateTime name: String offerprintform: String offerprintformapi: String opportunityid: Uuid ownerid: Uuid owneridsystemuserData: systemuser owneridtype: Int quoteid: Uuid quotenumber: String statecode: Int toObjectString: String transactioncurrencyid: Uuid } type evo_brand { createdon: DateTime evo_baseproducts(evo_datefrom_param: DateParamInput, evo_dateto_param: DateParamInput, evo_relation: [Int!], statecode: Int): [evo_baseproduct] evo_brandid: Uuid evo_brand_owner: Int evo_id: String evo_importer_reward_perc: Decimal evo_importer_reward_rub: Decimal evo_name: String evo_subsidies(statecode: Int): [evo_subsidy] evo_vehicle_type: [Int!] modifiedon: DateTime statecode: Int toObjectString: String } type evo_model { createdon: DateTime evo_baseproducts(evo_datefrom_param: DateParamInput, evo_dateto_param: DateParamInput, evo_relation: [Int!], statecode: Int): [evo_baseproduct] evo_brandid: Uuid evo_gps: Boolean evo_high_risk_vehicle: Boolean evo_id: String evo_impairment_groupid: Uuid evo_impairment_groupidData: evo_impairment_group evo_importer_reward_perc: Decimal evo_importer_reward_rub: Decimal evo_leasingobject_risk: Int evo_modelid: Uuid evo_name: String evo_not_match_evolight_scoring: Boolean evo_running_gear: Int evo_subsidies(statecode: Int): [evo_subsidy] evo_taxi_sign: Boolean evo_vehicle_body_typeid: Uuid evo_vehicle_body_typeidData: evo_vehicle_body_typeGraphQL evo_vehicle_type: Int modifiedon: DateTime statecode: Int toObjectString: String } type evo_equipment { createdon: DateTime evo_baseproducts(evo_datefrom_param: DateParamInput, evo_dateto_param: DateParamInput, evo_relation: [Int!], statecode: Int): [evo_baseproduct] evo_equipmentid: Uuid evo_id: String evo_impairment_groupid: Uuid evo_impairment_groupidData: evo_impairment_group evo_leasingobject_risk: Int evo_modelid: Uuid evo_name: String evo_start_production_year: Int modifiedon: DateTime statecode: Int toObjectString: String } type evo_subsidy { accounts: [account] createdon: DateTime evo_brands: [evo_brand] evo_datefrom: DateTime evo_dateto: DateTime evo_get_subsidy_payment: Int evo_leasingobject_types: [evo_leasingobject_type] evo_max_subsidy_summ: Decimal evo_models: [evo_model] evo_name: String evo_percent_subsidy: Decimal evo_subsidyid: Uuid evo_subsidy_summ: Decimal evo_subsidy_type: Int modifiedon: DateTime statecode: Int statuscode: Int toObjectString: String } type evo_client_risk { createdon: DateTime evo_client_riskid: Uuid evo_id: Int evo_name: String modifiedon: DateTime statecode: Int toObjectString: String } type evo_client_type { createdon: DateTime evo_client_typeid: Uuid evo_name: String modifiedon: DateTime statecode: Int toObjectString: String } type evo_currencychange { createdon: DateTime evo_coursedate: DateTime evo_currencychange: Decimal evo_ref_transactioncurrency: Uuid evo_ref_transactioncurrencyData: transactioncurrency modifiedon: DateTime toObjectString: String } type evo_town { createdon: DateTime evo_businessunit_evolution: Boolean evo_fias_id: String evo_kladr_id: String evo_name: String evo_townid: Uuid modifiedon: DateTime statecode: Int toObjectString: String } type evo_region { accounts(statecode: Int): [account] createdon: DateTime evo_businessunit_evolution: Boolean evo_creditregistry_id: Int evo_fias_id: String evo_kladr_id: String evo_name: String evo_okato: String evo_oktmo: String evo_postal_code: String evo_regionid: Uuid evo_region_name: String evo_region_type: String evo_timezone: String modifiedon: DateTime statecode: Int toObjectString: String } type evo_gps_brand { createdon: DateTime evo_gps_brandid: Uuid evo_id: String evo_name: String modifiedon: DateTime statecode: Int toObjectString: String } type evo_gps_model { createdon: DateTime evo_gps_brandid: Uuid evo_gps_modelid: Uuid evo_id: String evo_moto: Boolean evo_name: String modifiedon: DateTime statecode: Int toObjectString: String } type evo_impairment_group { createdon: DateTime evo_impairment_groupid: Uuid evo_name: String modifiedon: DateTime statecode: Int toObjectString: String } type transactioncurrency { createdon: DateTime currencyname: String isocurrencycode: String modifiedon: DateTime statecode: Int toObjectString: String transactioncurrencyid: Uuid } type evo_businessunit { createdon: DateTime evo_businessunitid: Uuid evo_name: String evo_sale_businessunitid: Uuid modifiedon: DateTime toObjectString: String } type evo_request_payment { createdon: DateTime evo_accountid: Uuid evo_act_accept: Boolean evo_agency_agreementid: Uuid evo_agency_agreementidData: evo_agency_agreement evo_agent_report_date: DateTime evo_agent_report_summ: Decimal evo_bank_accountid: Uuid evo_bank_code: String evo_bank_detailsid: Uuid evo_bank_detailsidData: evo_bank_details evo_businessunitid: Uuid evo_contractid: Uuid evo_contractidData: evo_contract evo_contract_paysum: Decimal evo_contract_paysum_currency: Decimal evo_contract_paysum_fact: Decimal evo_corresponding_account: String evo_director_decision: Int evo_director_systemuserid: Uuid evo_final_accept: Int evo_finegibddid: Uuid evo_finegibddidData: evo_finegibdd evo_id: String evo_inn: String evo_insurance_periodid: Uuid evo_insurance_policyid: Uuid evo_insurance_policyidData: evo_insurance_policy evo_kpp: String evo_leasingobjectid: Uuid evo_name: String evo_number_dkp: String evo_oktmo_mreo: String evo_opportunityid: Uuid evo_paymentorders(evo_name: String, statecode: Int): [evo_paymentorder] evo_payment_account: String evo_payment_branch: Boolean evo_payment_branch_accountid: Uuid evo_payment_branch_accountidData: account evo_payment_date: DateTime evo_payment_recipient: Uuid evo_payment_recipientData: account evo_payment_recipient_account: Uuid evo_payment_recipient_accountData: account evo_payment_recipient_contact: Uuid evo_payment_recipient_contactData: contact evo_payorder_date: DateTime evo_purpose_pay: String evo_region_director_systemuserid: Uuid evo_request_paymentid: Uuid evo_request_payment_type: Int evo_statuscodeid: Uuid evo_storage: String evo_supplier_payment_type: Int evo_transactioncurrencyid: Uuid evo_transfer_contact: Boolean evo_vat: Decimal modifiedon: DateTime statecode: Int toObjectString: String } type evo_contract { createdon: DateTime emailaddress: String evo_1c_date_state: Int evo_1c_date_update: DateTime evo_accountid: Uuid evo_accountidData: account evo_acc_singdoc_contactid: Uuid evo_acquisition_costs: Decimal evo_act_date: DateTime evo_add_bonus_summ: Decimal evo_agent_accountid: Uuid evo_agent_reward: Decimal evo_agent_reward_conditionid: Uuid evo_agent_reward_summ: Decimal evo_approvallogs: [evo_approvallog] evo_balance_holder: Int evo_bank_detailsid: Uuid evo_bank_detailsidData: evo_bank_details evo_base_calc_pay: Decimal evo_bonus_pay_systemuserid: Uuid evo_broker_accountid: Uuid evo_broker_reward: Decimal evo_broker_reward_conditionid: Uuid evo_broker_reward_summ: Decimal evo_businessunitid: Uuid evo_calc_irr: Decimal evo_calc_profit: Decimal evo_cancel_contract: Boolean evo_card_bonus_summ: Decimal evo_check_scan_comment: String evo_check_scan_result: Int evo_claim_pledge_agreementid: Uuid evo_client_type: Int evo_contractid: Uuid evo_contract_status_1c: Int evo_contract_status_change_date_in_crm: DateTime evo_contract_status_date_1c: DateTime evo_dateend: DateTime evo_date_of_pledge_claim: DateTime evo_date_of_pledge_leasobject: DateTime evo_date_termination: DateTime evo_dealer_broker_accountid: Uuid evo_dealer_broker_reward: Decimal evo_dealer_broker_reward_conditionid: Uuid evo_dealer_broker_reward_summ: Decimal evo_dealer_person_accountid: Uuid evo_dealer_person_accountidData: account evo_dealer_person_reward: Decimal evo_dealer_person_reward_conditionid: Uuid evo_dealer_person_reward_summ: Decimal evo_debtwork_contractid: Uuid evo_debtwork_contracts: [evo_debtwork_contract] evo_debt_leasing: Decimal evo_debt_penalty_fee: Decimal evo_debt_total: Decimal evo_delay_days_count: Int evo_director_bonus: Decimal evo_director_fingap_bonus: Decimal evo_director_nsib_bonus: Decimal evo_discount_perc: Decimal evo_discount_supplier_currency: Decimal evo_docdate: DateTime evo_docdate_dkp: DateTime evo_dogovortype: Int evo_dog_credit: Decimal evo_double_agent_accountid: Uuid evo_double_agent_reward: Decimal evo_double_agent_reward_conditionid: Uuid evo_double_agent_reward_summ: Decimal evo_economic: Decimal evo_economic_actual: Decimal evo_economic_with_nds: Decimal evo_economic_with_nds_actual: Decimal evo_end_date_of_pledge_claim: DateTime evo_end_date_of_pledge_leasobject: DateTime evo_expinput_actual_date: DateTime evo_fedres_xml_date: DateTime evo_finegibdds: [evo_finegibdd] evo_fingap_bonus_sum: Decimal evo_fingap_period: Int evo_finmon_message_date: DateTime evo_fin_department_accountid: Uuid evo_fin_department_reward: Decimal evo_fin_department_reward_conditionid: Uuid evo_fin_department_reward_summ: Decimal evo_first_payment_fact: Decimal evo_first_payment_fact_date: DateTime evo_first_payment_perc: Decimal evo_first_payment_perc_without_subsidy: Decimal evo_first_payment_rub: Decimal evo_first_payment_rub_without_subsidy: Decimal evo_forwarder_contactid: Uuid evo_fuel_card_addproductid: Uuid evo_fuel_card_addproduct_typeid: Uuid evo_graphs(statecode: Int): [evo_graph] evo_graph_irr: Decimal evo_graph_irr_actual: Decimal evo_help_card_addproductid: Uuid evo_help_card_addproductidData: evo_addproduct evo_help_card_addproduct_typeid: Uuid evo_importer_reward_rub: Decimal evo_info_redemption_date: DateTime evo_insurance_period: Int evo_irr_msfo_final: Decimal evo_irr_msfo_final2_actual: Decimal evo_irr_msfo_final_actual: Decimal evo_issue_date_buh: DateTime evo_issue_place_addressid: Uuid evo_last_payment_redemption: Boolean evo_leasingobjectid: Uuid evo_leasingobjectidData: evo_leasingobject evo_leasing_bonus_summ: Decimal evo_leasing_pledge_agreementid: Uuid evo_lessor_bank_detailsid: Uuid evo_log_activdate_1c: String evo_msfo_irr: Decimal evo_msfo_irr_actual: Decimal evo_name: String evo_nds_in_price_supplier_currency: Decimal evo_nds_perc: Decimal evo_net_irr: Decimal evo_niatinception_msfo: Decimal evo_niatinception_msfo_actual: Decimal evo_ni_at_inception: Decimal evo_ni_at_inception_actual: Decimal evo_non_payment_count: Decimal evo_npvni_msfo: Decimal evo_npvni_msfo_final: Decimal evo_nsib_bonus_summ: Decimal evo_ns_bonus_summ: Decimal evo_number_dkp: String evo_ownership_date: DateTime evo_paymentorders(evo_name: String, statecode: Int): [evo_paymentorder] evo_payment_redemption: Int evo_payment_redemption_sum: Decimal evo_payment_redemption_sum_without_nds: Decimal evo_period: Int evo_price_without_discount: Decimal evo_price_without_discount_supplier_currency: Decimal evo_price_wthout_discount_nds_sup_currency: Decimal evo_purchases_participation: Boolean evo_quoteid: Uuid evo_rate: Decimal evo_rateid: Uuid evo_reason_change_account: Int evo_ref_opportunityid: Uuid evo_region_director_nsib_bonus: Decimal evo_registration_addproductid: Uuid evo_registration_addproductidData: evo_addproduct evo_registration_addproduct_typeid: Uuid evo_return_leasing: Boolean evo_sale_without_nds: Boolean evo_signer_different_contactid: Uuid evo_signer_different_dkpid: Uuid evo_signer_different_systemuserid: Uuid evo_singdoc_systemuserid: Uuid evo_statuscodeid: Uuid evo_statuscodeidData: evo_statuscode evo_storage: String evo_subsidyid: Uuid evo_subsidy_solution: Int evo_subsidy_summ: Decimal evo_subsidy_validity_date: DateTime evo_supplier_accountid: Uuid evo_supplier_bank_detailsid: Uuid evo_supplier_bank_detailsidData: evo_bank_details evo_supplier_currency_price: Decimal evo_supplier_pay1_sum: Decimal evo_supplier_payfull_date: DateTime evo_supplier_pay_actual: Decimal evo_supplier_pay_actual_currency: Decimal evo_supplier_signer_contactid: Uuid evo_tarifid: Uuid evo_telematics_addproduct_typeid: Uuid evo_telematics_addproduct_typeid_new: Uuid evo_telematics_equipment_addproductid: Uuid evo_telematics_equipment_addproductidData: evo_addproduct evo_telematics_service_addproductid: Uuid evo_termreason: Int evo_tracking_addproductid: Uuid evo_tracking_addproductidData: evo_addproduct evo_tracking_addproduct_typeid: Uuid evo_tracking_addproduct_typeid_new: Uuid evo_trade_in_accountid: Uuid evo_trade_in_cost_pre: Decimal evo_transactioncurrencyid: Uuid evo_transactioncurrencyidData: transactioncurrency evo_uncritical_scan: Boolean evo_vehicle_tax_period: Decimal evo_vehicle_tax_year: Decimal modifiedon: DateTime ownerid: Uuid toObjectString: String } type evo_external_system_request { createdon: DateTime evo_accountid: Uuid evo_accountidData: account evo_addcontractid: Uuid evo_addproductid: Uuid evo_agency_agreementid: Uuid evo_contactid: Uuid evo_contractid: Uuid evo_credreg_report_code: String evo_emailid: Uuid evo_emailidData: email evo_external_system_requestid: Uuid evo_finegibddid: Uuid evo_fuel_card_request_id: Decimal evo_insurance_periodid: Uuid evo_insurance_policyid: Uuid evo_integration_status: Int evo_log: String evo_name: String evo_number_repetitions_fact: Int evo_number_repetitions_plan: Int evo_opportunityid: Uuid evo_path_report: String evo_prima_requestid: String evo_request_paymentid: Uuid evo_request_paymentidData: evo_request_payment evo_system: Int modifiedon: DateTime toObjectString: String } type evo_paymentorder { createdon: DateTime evo_account_name_text: String evo_comment: String evo_contractid: Uuid evo_correction_date_1c: DateTime evo_correction_number_1c: String evo_dds_1c: String evo_inn_text: String evo_insurance_periodid: Uuid evo_money_transfer_paymentorderid: Uuid evo_name: String evo_paydate: DateTime evo_paydate_fact: DateTime evo_paymentorderid: Uuid evo_payment_number_1c: String evo_payment_type: Int evo_paystatus: Int evo_paysum: Decimal evo_received_not_from_client: Boolean evo_request_paymentid: Uuid modifiedon: DateTime statecode: Int statuscode: Int toObjectString: String } type evo_vehicle_body_typeGraphQL { createdon: DateTime evo_id: Int evo_id_elt: String evo_name: String evo_vehicle_body_typeid: Uuid modifiedon: DateTime toObjectString: String } type evo_coefficient { createdon: DateTime evo_businessunitid: Uuid evo_businessunits(statecode: Int): [evo_businessunit] evo_client_riskid: Uuid evo_client_typeid: Uuid evo_coefficientid: Uuid evo_corfficient_type: Int evo_correction_coefficient: Decimal evo_datefrom: DateTime evo_dateto: DateTime evo_graph_type: Int evo_job_titleid: Uuid evo_leasingobject_types(statecode: Int): [evo_leasingobject_type] evo_max_period: Int evo_min_period: Int evo_name: String evo_risk_delta: Decimal evo_season_type: Int evo_sot_coefficient: Decimal evo_sot_coefficient_typeid: Uuid modifiedon: DateTime statecode: Int toObjectString: String } type evo_planpayment { createdon: DateTime evo_addcontractid: Uuid evo_addproduct_typeid: Uuid evo_cashflow_nsib: Decimal evo_cost_equipment: Decimal evo_cost_equipment_withoutnds: Decimal evo_cost_price_telematics: Decimal evo_cost_price_telematics_withoutnds: Decimal evo_cost_telematics: Decimal evo_cost_telematics_withoutnds: Decimal evo_early_repayment_sum: Decimal evo_fix_calc_sum: Decimal evo_graphid: Uuid evo_name: String evo_nds: Decimal evo_nsib_brutto: Decimal evo_nsib_expenses: Decimal evo_nsib_revenue: Decimal evo_payment_ratio: Decimal evo_plandate: DateTime evo_planpaymentid: Uuid evo_pl_sum: Decimal evo_remaining_payments: Decimal evo_subsidy_summ: Decimal evo_sum: Decimal evo_sum_withoutnds: Decimal modifiedon: DateTime ownerid: Uuid statecode: Int statuscode: Int toObjectString: String } type evo_tarif { createdon: DateTime evo_balance_holder: [Int!] evo_baseproductid: Uuid evo_client_risks(statecode: Int): [evo_client_risk] evo_client_types(statecode: Int): [evo_client_type] evo_datefrom: DateTime evo_dateto: DateTime evo_delivery_time: [Int!] evo_graphtype_exception: [Int!] evo_id: String evo_ins_type: [Int!] evo_irr: Decimal evo_irr_plan: Decimal evo_leasingobject_types(statecode: Int): [evo_leasingobject_type] evo_max_first_payment: Decimal evo_max_irr: Decimal evo_max_last_payment: Decimal evo_max_period: Decimal evo_min_decreasing_perc: Decimal evo_min_first_payment: Decimal evo_min_irr: Decimal evo_min_last_payment: Decimal evo_min_period: Decimal evo_min_profit: Decimal evo_models(statecode: Int): [evo_model] evo_model_exceptions(statecode: Int): [evo_model] evo_name: String evo_pay_supplier_without_addcontract: Boolean evo_rates(statecode: Int): [evo_rate] evo_seasons_type_exception: [Int!] evo_tarifid: Uuid evo_transactioncurrencyid: Uuid evo_used: Boolean modifiedon: DateTime statecode: Int toObjectString: String } type evo_rate { createdon: DateTime evo_base_rate: Decimal evo_brands(statecode: Int): [evo_brand] evo_coeff_12_23: Decimal evo_coeff_24_35: Decimal evo_coeff_36_47: Decimal evo_coeff_48_60: Decimal evo_coeff_7_11: Decimal evo_credit_period: Int evo_datefrom: DateTime evo_dateto: DateTime evo_id: String evo_name: String evo_rateid: Uuid evo_tarifs(statecode: Int): [evo_tarif] modifiedon: DateTime toObjectString: String } type evo_sot_coefficient_type { createdon: DateTime evo_id: String evo_name: String evo_sot_coefficient_typeid: Uuid modifiedon: DateTime statecode: Int toObjectString: String } type evo_job_title { createdon: DateTime evo_id: String evo_job_titleid: Uuid evo_name: String modifiedon: DateTime toObjectString: String } type evo_address { createdon: DateTime evo_addressid: Uuid evo_address_name: String evo_area: String evo_area_fias_id: String evo_area_type: String evo_area_type_full: String evo_area_with_type: String evo_block: String evo_block_type: String evo_block_type_full: String evo_city: String evo_city_district: String evo_city_district_fias_id: String evo_city_district_type: String evo_city_district_type_full: String evo_city_district_with_type: String evo_city_fias_id: String evo_city_type: String evo_city_type_full: String evo_city_with_type: String evo_country: String evo_country_iso_code: String evo_federal_district: String evo_fias: Boolean evo_fias_code: String evo_fias_level: Int evo_flat: String evo_flat_type: String evo_flat_type_full: String evo_geo_lat: String evo_geo_lon: String evo_house: String evo_house_fias_id: String evo_house_type: String evo_house_type_full: String evo_postal_box: String evo_postal_code: String evo_region: String evo_regionid: Uuid evo_region_fias_id: String evo_region_iso_code: String evo_region_type: String evo_region_type_full: String evo_region_with_type: String evo_settlement: String evo_settlement_fias_id: String evo_settlement_type: String evo_settlement_type_full: String evo_settlement_with_type: String evo_street: String evo_street_fias_id: String evo_street_type: String evo_street_type_full: String evo_street_with_type: String modifiedon: DateTime toObjectString: String } type systemuser { businessunitid: Uuid businessunitidData: businessunit createdon: DateTime domainname: String evo_baseproducts(statecode: Int): [evo_baseproduct] evo_callrecords_access: Boolean evo_datebirth: DateTime evo_employee_id: String evo_fedresurs_rules: Boolean evo_identity_documents: [evo_identity_document] evo_job_titleid: Uuid evo_loader: String evo_role_treasury: Boolean evo_sfm: Boolean evo_underwriting_purchases_rules: Boolean evo_wordmergerui_access: Boolean firstname: String fullname: String jobtitle: String lastname: String middlename: String mobilephone: String modifiedon: DateTime roles: [role] systemuserid: Uuid tisa_phonecallprocessings(statecode: Int = 0): [tisa_phonecallprocessing] toObjectString: String } type evo_identity_document { createdon: DateTime evo_citizenship_countryid: Uuid evo_code: String evo_docnumber: String evo_doctype: Int evo_employee_systemuserid: Uuid evo_identity_documentid: Uuid evo_issueby: String evo_issuedate: DateTime evo_placebirth: String evo_registration_addressid: Uuid evo_seria: String modifiedon: DateTime toObjectString: String } type evo_countryGraphQL { createdon: DateTime evo_alpha2_code: String evo_code_numeric: String evo_countryid: Uuid modifiedon: DateTime toObjectString: String } type evo_finegibdd { createdon: DateTime evo_accountid: Uuid evo_contractid: Uuid evo_contractidData: evo_contract evo_date_send_accrued: DateTime evo_date_send_email: DateTime evo_decree_date: DateTime evo_decree_judicial_date: DateTime evo_decree_judicial_number: String evo_decree_number: String evo_finegibddid: Uuid evo_fine_creat: Int evo_gibdd_accountid: Uuid evo_kbk: String evo_leasingobjectid: Uuid evo_name: String evo_oktmo: String evo_payorder_date: DateTime evo_payorder_sum: Decimal evo_pay_before: DateTime evo_storage: String evo_sum: Decimal evo_sum_discount: Decimal modifiedon: DateTime toObjectString: String } type evo_agency_agreement { createdon: DateTime evo_add_agency_agreementid: Uuid evo_agency_agreementid: Uuid evo_agency_agreement_number: String evo_agency_agreement_type: Int evo_agent_accountid: Uuid evo_bank_detailsid: Uuid evo_boss_comment: String evo_boss_decision: Int evo_businessunitid: Uuid evo_contactid: Uuid evo_datefrom: DateTime evo_dateto: DateTime evo_date_change_statuscode: DateTime evo_director_comment: String evo_director_decision: Int evo_name: String evo_number: Int evo_region_director_comment: String evo_region_director_decision: Int evo_signer_systemuserid: Uuid evo_statuscodeid: Uuid evo_storage: String evo_termination_doc_date: DateTime evo_termination_type: Int evo_term_boss_systemuserid: Uuid evo_term_director_systemuserid: Uuid evo_term_region_director_systemuserid: Uuid evo_term_topboss_systemuserid: Uuid evo_topboss_comment: String evo_topboss_decision: Int evo_top_termination: Int modifiedon: DateTime ownerid_systemuser: Uuid ownerid_team: Uuid toObjectString: String } type evo_addcontract { createdon: DateTime evo_accountid: Uuid evo_accountid_new: Uuid evo_account_change: Boolean evo_acquisition_costs: Decimal evo_activdate_1c: DateTime evo_activdate_crm: DateTime evo_activdate_insurance: DateTime evo_addcontractid: Uuid evo_add_bonus_summ: Decimal evo_agent_reward_summ: Decimal evo_age_drivers: Int evo_age_drivers_new: Int evo_approv_business_analyst: Boolean evo_balance: Int evo_balance_change: Boolean evo_balance_new: Int evo_bank_detailsid: Uuid evo_bank_detailsid_new: Uuid evo_ban_edit_date: DateTime evo_base: String evo_base_bonus: Decimal evo_base_calc_pay: Decimal evo_base_new: String evo_broker_reward_summ: Decimal evo_businessunitid: Uuid evo_calculation_method: Int evo_calculator_type: Int evo_calc_profit: Decimal evo_category: Int evo_category_new: Int evo_category_tr: Int evo_category_tr_new: Int evo_certificate: String evo_certificate_date: DateTime evo_certificate_date_new: DateTime evo_certificate_issued: String evo_certificate_issued_new: String evo_certificate_new: String evo_change_payment_date: Boolean evo_chassis: String evo_chassis_new: String evo_color: String evo_color_new: String evo_contractid: Uuid evo_contract_term_change: Boolean evo_cost_change: Boolean evo_cost_currency_change: Boolean evo_dateend: DateTime evo_date_addcontract: DateTime evo_date_calculation_done: DateTime evo_date_offset_change: Boolean evo_deadline_date: DateTime evo_dealer_broker_accountid: Uuid evo_dealer_broker_accountid_new: Uuid evo_dealer_broker_reward: Decimal evo_dealer_broker_reward_conditionid: Uuid evo_dealer_broker_reward_conditionid_new: Uuid evo_dealer_broker_reward_new: Decimal evo_dealer_broker_reward_summ: Decimal evo_dealer_broker_reward_summ_new: Decimal evo_dealer_person_accountid: Uuid evo_dealer_person_accountid_new: Uuid evo_dealer_person_reward: Decimal evo_dealer_person_reward_conditionid: Uuid evo_dealer_person_reward_conditionid_new: Uuid evo_dealer_person_reward_new: Decimal evo_dealer_person_reward_summ: Decimal evo_dealer_person_reward_summ_new: Decimal evo_deviation_investments_withoutnds: Decimal evo_deviation_irr: Decimal evo_dgo_price: Decimal evo_dgo_price_new: Decimal evo_director_bonus: Decimal evo_discount_perc: Decimal evo_discount_perc_new: Decimal evo_discount_supplier_currency: Decimal evo_discount_supplier_currency_new: Decimal evo_dog_credit: Decimal evo_dog_credit_new: Decimal evo_double_agent_reward_summ: Decimal evo_driving_axle: String evo_driving_axle_new: String evo_early_change_discount: Boolean evo_early_discount_perc: Decimal evo_early_partly_type: Int evo_early_redemption_change: Boolean evo_ecological_class: Int evo_ecological_class_new: Int evo_economic: Decimal evo_economic_with_nds: Decimal evo_emailaddress: String evo_emailaddress_new: String evo_engine_model: String evo_engine_model_new: String evo_engine_power: Decimal evo_engine_power_kvt: Decimal evo_engine_power_kvt_new: Decimal evo_engine_power_new: Decimal evo_engine_type: Int evo_engine_type_new: Int evo_engine_volume: Decimal evo_engine_volume_new: Decimal evo_exp_drivers: Int evo_exp_drivers_new: Int evo_fin_department_reward_conditionid: Uuid evo_fin_department_reward_conditionid_new: Uuid evo_fin_department_reward_summ: Decimal evo_fin_department_reward_summ_new: Decimal evo_fix_last_payment: Boolean evo_franchise: Decimal evo_franchise_new: Decimal evo_gos_akt: String evo_gos_akt_new: String evo_graph_irr: Decimal evo_importer_reward_rub: Decimal evo_insurance_change: Boolean evo_insurance_period: Int evo_insurance_period_new: Int evo_insurance_price_result: Decimal evo_insurance_price_result_new: Decimal evo_insurer_kasko_accountid: Uuid evo_insurer_kasko_accountid_new: Uuid evo_insurer_osago_accountid: Uuid evo_insurer_osago_accountid_new: Uuid evo_ins_period_kasko_date: DateTime evo_ins_period_kasko_number: Int evo_ins_period_osago_date: DateTime evo_ins_period_osago_number: Int evo_irr_msfo_final: Decimal evo_irr_msfo_final2: Decimal evo_kasko_elt_id: String evo_kasko_elt_id_new: String evo_kasko_id_elt_calc: String evo_kasko_id_elt_calc_new: String evo_kasko_price: Decimal evo_kasko_price_new: Decimal evo_last_day_month: Boolean evo_last_payment_change: Boolean evo_last_payment_redemption: Boolean evo_last_payment_redemption_new: Boolean evo_leasingobjectid: Uuid evo_leasingobject_specification: String evo_leasingobject_specification_new: String evo_leasing_bonus_summ: Decimal evo_log_activdate_1c: String evo_maker: String evo_maker_new: String evo_max_mass: Decimal evo_max_mass_new: Decimal evo_max_speed: Decimal evo_max_speed_new: Decimal evo_motor_power_1: String evo_motor_power_1_new: String evo_msfo_irr: Decimal evo_name: String evo_nds_in_price_calc: Decimal evo_nds_in_price_supplier_currency: Decimal evo_nds_in_price_supplier_currency_new: Decimal evo_nds_perc: Decimal evo_nds_perc_new: Decimal evo_net_irr: Decimal evo_niatinception_msfo: Decimal evo_ni_at_inception: Decimal evo_npvni_msfo: Decimal evo_npvni_msfo_final: Decimal evo_ns_bonus_summ: Decimal evo_ns_price: Decimal evo_ns_price_new: Decimal evo_number_paydate: DateTime evo_number_planpaymentid: Uuid evo_object_number: String evo_object_number_new: String evo_osago_elt_id: String evo_osago_elt_id_new: String evo_osago_id_elt_calc: String evo_osago_id_elt_calc_new: String evo_osago_price: Decimal evo_osago_price_new: Decimal evo_passport_address: String evo_passport_address_new: String evo_passport_brand_model: String evo_passport_brand_model_new: String evo_passport_company: String evo_passport_company_new: String evo_passport_date: DateTime evo_passport_date_new: DateTime evo_passport_engine_type: String evo_passport_engine_type_new: String evo_passport_name: String evo_passport_name_new: String evo_passport_number: String evo_passport_number_new: String evo_passport_seria: String evo_passport_seria_new: String evo_passport_type: Int evo_passport_type_new: Int evo_payer_kasko: Int evo_payer_kasko_new: Int evo_payer_osago: Int evo_payer_osago_new: Int evo_payment_redemption: Int evo_period: Int evo_period_new: Int evo_price_calc: Decimal evo_price_without_discount: Decimal evo_price_without_discount_new: Decimal evo_price_without_discount_supplier_rub: Decimal evo_price_without_discount_supplier_rub_new: Decimal evo_price_without_disc_supplier_currency: Decimal evo_price_without_disc_supplier_currency_new: Decimal evo_price_wthout_disc_nds_sup_currency: Decimal evo_price_wthout_disc_nds_sup_currency_new: Decimal evo_prop_type: String evo_prop_type_new: String evo_pts_change: Boolean evo_pts_type: Int evo_pts_type_new: Int evo_quoteid: Uuid evo_recalculate_demand: Boolean evo_refuse_reason: Int evo_regionid: Uuid evo_regionid_new: Uuid evo_registration: Int evo_registration_addproduct_typeid: Uuid evo_registration_addproduct_typeid_new: Uuid evo_registration_change: Boolean evo_registration_new: Int evo_registration_regionid: Uuid evo_registration_regionid_new: Uuid evo_remove_restrictions: Boolean evo_seats: Int evo_seats_new: Int evo_signatory_evo_systemuserid: Uuid evo_signatory_lp_contactid: Uuid evo_signatory_lp_contactid_new: Uuid evo_source: Int evo_specification_change: Boolean evo_statuscodeid: Uuid evo_statuscodeidData: evo_statuscode evo_statuscode_reason: String evo_storage: String evo_sum_pay_change: Boolean evo_supplier_accountid: Uuid evo_supplier_accountid_new: Uuid evo_supplier_bank_detailsid: Uuid evo_supplier_bank_detailsid_new: Uuid evo_supplier_change: Boolean evo_supplier_currency_price: Decimal evo_supplier_currency_price_new: Decimal evo_supplier_pay_actual: Decimal evo_supplier_pay_actual_currency: Decimal evo_supplier_signer_contactid_new: Uuid evo_suspend_contract_change: Boolean evo_telematics_addproduct_typeid: Uuid evo_telematics_addproduct_typeid_new: Uuid evo_townid: Uuid evo_townid_new: Uuid evo_tracking_addproduct_typeid: Uuid evo_tracking_addproduct_typeid_new: Uuid evo_tracking_control_change: Boolean evo_transmission_number: String evo_transmission_number_new: String evo_type_agreement: Int evo_type_change_registration: Int evo_type_change_telematics: Int evo_type_change_tracking: Int evo_unlimit_drivers: Boolean evo_unlimit_drivers_new: Boolean evo_vacation_number_months: Int evo_vehicle_tax_approved: Decimal evo_vehicle_tax_approved_new: Decimal evo_vehicle_tax_period: Decimal evo_vehicle_tax_period_new: Decimal evo_vehicle_tax_year: Decimal evo_vehicle_tax_year_new: Decimal evo_vehicle_type_tax: Int evo_vehicle_type_tax_new: Int evo_vin: String evo_vin_new: String evo_year: Int evo_year_new: Int modifiedon: DateTime ownerid: Uuid toObjectString: String } type email { activityid: Uuid createdon: DateTime description: String email_activity_parties: [activityparty] evo_accountid: Uuid modifiedon: DateTime regardingobjectid_account: Uuid regardingobjectid_evo_contract: Uuid regardingobjectid_evo_insurance_period: Uuid regardingobjectid_evo_insurance_policy: Uuid regardingobjectid_evo_insurance_policyData: evo_insurance_policy regardingobjectid_evo_list: Uuid regardingobjectid_opportunity: Uuid statuscode: Int subject: String templateid: Uuid toObjectString: String } type evo_bank_details { createdon: DateTime evo_accountid: Uuid evo_bankid: Uuid evo_bankidData: account evo_bank_code: String evo_bank_detailsid: Uuid evo_contactid: Uuid evo_corresponding_account: String evo_kbk: String evo_name: String evo_payment_account: String modifiedon: DateTime toObjectString: String } type queue { createdon: DateTime emailaddress: String evo_id: String modifiedon: DateTime name: String queueid: Uuid toObjectString: String } type template { body: String createdon: DateTime description: String modifiedon: DateTime subject: String templateid: Uuid toObjectString: String } type MutationBy { createEntity(data: EntityDataInput): Uuid! updateEntity(data: EntityDataInput): Boolean! } type team { createdon: DateTime evo_baseproducts(statecode: Int): [evo_baseproduct] evo_identity_documents: [evo_identity_document] modifiedon: DateTime name: String teamid: Uuid toObjectString: String } """The `DateTime` scalar represents an ISO-8601 compliant date time type.""" scalar DateTime input FilterInput { fieldname: String guidvalues: [Uuid] intvalues: [Int!] operation: FilterOperation! stringvalues: [String] } enum LogicOperation { AND OR } enum SortingType { DESC ASC } type evo_insurance_policy { createdon: DateTime evo_accountid: Uuid evo_addproductnumberid: Uuid evo_contractid: Uuid evo_create_contract_elt: Boolean evo_create_period_status: Int evo_id: String evo_insurance_periods(statecode: Int): [evo_insurance_period] evo_insurance_policyid: Uuid evo_insurer_accountid: Uuid evo_ins_change_comment: String evo_nsib_ins_summ: Decimal evo_one_year_insurance: Boolean evo_owner_comment: String evo_pay_period: Int evo_polis_number: String evo_polis_type: Int evo_pre_polis_number: String evo_quoteid: Uuid evo_statuscodeid: Uuid modifiedon: DateTime ownerid: Uuid statecode: Int statuscode: Int toObjectString: String } type evo_addproductnumber { createdon: DateTime evo_accountid: Uuid evo_addproductnumberid: Uuid evo_insurance_type: Int evo_name: String evo_number_status: Int modifiedon: DateTime ownerid: Uuid toObjectString: String } type businessunit { businessunitid: Uuid createdon: DateTime evo_addressid: Uuid evo_boss_systemuserid: Uuid evo_director_systemuserid: Uuid evo_region_director_systgemuserid: Uuid evo_region_director_systgemuseridname: String modifiedon: DateTime name: String toObjectString: String } type evo_approvallog { createdon: DateTime evo_addcontractid: Uuid evo_agency_agreementid: Uuid evo_approvallogid: Uuid evo_contractid: Uuid evo_incidentid: Uuid evo_insurance_policyid: Uuid evo_leadid: Uuid evo_opportunityid: Uuid evo_predate_change_statuscode: DateTime evo_prestatuscodeid: Uuid evo_quoteid: Uuid evo_reason: String evo_request_paymentid: Uuid evo_statuscodeid: Uuid evo_statuscodeidData: evo_statuscode modifiedon: DateTime toObjectString: String } type evo_debtwork_contract { createdon: DateTime evo_accountid: Uuid evo_contractid: Uuid evo_date_change_statuscode: DateTime evo_db_region_com: String evo_debtwork_contractid: Uuid evo_debt_restruct_description: String evo_economic_security_com: String evo_erroneous_pay_contractname: String evo_inspection_done: Boolean evo_inspection_impossible: Boolean evo_inspection_impossible_reason: String evo_inspection_link_report: String evo_inspection_systemuserid: Uuid evo_insurance_case_dateend: DateTime evo_leasingobjectid: Uuid evo_non_payment_count: Decimal evo_opportunityid: Uuid evo_plan_date_transfer_pay: DateTime evo_redemption_com: String evo_redemption_type: [Int!] evo_result_debt_restruct: Boolean evo_result_error_payment: Boolean evo_result_inspection: Boolean evo_result_insurance_case: Boolean evo_result_redemption: Boolean evo_result_termination: Boolean evo_result_wait_payment: Boolean evo_result_withdrawal: Boolean evo_statuscodeid: Uuid evo_statuscodeidData: evo_statuscode evo_statuscode_reason: String evo_storage: String evo_termination_add_registry: Int evo_termination_com: String evo_termination_com_lawyer: String evo_termination_lawyer_systemuserid: Uuid evo_termination_reason_terms: Int evo_termination_reason_terms_doc: String evo_termination_reason_terms_text: String evo_termination_send_notice: Boolean evo_termination_send_notice_date: DateTime evo_termination_send_notice_repeat: Boolean evo_termination_solution: Int evo_termination_status_work: Int evo_termination_suspended_until: DateTime evo_termination_unique_notice: Boolean evo_withdrawal_businessunitid: Uuid evo_withdrawal_done: Boolean evo_withdrawal_impossible: Boolean evo_withdrawal_impossible_reason: String evo_withdrawal_issue_agreed: Int evo_withdrawal_issue_done: Int evo_withdrawal_parking_addressid: Uuid evo_withdrawal_plan_date: DateTime evo_withdrawal_systemuserid: Uuid modifiedon: DateTime ownerid: Uuid toObjectString: String } type tisa_phonecallprocessing { createdon: DateTime modifiedon: DateTime tisa_emploeeid: Uuid tisa_extension: String tisa_phonecallprocessingid: Uuid toObjectString: String } type role { createdon: DateTime modifiedon: DateTime name: String roleid: Uuid toObjectString: String } type activityparty { addressused: String createdon: DateTime modifiedon: DateTime participationtypemask: Int partyid_account: Uuid partyid_contact: Uuid partyid_evo_contract: Uuid partyid_queue: Uuid partyid_systemuser: Uuid toObjectString: String } input EntityDataInput { fields: [EntityFieldInput] id: Uuid logicalName: String } enum FilterOperation { ISNULL EQUAL CONTAINS NOTCONTAINS MORETHEN MOREOREQUALTHEN LESSTHEN LESSOREQUALTHEN } input EntityFieldInput { activitypartiesvalue: [activitypartyInput] boolvalue: Boolean datetimevalue: DateTime decimalvalue: Decimal guidvalue: Uuid intarrayvalue: [Int!] intvalue: Int key: String stringvalue: String } input activitypartyInput { addressused: String createdon: DateTime modifiedon: DateTime participationtypemask: Int partyid_account: Uuid partyid_contact: Uuid partyid_evo_contract: Uuid partyid_queue: Uuid partyid_systemuser: Uuid }