Skip to content
Download OpenAPI description
Languages
Servers
Production environment
https://api.dualentry.com
Development environment (for testing)
https://api-dev.dualentry.com

Monitor API availability and service status. Use these endpoints to verify connectivity and check if the API is operational.

Operations

Manage your chart of accounts. Create and maintain the accounts used to categorize financial transactions, including assets, liabilities, equity, revenue, and expenses.

Operations

Manage products and services. Define items that appear on invoices and bills, including pricing, descriptions, and associated accounts for revenue or expense tracking.

Operations

Manage custom classification dimensions. Create and maintain classification categories (e.g., departments, locations, projects) used to tag and analyze transactions across multiple dimensions.

Operations

Manage classification values. Define the specific values within each classification category that can be assigned to transaction line items for detailed reporting and analysis.

Operations

Access and manage company information. Retrieve details about your organization including legal name, tax identifiers, addresses, and accounting preferences.

Operations

Manage approval workflows and policies. Define approval rules, steps, conditions, and approvers for different record types. Monitor workflow execution states and view approval history.

Operations

View pending approvals and approval status. Access transactions and records awaiting approval across the organization, including full approval workflow details, approvers, and action history.

Operations

Manage financial budgets. Create and track income statement and balance sheet budgets with monthly cell values, actuals comparison, and classification filtering.

Operations

Create and manage manual journal entries. Record direct debits and credits to accounts for adjustments, accruals, reclassifications, and other accounting transactions.

Operations

Automate recurring journal entries. Create templates for journal entries that occur regularly (e.g., monthly depreciation, amortization) to ensure consistent accounting treatment.

Operations

Manage bank-to-bank transfers. Record and track transfers between bank and credit card accounts, including multi-currency transfers with exchange rate handling.

Operations

Manage sales invoices. Create and track invoices sent to customers for goods or services rendered, including line items, taxes, discounts, and payment status.

Operations

Manage revenue recognition contracts. Create and retrieve contracts with performance obligations, and manage obligation usage for usage-based obligations.

Operations

Create and manage sales orders. Track customer orders for goods or services before invoicing, including line items, quantities, fulfillment status, and invoicing progress.

Operations

Automate recurring billing. Set up and manage templates for invoices that are automatically generated on a regular schedule (e.g., monthly subscriptions).

Operations

Manage customer records. Create, update, and track customers who purchase goods or services from your organization, including contact information, billing addresses, and payment terms.

Operations

Record and manage customer payments. Track payments received from customers and apply them to outstanding invoices, including partial payments and overpayments.

Operations

Track advance payments from customers. Access prepayments received before goods or services are delivered, which can be applied to future invoices.

Operations

Apply customer prepayments and credits to invoices. Record applications of prepayments or credit memos to reduce invoice balances.

Operations

Manage customer deposit transactions. Record and track deposits received from customers as security or partial payment, held in liability accounts until earned or refunded.

Operations

Process and track customer refunds. Record refunds issued to customers for overpayments, returns, or cancelled transactions.

Operations

Manage credit memos for customers. Issue credits for returned goods, billing adjustments, or discounts that reduce customer balances or can be applied to future invoices.

Operations

Record immediate cash sales transactions. Track sales where payment is received at the time of sale, including point-of-sale transactions and cash receipts.

Operations

Manage vendor bills and payables. Record and track bills received from vendors for goods or services purchased, including line items, due dates, and payment tracking.

Operations

Automate recurring expenses. Configure templates for bills that repeat on a regular basis (e.g., monthly rent, subscriptions) to streamline expense tracking.

Operations

Create and track purchase orders. Manage formal requests to vendors for goods or services, including approval workflows, receiving tracking, and bill matching.

Operations

Record direct expense transactions. Track payments made directly from a bank or credit card account for expenses, without going through the accounts payable process.

Operations

Manage vendor and supplier records. Track businesses and individuals from whom you purchase goods or services, including contact details, payment terms, and tax information.

Operations

Record and manage vendor payments. Track payments made to vendors and apply them to outstanding bills and credits, including partial payments and overpayments.

Operations

Track advance payments to vendors. Record prepayments made before goods or services are received, which can be applied to future bills.

Operations

Apply vendor prepayments to bills. Record applications of prepayments to reduce bill balances and track amounts owed.

Operations

