Monitor API availability and service status. Use these endpoints to verify connectivity and check if the API is operational.
API References
/- Create CashSale record attachments
List CashSale records
Create CashSale record
Get CashSale record
Update CashSale record
Create CashSale record at...
DualEntry Public API (1.0.0)
Download OpenAPI description
Languages
Servers
Production environment
https://api.dualentry.io/
Development environment (for testing)
https://api-dev.dualentry.io/
Bodyapplication/jsonrequired
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
Any of:
number(Exchange Rate)
bank_or_undeposited_account_amountBank Or Undeposited Account Amount (number) or Bank Or Undeposited Account Amount (string)(Bank Or Undeposited Account Amount)required
Any of:
number(Bank Or Undeposited Account Amount)
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
- Production environmenthttps://api.dualentry.io/public/v1/cash-sales/{record_number}/
- Development environment (for testing)https://api-dev.dualentry.io/public/v1/cash-sales/{record_number}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://api.dualentry.io/public/v1/cash-sales/{record_number}/' \
-H 'Content-Type: application/json' \
-d '{
"custom_fields": [
{}
],
"date": "2019-08-24",
"transaction_date": "2019-08-24",
"items": [],
"memo": "",
"bill_to_address": "",
"billing_address": {
"street": "string",
"city": "string",
"state": "string",
"postal_code": "string",
"country": "",
"second_line": ""
},
"ship_to_address": "",
"shipping_address": {
"street": "string",
"city": "string",
"state": "string",
"postal_code": "string",
"country": "",
"second_line": ""
},
"check_number": "",
"company_id": 0,
"customer_id": 0,
"account_number": 0,
"currency_iso_4217_code": "AED",
"exchange_rate": 0,
"bank_or_undeposited_account_amount": 0,
"undeposited_funds_currency": "AED",
"attachments": [],
"record_status": "posted"
}'OK
Total transaction amount
Any of:
Total transaction amount
number(Amount)
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
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
Any of:
number(Exchange Rate)
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
Response
application/json
{ "classifications": [], "transaction_ids": [ 0 ], "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, "items": [ { … } ], "company_id": 0, "company_name": "string", "company_currency": "string", "customer_id": 0, "customer_name": "string", "account_number": 0, "amount": 0, "memo": "string", "bill_to_address": "string", "ship_to_address": "string", "billing_address": { "street": "string", "city": "string", "state": "string", "postal_code": "string", "country": "", "second_line": "" }, "shipping_address": { "street": "string", "city": "string", "state": "string", "postal_code": "string", "country": "", "second_line": "" }, "check_number": "string", "date": "2019-08-24", "transaction_date": "2019-08-24", "currency_iso_4217_code": "AED", "exchange_rate": 0, "undeposited_funds_currency": "AED", "bank_or_undeposited_account_amount": 0, "record_status": "draft" }
- Production environmenthttps://api.dualentry.io/public/v1/cash-sales/{record_number}/attachments/
- Development environment (for testing)https://api-dev.dualentry.io/public/v1/cash-sales/{record_number}/attachments/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api.dualentry.io/public/v1/cash-sales/{record_number}/attachments/' \
-H 'Content-Type: multipart/form-data' \
-F files=stringOK
Total transaction amount
Any of:
Total transaction amount
number(Amount)
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
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
Any of:
number(Exchange Rate)
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
Response
application/json
{ "classifications": [], "transaction_ids": [ 0 ], "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, "items": [ { … } ], "company_id": 0, "company_name": "string", "company_currency": "string", "customer_id": 0, "customer_name": "string", "account_number": 0, "amount": 0, "memo": "string", "bill_to_address": "string", "ship_to_address": "string", "billing_address": { "street": "string", "city": "string", "state": "string", "postal_code": "string", "country": "", "second_line": "" }, "shipping_address": { "street": "string", "city": "string", "state": "string", "postal_code": "string", "country": "", "second_line": "" }, "check_number": "string", "date": "2019-08-24", "transaction_date": "2019-08-24", "currency_iso_4217_code": "AED", "exchange_rate": 0, "undeposited_funds_currency": "AED", "bank_or_undeposited_account_amount": 0, "record_status": "draft" }