rest_api_customers
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
rest_api_customers [2016/11/25 13:23] – sweitmann | rest_api_customers [2024/09/25 06:21] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====REST API description | + | ====REST API for CUSTOMER data==== |
- | View all customers in XML format | + | ^**__GET__** || |
- | http:// | + | |View all customers in XML format|[[: |
- | | + | |View all customers in JSON format|[[: |
- | View all customers in JSON format | + | |View single customer in XML format|[[: |
- | http// | + | |View single customer in JSON format|[[: |
- | | + | ^**__UPDATE__** || |
- | View single customer in XML format | + | |Add or update customer with XML from command line|[[: |
- | http:// | + | curl -X POST -H " |
+ | |Add or update customer with JSON from command line|[[: | ||
+ | curl -X POST -H " | ||
+ | ^**__DELETE__** || | ||
+ | |Delete customer from command line|[[: | ||
+ | curl -X DELETE -H " | ||
- | 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.1480080213.txt.gz · Last modified: 2024/09/25 06:19 (external edit)