Monitor API availability and service status. Use these endpoints to verify connectivity and check if the API is operational.
- Create Bill record attachments
List Bill records
Create Bill record
Get Bill record
Update Bill record
Create Bill record attach...
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/
Bodyapplication/jsonrequired
Any of:
number(Quantity)
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
Any of:
number(Exchange Rate)
- Mock serverhttps://docs.dualentry.com/_mock/resources/public/v1/bills/{record_number}/
- Production environmenthttps://api.dualentry.com/public/v1/bills/{record_number}/
- Development environment (for testing)https://api-dev.dualentry.com/public/v1/bills/{record_number}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://docs.dualentry.com/_mock/resources/public/v1/bills/{record_number}/' \
-H 'Content-Type: application/json' \
-d '{
"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"
}'OK
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
Any of:
number(Exchange Rate)
Any of:
Total amount of transaction
number(Amount)
Any of:
Amount to be paid
number(Amount Due)
Any of:
Amount that was already paid by Vendor Prepayment Applications or Vendor Payments
number(Paid Total)
Any of:
number(Quantity)
Response
application/json
{ "attachments": [], "transaction_ids": [ 0 ], "term_id": 0, "term_name": "string", "integration_remote_records": [], "number": 0, "date": "2019-08-24", "due_date": "2019-08-24", "company_id": 0, "company_name": "string", "company_currency": "string", "vendor_id": 0, "vendor_name": "string", "currency_iso_4217_code": "AED", "exchange_rate": 0, "memo": "string", "amount": 0, "amount_due": 0, "paid_total": 0, "items": [ { … } ], "expenses": [ { … } ], "record_status": "draft", "recurring_record_number": 0, "purchase_order_number": 0, "reference_number": "string" }
- Mock serverhttps://docs.dualentry.com/_mock/resources/public/v1/bills/{record_number}/attachments/
- Production environmenthttps://api.dualentry.com/public/v1/bills/{record_number}/attachments/
- Development environment (for testing)https://api-dev.dualentry.com/public/v1/bills/{record_number}/attachments/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://docs.dualentry.com/_mock/resources/public/v1/bills/{record_number}/attachments/' \
-H 'Content-Type: multipart/form-data' \
-F files=stringOK
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
Any of:
number(Exchange Rate)
Any of:
Total amount of transaction
number(Amount)
Any of:
Amount to be paid
number(Amount Due)
Any of:
Amount that was already paid by Vendor Prepayment Applications or Vendor Payments
number(Paid Total)
Any of:
number(Quantity)
Response
application/json
{ "attachments": [], "transaction_ids": [ 0 ], "term_id": 0, "term_name": "string", "integration_remote_records": [], "number": 0, "date": "2019-08-24", "due_date": "2019-08-24", "company_id": 0, "company_name": "string", "company_currency": "string", "vendor_id": 0, "vendor_name": "string", "currency_iso_4217_code": "AED", "exchange_rate": 0, "memo": "string", "amount": 0, "amount_due": 0, "paid_total": 0, "items": [ { … } ], "expenses": [ { … } ], "record_status": "draft", "recurring_record_number": 0, "purchase_order_number": 0, "reference_number": "string" }