Remove order model (#45)

* Add environment name

* Remove orders models
This commit is contained in:
Niklas Fondberg
2022-01-31 10:24:19 +01:00
committed by GitHub
parent a5a05b0df5
commit 0b0e4f99f8
9 changed files with 6 additions and 196 deletions
-1
View File
@@ -7,7 +7,6 @@ Welcome to the documentation for Photowall API 2.
* [Categories](categories.md)
* [Designers](designers.md)
* [Prices](prices.md)
* [Orders](orders.md)
* [Markets](markets.md)
## Authentication
+2 -17
View File
@@ -1,19 +1,4 @@
# Orders
## Update pwinty_id
```
curl -X POST https://api.photowall.com/orders/1/pwinty_id -H "Content-Type: application/json" -d '{"value": 123}'
```
## Update pwinty_image_id
```
curl -X POST https://api.photowall.com/order-rows/1/pwinty_image_id -H "Content-Type: application/json" -d '{"value": 123}'
```
## Send a notification that the order-row has been delivered
```
curl -X POST https://api.photowall.com/order-rows/1/send'
```
## Removed
Moved toi photowall php repo