Create multiple refill requests
POST/?action=refill
Response example
[
{
"order": 1,
"refill": 1
},
{
"order": 2,
"refill": 2
},
{
"order": 3,
"refill": {
"error": "Incorrect order ID"
}
}
]
Request
Query Parameters
key stringrequired
API key
action stringrequired
refill
- application/json
Body
orders int32
Order IDs separated by comma
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
refill int32
Refill ID
order int32
Order ID
[
{
"refill": 0,
"order": 0
}
]
Loading...