- Edara API Walk Through
- Edara Webhooks
- Accounting
- Returns a list of TaxsGET
- Returns a list of AccountsGET
- Returns a list of NP ReportGET
- Returns a list of NR ReportGET
- Return a Tax by IDGET
- Returns a list of Cost CentersGET
- Returns an Account by IdGET
- Return a Currency by IDGET
- Delete an existing CurrencyDELETE
- Return a Tax by NameGET
- Return a Taxes by RateGET
- Return a Taxes by ScopeGET
- Returns an Cost Center by IdGET
- Return a E-Invoice tax codes by countryGET
- Returns a list of Accounts by Account TypeGET
- Return a Currency by CodeGET
- Returns a list of Account NodesGET
- Returns a list of CurrenciesGET
- Update an existing CurrencyPUT
- Create a new CurrencyPOST
- Return account by descriptionGET
- Return a Journal Entry by CodeGET
- Returns an AccountGET
- Returns an AccountGET
- Returns an Account by ClassificationCodeGET
- Returns an AccountGET
- Returns Account BalanceGET
- UpdateTaxPUT
- Create a new TaxPOST
- Update an existing CurrencyPUT
- Update a Journal Entry By CodePUT
- Return a Journal Entry by CodePOST
- Create a Cash OutPOST
- Create a Journal EntryPOST
- Pay Sales Order By Journal EntryPOST
- Create a Taxable Sales InvoicePOST
- Delete an existing TaxDELETE
- Delete an existing CurrencyDELETE
- Delete a Journal Entry by CodeDELETE
- Common
- Returns a list of Cities
- Update an existing City
- Create a new City
- Returns a list of Countries
- Update an existing Country
- Create a new Country
- Returns a list of Districts
- Update an existing District
- Create a new District
- Return a City by ID
- Delete an existing City
- Return a Country by ID
- Delete an existing Country
- Return a District by ID
- Delete an existing District
- Find a City by Name
- Returns a list of Districts by City Id
- Returns a list of Cities by Country Id
- Find a Country by Name
- Find a District by Name
- Return a Classification by ID
- Return a Setting by Module and Key
- Find a Classification by Name
- Returns a list of Setting
- Convert money from numeric value to Arabic words
- Convert money from numeric value to English words
- Ping
- Notifications
- Purchase
- Sales
- Return a Customer by ID
- Delete an existing Customer
- Return a Bundle by ID
- Delete an existing Bundle
- Returns a list of Sales Order Print Templates
- Return a SalesOrder by ID
- Delete an existing SalesOrder
- Return a SalesPerson by ID
- Delete an existing SalesPerson
- Return a ServiceItem by ID
- Delete an existing ServiceItem
- Return a Customer Addresses by Customer ID
- Return a Customer by Code
- Return a Customer by Name
- Return a Customer by Email
- Find a Customer
- Return a Customer by ExternalId
- Return a Customer by Mobile
- Returns a list of Customers
- Update an existing Customer
- Create a new Customer
- Return a SalesOrder by Code
- Return a Sales Order Print Template by ID
- GetCustomerBalance
- Return a SalesPerson by Code
- Return a SalesPerson by Name
- Return a ServiceItem by Code
- Return a ServiceItem by Name
- Return a SalesPerson by ExternalId
- Returns a list of SalesPersons
- Update an existing SalesPerson
- Create a new SalesPerson
- Return a ServiceItem by ExternalId
- Returns a list of ServiceItems
- Update an existing ServiceItem
- Create a new ServiceItem
- Return Customers by ExternalIds
- Returns a list of SalesOrder
- Update an existing SalesOrder
- Create a new SalesOrder
- Returns a list of SalesStores
- Create a new SalesStore
- Returns a list of Bundles
- Create a new Bundle
- Return a list of sales documents by specific criteria
- Update existing Customers
- Update the Header an existing SalesOrder
- Update existing Customers
- Update existing Customers
- Deactivate an existing Customer
- Update an existing Customer
- Cancel SalesOrder
- Cancel SalesOrder
- Update an existing SalesOrder
- UnIssue SalesOrder
- Deactivate an existing Customer
- Update an existing SalesPerson
- Update an existing ServiceItem
- Update SalesOrder Status
- Create a new SalesReturn
- Create sales order and related IO/SI and return created SO code
- Create cash-in for specified SO and update it with discount value and return created cash-in code
- Create new Customers
- Returns a list of SalesOrder Header
- Delete an existing Customer
- Delete an existing SalesPerson
- Delete an existing ServiceItem
- Warehouse
- Return a Brand by ID
- Returns a list of standard units of measure
- Returns a list of StockItems Tree by User ID
- Return a StockItem by ID
- Deactivate an existing StockItem
- Delete an existing StockItem
- Return a Warehouse by ID
- Delete an existing warehouse
- Return a WorkOrder by ID
- Return a StockItem by SKU
- Returns a list of StockItem Classifications
- Create a new stockitem classification
- Return StockItems by IDs
- Return a StockItem balance by ID
- Return a Warehouse balance by Warehouse ID
- Return a Brand by Name
- Returns a list of Warehouse Tree by User ID
- GetStockItemGlobalBalanceBySKU
- Returns a list of Brands
- Create a new Brand
- Return StockItems by Codes
- Return a StockItem by Code
- GetStockItemGlobalBalanceByCode
- Return a Warehouse by Code
- Return a Warehouse by Name
- Return a WorkOrder by Code
- Return stock item global balance object by id
- Return a StockItem by Code or SKU
- Returns a list of StockItems
- Update an existing StockItem
- Create a new StockItem
- Returns a list of Warehouses
- Update an existing Warehouse
- Create a new Warehouse
- Returns a list of DynamicProperty Tree by User ID
- Get stock item cost (by id) on specific date
- Search for StockItems
- Returns a list of RMA Warehouses
- Get bulk stock items cost (by SKUs) on specific date
- Return a StockItem balance for a specific Warehouse
- Return a StockItem by Part Number
- Return a StockItem by Code
- Return StockItems by External IDs
- Return StockItems by Part Numbers
- Get bulk stock items cost (by part numbers) on specific date
- Validate Item Serial is Returned
- Validate Item Serial for Returns
- Return a all StockItems balances
- Get stockitems balance by warehous
- Update existing StockItems
- Update existing StockItems
- Update Stock Item External Id
- Update existing StockItems
- Update Supplies Request
- Update an existing StockItem
- Update an existing Warehouse
- Deactivate an existing StockItem
- Update an existing issue offering
- Update an existing receive supplies
- Create a new Unit Of Measure
- Create StockItems
- Create a new issue offering
- Create a new receive supplies
- Delete an existing StockItem
- Delete an existing warehouse
- Delete an issue offering by code
- Delete an issue offering by code
UpdateTax
PUT
/v{version}/taxes
Accounting
Request
Path Params
version
string
required
Default:
2.0
Body Params application/x-www-form-urlencoded
id
integer <int32>
optional
name
string
required
rate
number <double>
required
e_invoce_tax_type_id
integer <int32>
optional
scope
string
optional
sales_account_id
integer <int32>
optional
sales_withholding_account_id
integer <int32>
optional
purchase_account_id
integer <int32>
optional
active
boolean
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/v/taxes' \
--data-urlencode 'name=' \
--data-urlencode 'rate=' \
--data-urlencode 'active='
Responses
🟢200OK
application/json
Body
status_code
integer <int32>
optional
error_message
string
optional
result
array[object (Tax) {17}]
optional
ID
integer <int32>
optional
Name
string
optional
Rate
number <double>
optional
EInvoceTaxTypeID
integer <int32>
optional
EInvoiceExemptionReasonID
integer <int32>
optional
EInvoiceExemptionReasonDescription
string
optional
EInvoceTaxeType
object (EInvoceTaxeType)
optional
Scope
string
optional
SalesAccountID
integer <int32>
optional
SalesWithholdingAccountID
integer <int32>
optional
PurchaseAccountID
integer <int32>
optional
PurchaseWithholdingAccountID
integer <int32>
optional
Active
boolean
optional
InsertUserId
integer <int32>
optional
InsertDate
string <date-time>
optional
UpdateUserId
integer <int32>
optional
UpdateDate
string <date-time>
optional
total_count
integer <int32>
optional
Example
{
"status_code": 0,
"error_message": "string",
"result": [
{
"ID": 0,
"Name": "string",
"Rate": 0,
"EInvoceTaxTypeID": 0,
"EInvoiceExemptionReasonID": 0,
"EInvoiceExemptionReasonDescription": "string",
"EInvoceTaxeType": {
"_ID": 0,
"_Description": "string",
"_OtherLangDescription": "string",
"_Type": "string",
"_Code": "string",
"_Country": "string",
"_ExemptionReasons": [
{
"_ID": 0,
"_TaxTypeID": 0,
"_Code": "string",
"_Description": "string",
"_OtherLangDescription": "string"
}
]
},
"Scope": "string",
"SalesAccountID": 0,
"SalesWithholdingAccountID": 0,
"PurchaseAccountID": 0,
"PurchaseWithholdingAccountID": 0,
"Active": true,
"InsertUserId": 0,
"InsertDate": "2019-08-24T14:15:22Z",
"UpdateUserId": 0,
"UpdateDate": "2019-08-24T14:15:22Z"
}
],
"total_count": 0
}
Modified at 2025-02-10 16:54:43