skip to content
International SQL-Ledger Network Association
User Tools
Register
Log In
Site Tools
Search
Tools
Show pagesource
Old revisions
Backlinks
Import
Recent Changes
Media Manager
Sitemap
Register
Log In
>
Recent Changes
Media Manager
Sitemap
Trace:
•
rest_api_sales_orders
rest_api_sales_orders
This is an old revision of the document!
GET
View all
SALES ORDERS
in XML format
https://localhost:3000/{databasename}/sales_orders.xml?token=123
View all
SALES ORDERS
in JSON format
https://localhost:3000/{databasename}/sales_orders.json?token=123
View single
SALES ORDER
in XML format
https://localhost:3000/{databasename}/{sales_order_id}.xml?token=123
View single
SALES ORDER
in JSON format
https://localhost:3000/{databasename}/{sales_order_id}.json?token=123
View single
SALES ORDER
in PDF format
https://localhost:3000/{databasename}/{sales_order_id}.pdf?token=123
UPDATE
Add or update
SALES ORDER
with XML from command line
curl -X POST -H "Content-Type: application/xml" -d @sales_order.xml https://localhost:3000/{databasename}/sales_order?token=123
Add or update
SALES ORDER
with JSON from command line
curl -X POST -H "Content-Type: application/xml" -d @sales_order.json https://localhost:3000/{databasename}/sales_order?token=123
DELETE
Delete
SALES ORDER
from command line
curl -X DELETE -H "Content-Type: application/xml" -d @sales_order.xml https://localhost:3000/{databasename}/{sales_order_id}?token=123
rest_api_sales_orders.1481186691.txt.gz
· Last modified: 2024/09/25 06:19 (external edit)
Page Tools
Show pagesource
Old revisions
Backlinks
Back to top
Import