Skip to content

DualEntry Public API (1.0.0)

Download OpenAPI description
Languages
Servers
Mock server
https://docs.dualentry.com/_mock/resources/
Production environment
https://api.dualentry.com/
Development environment (for testing)
https://api-dev.dualentry.com/

Health

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

Operations

Accounts

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

Operations

Items

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

Operations

Classifications

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

Operations

Classifications Lines

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

Companies

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

Operations

Journal Entries

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

Operations

Recurring Journal Entries

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

Operations

Invoices

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

Operations

Recurring Invoices

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

Operations

Customers

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

Customer Payments

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

Operations

Customer Prepayments

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

Operations

Customer Deposits

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

Customer Refunds

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

Operations

Customer Credits

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

Bills

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

Recurring Bills

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

Operations

Update RecurringBill record

Request

Update an existing RecurringBill record with the provided data. Validates all required fields and business rules.

Path
record_numberinteger(Record Number)required
Bodyapplication/jsonrequired
rrulestring(rrule)(Rrule)[ 8 .. 500 ] characters^FREQ=(DAILY|WEEKLY|MONTHLY|YEARLY)(?:;.*)?$required

Recurrence rule in iCalendar RRULE format (RFC 5545)

memostring(Memo)required
namestring(Name)required
datestring(date)(Date)required
company_idinteger(Company Id)required
statusstring(RecurringStatus)required
Enum"active""inactive"
recurring_typestring(RecurringType)required
Enum"automatic""reminder"
record_payloadobject(PublicBillSchemaCreateIn)required
record_payload.​itemsArray of objects(Items)required
record_payload.​items[].​rateRate (number) or Rate (string)(Rate)required
Any of:
number(Rate)
record_payload.​items[].​quantityQuantity (number) or Quantity (string)(Quantity)required
Any of:
number(Quantity)
record_payload.​items[].​idinteger or null(Id)
record_payload.​items[].​positioninteger(Position)required
record_payload.​items[].​item_idinteger(Item Id)required
record_payload.​items[].​memostring(Memo)required
record_payload.​items[].​classificationsArray of objects(Classifications)
Default []
record_payload.​expensesArray of objects(Expenses)required
record_payload.​expenses[].​rateRate (number) or Rate (string)(Rate)required
Any of:
number(Rate)
record_payload.​expenses[].​quantityQuantity (number) or Quantity (string)(Quantity)required
Any of:
number(Quantity)
record_payload.​expenses[].​idinteger or null(Id)
record_payload.​expenses[].​positioninteger(Position)required
record_payload.​expenses[].​account_numberinteger(Account Number)required
record_payload.​expenses[].​expense_descriptionstring(Expense Description)required
record_payload.​expenses[].​classificationsArray of objects(Classifications)
Default []
record_payload.​datestring(date)(Date)required
record_payload.​due_datestring(date)(Due Date)required
record_payload.​company_idinteger(Company Id)required
record_payload.​vendor_idinteger(Vendor Id)required
record_payload.​term_idinteger or null(Term Id)
record_payload.​reference_numberstring(Reference Number)
Default ""
record_payload.​purchase_order_numberinteger or null(Purchase Order Number)
record_payload.​currency_iso_4217_codestring(SystemCurrencies)required
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
record_payload.​exchange_rateExchange Rate (number) or Exchange Rate (string)(Exchange Rate)required
Any of:
number(Exchange Rate)
record_payload.​memostring(Memo)required
record_payload.​attachmentsArray of objects(Attachments)
Default []
record_payload.​record_statusstring(RecordStatus)
Default "posted"
Enum"draft""posted""archived"
curl -i -X PUT \
  'https://docs.dualentry.com/_mock/resources/public/v1/recurring/bills/{record_number}/' \
  -H 'Content-Type: application/json' \
  -d '{
    "rrule": "FREQ=DAILY",
    "memo": "string",
    "name": "string",
    "date": "2019-08-24",
    "company_id": 0,
    "status": "active",
    "recurring_type": "automatic",
    "record_payload": {
      "items": [
        {
          "rate": 0,
          "quantity": 0,
          "id": 0,
          "position": 0,
          "item_id": 0,
          "memo": "string",
          "classifications": []
        }
      ],
      "expenses": [
        {
          "rate": 0,
          "quantity": 0,
          "id": 0,
          "position": 0,
          "account_number": 0,
          "expense_description": "string",
          "classifications": []
        }
      ],
      "date": "2019-08-24",
      "due_date": "2019-08-24",
      "company_id": 0,
      "vendor_id": 0,
      "term_id": 0,
      "reference_number": "",
      "purchase_order_number": 0,
      "currency_iso_4217_code": "AED",
      "exchange_rate": 0,
      "memo": "string",
      "attachments": [],
      "record_status": "posted"
    }
  }'

Responses

OK

Bodyapplication/json
numberinteger(Number)required
namestring(Name)required
memostring(Memo)required
datestring(date)(Date)required
company_idinteger(Company Id)required
company_namestring(Company Name)required
company_currencystring(Company Currency)required
statusstring(RecurringStatus)required
Enum"active""inactive"
record_payloadany(Record Payload)required
rrulestring(Rrule)required
next_occurrencestring or null(date-time)(Next Occurrence)required
last_generatedstring or null(date-time)(Last Generated)required
recurring_typestring(RecurringType)required
Enum"automatic""reminder"
recordsArray of objects(Records)required
records[].​numberinteger(Number)required
records[].​datestring(date)(Date)required
records[].​amountAmount (number) or Amount (string)(Amount)required
Any of:
number(Amount)
records[].​record_statusstring(RecordStatus)required
Enum"draft""posted""archived"
Response
application/json
{ "number": 0, "name": "string", "memo": "string", "date": "2019-08-24", "company_id": 0, "company_name": "string", "company_currency": "string", "status": "active", "record_payload": null, "rrule": "string", "next_occurrence": "2019-08-24T14:15:22Z", "last_generated": "2019-08-24T14:15:22Z", "recurring_type": "automatic", "records": [ {} ] }

Delete RecurringBill record

Request

Delete a RecurringBill record.

Path
record_numberinteger(Record Number)required
curl -i -X DELETE \
  'https://docs.dualentry.com/_mock/resources/public/v1/recurring/bills/{record_number}/'

Responses

OK

Bodyapplication/json
successboolean(Success)
Default true
Value true
errorsobject(Errors)
Response
application/json
{ "success": true, "errors": { "property1": [], "property2": [] } }

Purchase Orders

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

Operations

Vendors

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