rest_api_customers
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
rest_api_customers [2016/09/06 12:10] – created sweitmann | rest_api_customers [2024/09/25 06:21] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====REST API for CUSTOMER data==== | ||
+ | |||
+ | ^**__GET__** || | ||
+ | |View all customers in XML format|[[: | ||
+ | |View all customers in JSON format|[[: | ||
+ | |View single customer in XML format|[[: | ||
+ | |View single customer in JSON format|[[: | ||
+ | ^**__UPDATE__** || | ||
+ | |Add or update customer with XML from command line|[[: | ||
+ | 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 " | ||
+ | |||
+ | |||
+ | |||
{{: | {{: |
rest_api_customers.1473163852.txt.gz · Last modified: 2024/09/25 06:19 (external edit)