Monitor API availability and service status. Use these endpoints to verify connectivity and check if the API is operational.
DualEntry Public API (1.0.0)
- Production environmenthttps://api.dualentry.io/public/v1/bills/
- Development environment (for testing)https://api-dev.dualentry.io/public/v1/bills/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://api.dualentry.io/public/v1/bills/ \
-H 'Content-Type: application/json' \
-d '{
"date": "2019-08-24",
"transaction_date": "2019-08-24",
"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": []
}
],
"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
Posting date (GL date) - the date when the transaction is recorded in the general ledger
Transaction date (inception date) - the date when the transaction actually occurred
Total amount of transaction
Total amount of transaction
Amount to be paid
Amount to be paid
Amount that was already paid by Vendor Prepayment Applications or Vendor Payments
Amount that was already paid by Vendor Prepayment Applications or Vendor Payments
{ "attachments": [], "transaction_ids": [ 0 ], "term_id": 0, "term_name": "string", "integration_remote_records": [], "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, "date": "2019-08-24", "transaction_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" }
- Production environmenthttps://api.dualentry.io/public/v1/bills/{record_number}/
- Development environment (for testing)https://api-dev.dualentry.io/public/v1/bills/{record_number}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.dualentry.io/public/v1/bills/{record_number}/?search=string&company_id=0&vendor_id=0&number=0&start_date=2019-08-24&end_date=2019-08-24&due_date=2019-08-24'OK
Posting date (GL date) - the date when the transaction is recorded in the general ledger
Transaction date (inception date) - the date when the transaction actually occurred
Total amount of transaction
Total amount of transaction
Amount to be paid
Amount to be paid
Amount that was already paid by Vendor Prepayment Applications or Vendor Payments
Amount that was already paid by Vendor Prepayment Applications or Vendor Payments
{ "attachments": [], "transaction_ids": [ 0 ], "term_id": 0, "term_name": "string", "integration_remote_records": [], "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, "date": "2019-08-24", "transaction_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" }
- Production environmenthttps://api.dualentry.io/public/v1/bills/{record_number}/
- Development environment (for testing)https://api-dev.dualentry.io/public/v1/bills/{record_number}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://api.dualentry.io/public/v1/bills/{record_number}/' \
-H 'Content-Type: application/json' \
-d '{
"date": "2019-08-24",
"transaction_date": "2019-08-24",
"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": []
}
],
"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
Posting date (GL date) - the date when the transaction is recorded in the general ledger
Transaction date (inception date) - the date when the transaction actually occurred
Total amount of transaction
Total amount of transaction
Amount to be paid
Amount to be paid
Amount that was already paid by Vendor Prepayment Applications or Vendor Payments
Amount that was already paid by Vendor Prepayment Applications or Vendor Payments
{ "attachments": [], "transaction_ids": [ 0 ], "term_id": 0, "term_name": "string", "integration_remote_records": [], "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, "date": "2019-08-24", "transaction_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" }