rest_api_manual
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
rest_api_manual [2016/11/25 13:01] – sweitmann | rest_api_manual [2024/09/25 06:21] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====SQL-Ledger REST API Documentation==== | ====SQL-Ledger REST API Documentation==== | ||
- | View all customers in XML format | + | * https://ledger123.net/api/ |
- | http://localhost: | + | * [[REST API Testserver|How to install a REST API test server]] |
+ | * [[REST API Replies|REST API replies]] | ||
+ | * [[REST API Customers|REST API for GL entry]] | ||
+ | * [[REST API Customers|REST API for CUSTOMER data]] | ||
+ | * [[REST API Items|REST API for ITEMS data]] | ||
+ | * [[REST API Sales Orders|REST API for SALES ORDER data]] | ||
+ | * [[REST API Sales Invoice|REST API for SALES INVOICE data]] | ||
| | ||
- | View all customers in JSON format | ||
- | http// | ||
- | | ||
- | View single customer in XML format | ||
- | http:// | ||
- | |||
- | View single customer in JSON format | ||
- | http:// | ||
- | | ||
- | Adding a customer with XML from command line | ||
- | curl -X POST -H " | ||
- | |||
- | Adding a customer with JSON format from command line | ||
- | curl -X POST -H " | ||
- | |||
- | Delete a customer with DELETE request | ||
- | curl -X DELETE http:// | ||
- | |||
- | |||
- | |||
- | * [[REST API Customers|SQL-Ledger REST API for CUSTOMER data]] |
rest_api_manual.1480078868.txt.gz · Last modified: 2024/09/25 06:19 (external edit)