In a tool like postman create a request
POST request with the url: https://localhost:7213/api/booking Set the body to JSON with data in the following format
{
"BookingTime": "09:00",
"Name": "John Doe"
}| Name | Name | Last commit date | ||
|---|---|---|---|---|
In a tool like postman create a request
POST request with the url: https://localhost:7213/api/booking Set the body to JSON with data in the following format
{
"BookingTime": "09:00",
"Name": "John Doe"
}