ilpcw/ilp-rest-service/ilp-cw-api/[POST] calcDeliveryPath(AsGeoJson)/From Appleton Tower.bru
2025-12-04 17:21:23 +00:00

39 lines
528 B
Text

meta {
name: From Appleton Tower
type: http
seq: 3
}
post {
url: {{API_BASE}}/calcDeliveryPathAsGeoJson
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.186979243145231,
"lat":55.94230336036327
}
}
]
}
assert {
res.status: eq 200
}
settings {
encodeUrl: true
timeout: 0
}