Create a refill request
POST/?action=refill
Response example
{
"refill": "1"
}
Request
Query Parameters
key stringrequired
API key
action stringrequired
refill
- application/json
Body
order int32
Order ID
Responses
- 200
- 422
- application/json
- Schema
- Example (from schema)
Schema
refill int32
Refill ID
{
"refill": 0
}
Error
- application/json
- Schema
- Example (from schema)
Schema
error string
Error message
{
"error": "string"
}
Loading...