Skip to content
Snippets Groups Projects
Commit b5c31885 authored by Gisli Nielsen's avatar Gisli Nielsen
Browse files

Added text saying example data

parent 93df90f7
Branches
No related tags found
No related merge requests found
...@@ -58,6 +58,8 @@ http://localhost:8080/order/ Method = ["GET"] ...@@ -58,6 +58,8 @@ http://localhost:8080/order/ Method = ["GET"]
http://localhost:8080/order/ Method = ["POST"] http://localhost:8080/order/ Method = ["POST"]
Example JSON data
```JSON ```JSON
{ {
"products": [ "products": [
...@@ -69,6 +71,9 @@ http://localhost:8080/order/ Method = ["POST"] ...@@ -69,6 +71,9 @@ http://localhost:8080/order/ Method = ["POST"]
``` ```
http://localhost:8080/order/payment Method = ["POST"] http://localhost:8080/order/payment Method = ["POST"]
Example JSON data
```JSON ```JSON
{ {
"order_id": 1, "order_id": 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment