ilpcw/ilp-cw-api/[POST] queryAvailableDrones/Complex.bru

53 lines
752 B
Text

meta {
name: Complex
type: http
seq: 3
}
post {
url: {{API_BASE}}/queryAvailableDrones
body: json
auth: inherit
}
body:json {
[
{
"id": 123,
"date": "2025-12-22",
"time": "14:30",
"requirements": {
"capacity": 0.75,
"heating": true,
"maxCost": 13.5
},
"delivery": {
"lng": -3.00,
"lat": 55.121
}
},
{
"id": 456,
"date": "2025-12-25",
"time": "11:30",
"requirements": {
"capacity": 0.75,
"heating": true,
"maxCost": 13.5
},
"delivery": {
"lng": -3.00,
"lat": 55.121
}
}
]
}
assert {
res.status: eq 200
}
settings {
encodeUrl: true
timeout: 0
}