Fees (Honorare)

/rest/fees/fee/1

  • Get fee for id 1

Example result

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml [<!ENTITY shy "&#173;">]>
<xml>
<item0 id="1___1" db_id="1" is_invoiced="1" project_id="2" address_id="3" fee_account_id="1" purpose="" value="5000" value_pre_tax="6000" user_id="1" fee_no="123456" cost_centre_id="0" e_invoice_json="" ebinterface_json="" zugferd_json="" xrechnung_json="" fatturapa_json="" swissqr_json="" e_invoice_used="" is_done="0" turnover_rate="0.2" turnover_rate_perc="20" remited="0" remited_after_tax="0" remit_purpose="" diff_pre_tax="6000" predecessor_id="0" successor_id="0" reminder_level="0" is_percentage="0" deduction="" is_transfered="0" correspondence_id="" has_document="0" is_calcexp="0" discount="" finally_invoiced="0" fee_category_id="0" currency_id="" value_otcurr="" remited_otcurr="" deduction_otcurr="" value_otcurr_pre_tax="" diff_otcurr_pre_tax="" remited_otcurr_after_tax="" retention_type="0" retention="0" project="2023-00001 Einfamilienhaus" project_name="Einfamilienhaus" project_number="2023-00001" project_path_correspondence="" project_path_inbox="" project_path_outbox="" project_path_drawings="" cost_centre_name="" address="rost Enterprises" address_contact_person="" address_creditor_no="" address_debtor_no="" address_name="ACME  Enterprises, Main Street 1, Colorado City" user_name="Administrator" project_phase_name="In Bearbeitung" fee_account_bank_code="10000" fee_account_bank="Bank" fee_account_name="Konto 1 / 10000 / 0000000000" fee_account_account_number="0000000000" fee_account_account_designation="Konto 1" fee_category_name="" currency_name="" currency_abbreviation="" collective_ids="" value_for_report_sum="5000" value_pre_tax_for_report_sum="6000" fee_date="2023-08-02 00:00:00" fee_date_timezone="Europe/Vienna" entry_date="2023-08-02 00:00:00" entry_date_timezone="Europe/Vienna" done_date="" done_date_timezone="Europe/Vienna" due_date="2023-08-15 00:00:00" due_date_timezone="Europe/Vienna" last_reminder_date="" last_reminder_date_timezone="Europe/Vienna" discount_date="" discount_date_timezone="Europe/Vienna" retention_date="" retention_date_timezone="Europe/Vienna" from_date="" from_date_timezone="Europe/Vienna" to_date="" to_date_timezone="Europe/Vienna" object_is_editable="1" object_is_deleteable="1" object_is_editable_msg=""/>
</xml>

/rest/fees/project/1

  • Get for project with id 1

Same result as above

/rest/fees/period/2023/01/01/2023/12/31

  • Get fees for the period from Jan 1st 2023 to Dec 31th 2023

Same result as above

/rest/fees/period/1/2023/01/01/2023/12/31

  • Get fees for project id 1 in period from Jan 1st 2023 to Dec 31th 2023

Same result as above