ilpcw/ilp-rest-service/ilp-cw-api/Front-end Test/Imperative.bru

35 lines
477 B
Text

meta {
name: Imperative
type: http
seq: 3
}
post {
url: {{API_BASE}}/calcDeliveryPath
body: json
auth: inherit
}
body:json {
[
{
"id": 5,
"date": "2025-11-22",
"time": "09:30",
"requirements": {
"capacity": 0.75,
"heating": false,
"maxCost": 13.5
},
"delivery": {
"lng": -3.167074009381139,
"lat": 55.94740195123114
}
}
]
}
settings {
encodeUrl: true
timeout: 0
}