This repository has been archived on 2026-03-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
softwareengineering-2-modar.../Bruno-Request-Config/bookings/addition/create.bru
2025-07-22 17:22:32 +02:00

18 lines
281 B
Text

meta {
name: create
type: http
seq: 1
}
post {
url: 127.0.0.1:8080/api/bookings/addition
body: json
auth: inherit
}
body:json {
{
"additionBookingTypeId": "4e45b910-e2ba-4081-bc74-19df1eb9e66f",
"roomBookingId": "c1807674-267f-431c-9272-349c7bc303d9"
}
}