Manage vendor credit memos. Record credits from vendors for returned goods, billing adjustments, or discounts that reduce amounts owed or can be applied to future bills.

Operations

Process and track vendor refunds. Record refunds received from vendors for overpayments, returns, or cancelled transactions.

Operations

Manage paper check printing. Create, queue, and batch print paper checks for vendor payments, direct expenses, vendor prepayments, and customer refunds.

Operations

Manage fixed assets and capital equipment. Create, update, and track long-lived tangible assets including depreciation schedules, account assignments, and asset lifecycle management.

Operations

Request

Query
searchstring or null(Search)
company_idArray of integers or null(Company Id)
numberArray of integers or null(Number)
statusArray of strings or null(Status)
Enum"active""inactive""disposed""fully_amortized"
record_statusArray of strings or null(Record Status)
Enum"draft""posted""archived"
purchase_date_gtestring or null(date)(Purchase Date Gte)
purchase_date_ltestring or null(date)(Purchase Date Lte)
orderingstring or null(Ordering)
Default "id"
limitinteger(Limit)>= 1

Number of records to return per page (capped at 100)

Default 100
offsetinteger(Offset)>= 0

Number of records to skip before starting to return results

Default 0
curl -i -X GET \
  'https://api.dualentry.com/public/v1/fixed-assets/?search=string&company_id=0&number=0&status=active&record_status=draft&purchase_date_gte=2019-08-24&purchase_date_lte=2019-08-24&ordering=id&limit=100&offset=0'

Responses

OK

Bodyapplication/json
itemsArray of objects(Items)required
items[].​created_byobject or null(AuditActorSchemaOut)

Schema for audit actor information.

items[].​updated_byobject or null(AuditActorSchemaOut)

Schema for audit actor information.

items[].​internal_idinteger(Internal Id)required
items[].​numberinteger(Number)required
items[].​company_idinteger(Company Id)required
items[].​company_namestring(Company Name)required
items[].​namestring(Name)required
items[].​serial_numberstring(Serial Number)required
items[].​currency_iso_4217_codestring(SystemCurrencies)required
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
items[].​exchange_ratestring(Exchange Rate)^(?!^[-+.]*$)[+-]?0*\d*\.?\d{0,16}0*$required
items[].​purchase_datestring(date)(Purchase Date)required
items[].​memostring(Memo)required
items[].​coststring(Cost)^(?!^[-+.]*$)[+-]?0*\d*\.?\d{0,2}0*$required
items[].​statusstring(FixedAssetStatus)required
Enum"active""inactive""disposed""fully_amortized"
items[].​record_statusstring(RecordStatus)required
Enum"draft""posted""archived"
items[].​asset_account_numberinteger(Asset Account Number)required
items[].​expense_account_numberinteger(Expense Account Number)required
items[].​accumulation_account_numberinteger(Accumulation Account Number)required
items[].​useful_lifeinteger or null(Useful Life)
items[].​salvage_valuestring or null(Salvage Value)^(?!^[-+.]*$)[+-]?0*\d*\.?\d{0,2}0*$
items[].​depreciation_methodstring or null(DepreciationMethod)
Enum"straight_line""straight_line_prorate_even""declining_balance""double_declining""macrs_gds""macrs_ads""custom"
items[].​depreciation_start_datestring or null(date)(Depreciation Start Date)
items[].​conventionstring or null(DepreciationConvention)
Enum"mid_month""half_month""full_month""mid_quarter""half_year"
items[].​accumulated_beginning_balancestring or null(Accumulated Beginning Balance)^(?!^[-+.]*$)[+-]?0*\d*\.?\d{0,2}0*$
items[].​accumulated_throughstring or null(date)(Accumulated Through)
items[].​classificationsArray of objects(Classifications)
Default []
countinteger(Count)required
Response
application/json
{ "items": [ { … } ], "count": 0 }

Request

