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 |
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.1481186470.txt.gz · Last modified: 2024/09/25 06:19 (external edit)