POST api/CompaniesFinancialDetails/SaveCompanyFinancialDetails

Request Information

URI Parameters

None.

Body Parameters

CompanyFinancialsDetailsVM
NameDescriptionTypeAdditional information
ID

integer

None.

CompanyID

integer

None.

CompanyName

string

None.

FD_Conversation_Date_Year

integer

None.

FD_Conversion_Date_Month

integer

None.

FD_Financials_year_end_date

integer

None.

FD_Financials_year_end_month

integer

None.

FD_Base_Currency

integer

None.

FD_Close_Posting_Before

date

None.

FD_Exchange_Rate_Floating_Points

integer

None.

FD_Calculation_Scale

integer

None.

FD_VAT_Return_Report

integer

None.

FD_Enable_Inventory_Transactions

integer

None.

ST_TAXID_Number

string

None.

ST_TAXID_Name

string

None.

ST_TAX_Period_Days

integer

None.

ST_TAX_Basis

string

None.

ST_Flat_Rate_Return

integer

None.

ST_TAX_Custom_Name

string

None.

ST_Show_TAXID_On_Invoices

integer

None.

ST_Show_TAXCustom_Name_On_Rpts

integer

None.

AS_Enable_Post_Dated_Trx

integer

None.

AS_Select_Depreciation_Date

integer

None.

AS_Product_price_in_Multi_currency

integer

None.

AS_Multiple_Currency_for_Bank_Accounts

integer

None.

AS_Cost_and_Profit_Centres

integer

None.

AS_Upt_Cst_price_of_last_purchased

integer

None.

AS_Double_Confirmations

integer

None.

CreatedBy

integer

None.

CreatedOn

date

None.

ModifiedBy

integer

None.

ModifiedOn

date

None.

Active

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "CompanyID": 2,
  "CompanyName": "sample string 3",
  "FD_Conversation_Date_Year": 4,
  "FD_Conversion_Date_Month": 5,
  "FD_Financials_year_end_date": 6,
  "FD_Financials_year_end_month": 7,
  "FD_Base_Currency": 8,
  "FD_Close_Posting_Before": "2025-12-16T20:41:50.0373846-06:00",
  "FD_Exchange_Rate_Floating_Points": 10,
  "FD_Calculation_Scale": 11,
  "FD_VAT_Return_Report": 12,
  "FD_Enable_Inventory_Transactions": 13,
  "ST_TAXID_Number": "sample string 14",
  "ST_TAXID_Name": "sample string 15",
  "ST_TAX_Period_Days": 16,
  "ST_TAX_Basis": "sample string 17",
  "ST_Flat_Rate_Return": 18,
  "ST_TAX_Custom_Name": "sample string 19",
  "ST_Show_TAXID_On_Invoices": 20,
  "ST_Show_TAXCustom_Name_On_Rpts": 21,
  "AS_Enable_Post_Dated_Trx": 22,
  "AS_Select_Depreciation_Date": 23,
  "AS_Product_price_in_Multi_currency": 24,
  "AS_Multiple_Currency_for_Bank_Accounts": 25,
  "AS_Cost_and_Profit_Centres": 26,
  "AS_Upt_Cst_price_of_last_purchased": 27,
  "AS_Double_Confirmations": 28,
  "CreatedBy": 29,
  "CreatedOn": "2025-12-16T20:41:50.0373846-06:00",
  "ModifiedBy": 31,
  "ModifiedOn": "2025-12-16T20:41:50.0373846-06:00",
  "Active": 33
}

application/xml, text/xml

Sample:
<CompanyFinancialsDetailsVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP_BL.ViewModels">
  <AS_Cost_and_Profit_Centres>26</AS_Cost_and_Profit_Centres>
  <AS_Double_Confirmations>28</AS_Double_Confirmations>
  <AS_Enable_Post_Dated_Trx>22</AS_Enable_Post_Dated_Trx>
  <AS_Multiple_Currency_for_Bank_Accounts>25</AS_Multiple_Currency_for_Bank_Accounts>
  <AS_Product_price_in_Multi_currency>24</AS_Product_price_in_Multi_currency>
  <AS_Select_Depreciation_Date>23</AS_Select_Depreciation_Date>
  <AS_Upt_Cst_price_of_last_purchased>27</AS_Upt_Cst_price_of_last_purchased>
  <Active>33</Active>
  <CompanyID>2</CompanyID>
  <CompanyName>sample string 3</CompanyName>
  <CreatedBy>29</CreatedBy>
  <CreatedOn>2025-12-16T20:41:50.0373846-06:00</CreatedOn>
  <FD_Base_Currency>8</FD_Base_Currency>
  <FD_Calculation_Scale>11</FD_Calculation_Scale>
  <FD_Close_Posting_Before>2025-12-16T20:41:50.0373846-06:00</FD_Close_Posting_Before>
  <FD_Conversation_Date_Year>4</FD_Conversation_Date_Year>
  <FD_Conversion_Date_Month>5</FD_Conversion_Date_Month>
  <FD_Enable_Inventory_Transactions>13</FD_Enable_Inventory_Transactions>
  <FD_Exchange_Rate_Floating_Points>10</FD_Exchange_Rate_Floating_Points>
  <FD_Financials_year_end_date>6</FD_Financials_year_end_date>
  <FD_Financials_year_end_month>7</FD_Financials_year_end_month>
  <FD_VAT_Return_Report>12</FD_VAT_Return_Report>
  <ID>1</ID>
  <ModifiedBy>31</ModifiedBy>
  <ModifiedOn>2025-12-16T20:41:50.0373846-06:00</ModifiedOn>
  <ST_Flat_Rate_Return>18</ST_Flat_Rate_Return>
  <ST_Show_TAXCustom_Name_On_Rpts>21</ST_Show_TAXCustom_Name_On_Rpts>
  <ST_Show_TAXID_On_Invoices>20</ST_Show_TAXID_On_Invoices>
  <ST_TAXID_Name>sample string 15</ST_TAXID_Name>
  <ST_TAXID_Number>sample string 14</ST_TAXID_Number>
  <ST_TAX_Basis>sample string 17</ST_TAX_Basis>
  <ST_TAX_Custom_Name>sample string 19</ST_TAX_Custom_Name>
  <ST_TAX_Period_Days>16</ST_TAX_Period_Days>
</CompanyFinancialsDetailsVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.