Pods Api Problems
-
1)How can I send multiple posts at once request?
If I request two objects in this way, I get an error so it doesn’t save it.
{ "status": "publish", "order_id": "100", "total_price": 29.90, "amount": "10" }, { "status": "publish", "order_id": "101", "total_price": 3.90, "amount": "1" }
2) How can I create a unique id?
If I’m sending the same data again, I don’t want the save it.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Pods Api Problems’ is closed to new replies.