Bodyapplication/jsonrequired
company_idinteger(Company Id)required
namestring(Name)required
serial_numberstring(Serial Number)
Default ""
currency_iso_4217_codestring(SystemCurrencies)required
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
exchange_rateExchange Rate (number) or Exchange Rate (string)(Exchange Rate)required
Any of:
number(Exchange Rate)
purchase_datestring(date)(Purchase Date)required
memostring(Memo)
Default ""
costCost (number) or Cost (string)(Cost)required
Any of:
number(Cost)
statusstring(FixedAssetStatus)required
Enum"active""inactive""disposed""fully_amortized"
asset_account_numberinteger(Asset Account Number)required
expense_account_numberinteger(Expense Account Number)required
accumulation_account_numberinteger(Accumulation Account Number)required
useful_lifeinteger(Useful Life)required
salvage_valueSalvage Value (number) or Salvage Value (string)(Salvage Value)required
Any of:
number(Salvage Value)
depreciation_methodstring(DepreciationMethod)required
Enum"straight_line""straight_line_prorate_even""declining_balance""double_declining""macrs_gds""macrs_ads""custom"
depreciation_start_datestring(date)(Depreciation Start Date)required
conventionstring(DepreciationConvention)required
Enum"mid_month""half_month""full_month""mid_quarter""half_year"
acceleration_factorAcceleration Factor (number) or Acceleration Factor (string)(Acceleration Factor)
Default "1.0"
Any of:
number(Acceleration Factor)
Default "1.0"
accumulated_beginning_balanceAccumulated Beginning Balance (number) or Accumulated Beginning Balance (string)(Accumulated Beginning Balance)
Default "0"
Any of:
number(Accumulated Beginning Balance)
Default "0"
accumulated_throughstring or null(date)(Accumulated Through)
record_statusstring(RecordStatus)
Default "posted"
Enum"draft""posted""archived"
addressobject or null(AddressSchemaIn)
classificationsArray of objects(Classifications)
Default []
curl -i -X POST \
  https://api.dualentry.com/public/v1/fixed-assets/ \
  -H 'Content-Type: application/json' \
  -d '{
    "company_id": 0,
    "name": "string",
    "serial_number": "",
    "currency_iso_4217_code": "AED",
    "exchange_rate": 0,
    "purchase_date": "2019-08-24",
    "memo": "",
    "cost": 0,
    "status": "active",
    "asset_account_number": 0,
    "expense_account_number": 0,
    "accumulation_account_number": 0,
    "useful_life": 0,
    "salvage_value": 0,
    "depreciation_method": "straight_line",
    "depreciation_start_date": "2019-08-24",
    "convention": "mid_month",
    "acceleration_factor": "1.0",
    "accumulated_beginning_balance": "0",
    "accumulated_through": "2019-08-24",
    "record_status": "posted",
    "address": {
      "street": "string",
      "city": "string",
      "state": "",
      "postal_code": "string",
      "country": "",
      "second_line": "",
      "name": "string"
    },
    "classifications": []
  }'

Responses

Created

Bodyapplication/json
created_byobject or null(AuditActorSchemaOut)

Schema for audit actor information.

updated_byobject or null(AuditActorSchemaOut)

Schema for audit actor information.

internal_idinteger(Internal Id)required
numberinteger(Number)required
company_idinteger(Company Id)required
company_namestring(Company Name)required
namestring(Name)required
serial_numberstring(Serial Number)required
currency_iso_4217_codestring(SystemCurrencies)required
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
exchange_ratestring(Exchange Rate)^(?!^[-+.]*$)[+-]?0*\d*\.?\d{0,16}0*$required
purchase_datestring(date)(Purchase Date)required
memostring(Memo)required
coststring(Cost)^(?!^[-+.]*$)[+-]?0*\d*\.?\d{0,2}0*$required
statusstring(FixedAssetStatus)required
Enum"active""inactive""disposed""fully_amortized"
record_statusstring(RecordStatus)required
Enum"draft""posted""archived"
asset_account_numberinteger(Asset Account Number)required
expense_account_numberinteger(Expense Account Number)required
accumulation_account_numberinteger(Accumulation Account Number)required
useful_lifeinteger or null(Useful Life)
salvage_valuestring or null(Salvage Value)^(?!^[-+.]*$)[+-]?0*\d*\.?\d{0,2}0*$
depreciation_methodstring or null(DepreciationMethod)
Enum"straight_line""straight_line_prorate_even""declining_balance""double_declining""macrs_gds""macrs_ads""custom"
depreciation_start_datestring or null(date)(Depreciation Start Date)
conventionstring or null(DepreciationConvention)
Enum"mid_month""half_month""full_month""mid_quarter""half_year"
accumulated_beginning_balancestring or null(Accumulated Beginning Balance)^(?!^[-+.]*$)[+-]?0*\d*\.?\d{0,2}0*$
accumulated_throughstring or null(date)(Accumulated Through)
classificationsArray of objects(Classifications)
Default []
Response
application/json
{ "created_by": { "actor_type": "string", "email": "string", "first_name": "string", "last_name": "string", "timestamp": "2019-08-24T14:15:22Z" }, "updated_by": { "actor_type": "string", "email": "string", "first_name": "string", "last_name": "string", "timestamp": "2019-08-24T14:15:22Z" }, "internal_id": 0, "number": 0, "company_id": 0, "company_name": "string", "name": "string", "serial_number": "string", "currency_iso_4217_code": "AED", "exchange_rate": "string", "purchase_date": "2019-08-24", "memo": "string", "cost": "string", "status": "active", "record_status": "draft", "asset_account_number": 0, "expense_account_number": 0, "accumulation_account_number": 0, "useful_life": 0, "salvage_value": "string", "depreciation_method": "straight_line", "depreciation_start_date": "2019-08-24", "convention": "mid_month", "accumulated_beginning_balance": "string", "accumulated_through": "2019-08-24", "classifications": [] }

