- Edara API Walk Through
- Edara Webhooks
- Accounting
- Returns a list of Taxs
- Returns a list of Accounts
- Returns a list of NP Report
- Returns a list of NR Report
- Return a Tax by ID
- Returns a list of Cost Centers
- Returns an Account by Id
- Return a Currency by ID
- Delete an existing Currency
- Return a Tax by Name
- Return a Taxes by Rate
- Return a Taxes by Scope
- Returns an Cost Center by Id
- Return a E-Invoice tax codes by country
- Returns a list of Accounts by Account Type
- Return a Currency by Code
- Returns a list of Account Nodes
- Returns a list of Currencies
- Update an existing Currency
- Create a new Currency
- Return account by description
- Return a Journal Entry by Code
- Returns an Account
- Returns an Account
- Returns an Account by ClassificationCode
- Returns an Account
- Returns Account Balance
- UpdateTax
- Create a new Tax
- Update an existing Currency
- Update a Journal Entry By Code
- Return a Journal Entry by Code
- Create a Cash Out
- Create a Journal Entry
- Pay Sales Order By Journal Entry
- Create a Taxable Sales Invoice
- Delete an existing Tax
- Delete an existing Currency
- Delete a Journal Entry by Code
- 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 IDGET
- Delete an existing CustomerDELETE
- Return a Bundle by IDGET
- Delete an existing BundleDELETE
- Returns a list of Sales Order Print TemplatesGET
- Return a SalesOrder by IDGET
- Delete an existing SalesOrderDELETE
- Return a SalesPerson by IDGET
- Delete an existing SalesPersonDELETE
- Return a ServiceItem by IDGET
- Delete an existing ServiceItemDELETE
- Return a Customer Addresses by Customer IDGET
- Return a Customer by CodeGET
- Return a Customer by NameGET
- Return a Customer by EmailGET
- Find a CustomerGET
- Return a Customer by ExternalIdGET
- Return a Customer by MobileGET
- Returns a list of CustomersGET
- Update an existing CustomerPUT
- Create a new CustomerPOST
- Return a SalesOrder by CodeGET
- Return a Sales Order Print Template by IDGET
- GetCustomerBalanceGET
- Return a SalesPerson by CodeGET
- Return a SalesPerson by NameGET
- Return a ServiceItem by CodeGET
- Return a ServiceItem by NameGET
- Return a SalesPerson by ExternalIdGET
- Returns a list of SalesPersonsGET
- Update an existing SalesPersonPUT
- Create a new SalesPersonPOST
- Return a ServiceItem by ExternalIdGET
- Returns a list of ServiceItemsGET
- Update an existing ServiceItemPUT
- Create a new ServiceItemPOST
- Return Customers by ExternalIdsGET
- Returns a list of SalesOrderGET
- Update an existing SalesOrderPUT
- Create a new SalesOrderPOST
- Returns a list of SalesStoresGET
- Create a new SalesStorePOST
- Returns a list of BundlesGET
- Create a new BundlePOST
- Return a list of sales documents by specific criteriaGET
- Update existing CustomersPUT
- Update the Header an existing SalesOrderPUT
- Update existing CustomersPUT
- Update existing CustomersPUT
- Deactivate an existing CustomerPUT
- Update an existing CustomerPUT
- Cancel SalesOrderPUT
- Cancel SalesOrderPUT
- Update an existing SalesOrderPUT
- UnIssue SalesOrderPUT
- Deactivate an existing CustomerPUT
- Update an existing SalesPersonPUT
- Update an existing ServiceItemPUT
- Update SalesOrder StatusPUT
- Create a new SalesReturnPOST
- Create sales order and related IO/SI and return created SO codePOST
- Create cash-in for specified SO and update it with discount value and return created cash-in codePOST
- Create new CustomersPOST
- Returns a list of SalesOrder HeaderPOST
- Delete an existing CustomerDELETE
- Delete an existing SalesPersonDELETE
- Delete an existing ServiceItemDELETE
- 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
Return a SalesOrder by ID
GET
/v{version}/salesOrders/{salesOrderId}
Sales
Request
Path Params
salesOrderId
integer <int32>
required
version
string
required
Default:
2.0
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 GET '/v/salesOrders/'
Responses
🟢200OK
application/json
Body
status_code
integer <int32>
optional
error_message
string
optional
result
object (SalesOrderViewModel)
optional
order_status
string
optional
id
integer <int32>
optional
document_code
string
optional
document_type
string
optional
paper_number
string
optional
run_sheet_id
string
optional
customer_id
integer <int32>
required
salesPerson_id
integer <int32>
optional
warehouse_id
integer <int32>
optional
salesstore_id
integer <int32>
optional
shippment_cost
number <double>
optional
document_date
string <date-time>
required
shipping_date
string <date-time>
optional
gross_total
number <double>
optional
sub_total
number <double>
optional
net_total
number <double>
optional
total_item_discounts
number <double>
optional
discount
number <double>
optional
discount_rate
number <double>
optional
taxable
boolean
optional
apply_tax_after_discount
boolean
optional
tax
number <double>
optional
cash_amount
number <double>
optional
currency_id
integer <int32>
optional
exchange_rate
number <double>
optional
channel
string
optional
notes
string
optional
external_id
string
optional
related_workorder_code
string
optional
related_workorder_value
number <double>
optional
related_salesreturn_codes
array[string]
optional
related_salesorder_codes
array[string]
optional
payment_information
object
optional
salesOrder_details
array[object (SalesOrderItemViewModel) {22}]
required
salesOrder_installments
array[object (SalesOrderInstallmentViewModel) {7}]
optional
insert_user_id
integer <int32>
optional
insert_date
string <date-time>
optional
update_user_id
integer <int32>
optional
update_date
string <date-time>
optional
address_id
integer <int32>
optional
payment_status
string
optional
other_credit_amount
number <double>
optional
total_count
integer <int32>
optional
Example
{
"status_code": 0,
"error_message": "string",
"result": {
"order_status": "string",
"id": 0,
"document_code": "string",
"document_type": "string",
"paper_number": "string",
"run_sheet_id": "string",
"customer_id": 0,
"salesPerson_id": 0,
"warehouse_id": 0,
"salesstore_id": 0,
"shippment_cost": 0,
"document_date": "2019-08-24T14:15:22Z",
"shipping_date": "2019-08-24T14:15:22Z",
"gross_total": 0,
"sub_total": 0,
"net_total": 0,
"total_item_discounts": 0,
"discount": 0,
"discount_rate": 0,
"taxable": true,
"apply_tax_after_discount": true,
"tax": 0,
"cash_amount": 0,
"currency_id": 0,
"exchange_rate": 0,
"channel": "string",
"notes": "string",
"external_id": "string",
"related_workorder_code": "string",
"related_workorder_value": 0,
"related_salesreturn_codes": [
"string"
],
"related_salesorder_codes": [
"string"
],
"payment_information": {
"property1": 0,
"property2": 0
},
"salesOrder_details": [
{
"id": 0,
"document_id": 0,
"quantity": 0,
"Issuedquantity": 0,
"unit_price": 0,
"price": 0,
"tax_id": 0,
"item_discount": 0,
"item_discount_type": 0,
"warehouse_id": 0,
"bundle_id": 0,
"service_item_id": 0,
"stock_item_id": 0,
"stock_item_code": "string",
"stock_item_description": "string",
"comments": "string",
"returned_quantity": 0,
"insert_user_id": 0,
"insert_date": "2019-08-24T14:15:22Z",
"update_user_id": 0,
"update_date": "2019-08-24T14:15:22Z",
"bundle_quantity": 0
}
],
"salesOrder_installments": [
{
"id": 0,
"document_id": 0,
"days_limit": 0,
"amount": 0,
"due_date": "2019-08-24T14:15:22Z",
"account_id": 0,
"payment_type": "string"
}
],
"insert_user_id": 0,
"insert_date": "2019-08-24T14:15:22Z",
"update_user_id": 0,
"update_date": "2019-08-24T14:15:22Z",
"address_id": 0,
"payment_status": "string",
"other_credit_amount": 0
},
"total_count": 0
}
🟠400Bad Request
🟠401Unauthorized
🟠404Record Not Found
🔴500Server Error
Modified at 2025-02-10 16:54:43