Skip to main content

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

Body

    orders int32

    Order IDs separated by comma

Responses

Schema

  • Array [

  • refill int32

    Refill ID

    order int32

    Order ID

  • ]

Loading...