Request

Path
record_numberinteger(Record Number)required
curl -i -X GET \
  'https://api.dualentry.com/public/v1/fixed-assets/{record_number}/'

Responses

OK

Bodyapplication/json
created_byobject or null(AuditActorSchemaOut)

Schema for audit actor information.

updated_byobject or null(AuditActorSchemaOut)

Schema for audit actor information.

internal_idinteger(Internal Id)required
numberinteger(Number)required
company_idinteger(Company Id)required
company_namestring(Company Name)required
namestring(Name)required
serial_numberstring(Serial Number)required
currency_iso_4217_codestring(SystemCurrencies)required
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
exchange_ratestring(Exchange Rate)^(?!^[-+.]*$)[+-]?0*\d*\.?\d{0,16}0*$required
purchase_datestring(date)(Purchase Date)required
memostring(Memo)required
coststring(Cost)^(?!^[-+.]*$)[+-]?0*\d*\.?\d{0,2}0*$required
statusstring(FixedAssetStatus)required
Enum"active""inactive""disposed""fully_amortized"
record_statusstring(RecordStatus)required
Enum"draft""posted""archived"
asset_account_numberinteger(Asset Account Number)required
expense_account_numberinteger(Expense Account Number)required
accumulation_account_numberinteger(Accumulation Account Number)required
useful_lifeinteger or null(Useful Life)
salvage_valuestring or null(Salvage Value)^(?!^[-+.]*$)[+-]?0*\d*\.?\d{0,2}0*$
depreciation_methodstring or null(DepreciationMethod)
Enum"straight_line""straight_line_prorate_even""declining_balance""double_declining""macrs_gds""macrs_ads""custom"
depreciation_start_datestring or null(date)(Depreciation Start Date)
conventionstring or null(DepreciationConvention)
Enum"mid_month""half_month""full_month""mid_quarter""half_year"
accumulated_beginning_balancestring or null(Accumulated Beginning Balance)^(?!^[-+.]*$)[+-]?0*\d*\.?\d{0,2}0*$
accumulated_throughstring or null(date)(Accumulated Through)
classificationsArray of objects(Classifications)
Default []
Response
application/json
{ "created_by": { "actor_type": "string", "email": "string", "first_name": "string", "last_name": "string", "timestamp": "2019-08-24T14:15:22Z" }, "updated_by": { "actor_type": "string", "email": "string", "first_name": "string", "last_name": "string", "timestamp": "2019-08-24T14:15:22Z" }, "internal_id": 0, "number": 0, "company_id": 0, "company_name": "string", "name": "string", "serial_number": "string", "currency_iso_4217_code": "AED", "exchange_rate": "string", "purchase_date": "2019-08-24", "memo": "string", "cost": "string", "status": "active", "record_status": "draft", "asset_account_number": 0, "expense_account_number": 0, "accumulation_account_number": 0, "useful_life": 0, "salvage_value": "string", "depreciation_method": "straight_line", "depreciation_start_date": "2019-08-24", "convention": "mid_month", "accumulated_beginning_balance": "string", "accumulated_through": "2019-08-24", "classifications": [] }