+2
-17
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user