P5-4450 save Pwinty order data

This commit is contained in:
Martin
2019-12-16 14:52:21 +01:00
parent 9efb59fb9f
commit 0579d80003
7 changed files with 176 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
# Orders
## Update pwinty_id
```
curl -X POST https://api2.photowall.com/orders/1/pwinty_id -H "Content-Type: application/json" -d '{"value": 123}'
```
## Update pwinty_image_id
```
curl -X POST https://api2.photowall.com/order-rows/1/pwinty_image_id -H "Content-Type: application/json" -d '{"value": 123}'
```