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)
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/
- Mock serverhttps://docs.dualentry.com/_mock/resources/public/v1/customer-credits/
- Production environmenthttps://api.dualentry.com/public/v1/customer-credits/
- Development environment (for testing)https://api-dev.dualentry.com/public/v1/customer-credits/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.dualentry.com/_mock/resources/public/v1/customer-credits/?search=string&company_id=0&number=0&customer_id=0&start_date=2019-08-24&end_date=2019-08-24&transaction_currency=AED&record_status=draft&limit=100&offset=0'OK
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
Any of:
number(Exchange Rate)
Any of:
Total transaction amount
number(Amount)
Any of:
Amount that was already applied to Invoices through Customer Refunds or Customer Prepayment Applications
number(Used Amount)
items[].​remaining_amountRemaining Amount (number) or Remaining Amount (string)(Remaining Amount)required
Any of:
Amount that can be applied to Invoices through Customer Refunds or Customer Prepayment Applications
number(Remaining Amount)
Any of:
number(Quantity)
Response
application/json
{ "items": [ { … } ], "count": 0 }
- Mock serverhttps://docs.dualentry.com/_mock/resources/public/v1/customer-credits/{record_number}/
- Production environmenthttps://api.dualentry.com/public/v1/customer-credits/{record_number}/
- Development environment (for testing)https://api-dev.dualentry.com/public/v1/customer-credits/{record_number}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.dualentry.com/_mock/resources/public/v1/customer-credits/{record_number}/?search=string&company_id=0&number=0&customer_id=0&start_date=2019-08-24&end_date=2019-08-24&transaction_currency=AED&record_status=draft'OK
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
Any of:
number(Exchange Rate)
Any of:
Total transaction amount
number(Amount)
Any of:
Amount that was already applied to Invoices through Customer Refunds or Customer Prepayment Applications
number(Used Amount)
Any of:
Amount that can be applied to Invoices through Customer Refunds or Customer Prepayment Applications
number(Remaining Amount)
Response
application/json
{ "transaction_ids": [ 0 ], "attachments": [], "custom_fields": [], "integration_remote_records": [], "number": 0, "invoice_number": 0, "cash_sale_number": 0, "date": "2019-08-24", "company_id": 0, "company_name": "string", "company_currency": "string", "customer_id": 0, "customer_name": "string", "bill_to_address": "string", "billing_address": { "street": "string", "city": "string", "state": "string", "postal_code": "string", "country": "", "second_line": "" }, "ship_to_address": "string", "shipping_address": { "street": "string", "city": "string", "state": "string", "postal_code": "string", "country": "", "second_line": "" }, "currency_iso_4217_code": "AED", "exchange_rate": 0, "amount": 0, "used_amount": 0, "remaining_amount": 0, "memo": "string", "items": [ { … } ], "record_status": "draft" }