P5-4697 add bernard integration and send order row endpoint

This commit is contained in:
Martin Carlsson
2020-02-24 14:14:13 +01:00
committed by GitHub
parent fcf79ca75a
commit 20fa6b0322
9 changed files with 72 additions and 3 deletions
+6
View File
@@ -11,3 +11,9 @@ curl -X POST https://api2.photowall.com/orders/1/pwinty_id -H "Content-Type: app
```
curl -X POST https://api2.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://api2.photowall.com/order-rows/1/send'
```