Reservant-inc / reservant-backend

API for the app
2 stars 0 forks source link

[BUG] POST My-restaurants #282

Open Dzwiedzi opened 21 hours ago

Dzwiedzi commented 21 hours ago

Opisz błąd

reservationDeposit może być na minusie

Zrzuty ekranu (opcjonalnie)

> content-type: application/json
> data
{
  "name": "schemas",
  "nip": "0326358193",
  "restaurantType": "Restaurant",
  "address": "54723 Reyes Motorway",
  "postalIndex": "93-082",
  "city": "Katowice",
  "rentalContract": "test-jd.pdf",
  "alcoholLicense": "test-jd.pdf",
  "businessPermission": "test-jd.pdf",
  "idCard": "test-jd.pdf",
  "logo": "test-jd.png",
  "description": "Quo ater paens.",
  "reservationDeposit": -50,  
  "provideDelivery": false,
  "maxReservationDurationMinutes": 55,
  "openingHours": [
    {
      "from": "12:00",
      "until": "21:00"
    },
    {
      "from": "12:00",
      "until": "21:00"
    },
    {
      "from": "12:00",
      "until": "21:00"
    },
    {
      "from": "12:00",
      "until": "21:00"
    },
    {
      "from": "12:00",
      "until": "21:00"
    },
    {
      "from": "12:00",
      "until": "21:00"
    },
    {
      "from": "12:00",
      "until": "21:00"
    }
  ],
  "tags": [
    "Tag1"
  ],
  "photos": [
    "test-jd.png"
  ],
  "location": {
    "latitude": 35.9464,
    "longitude": 88.1403
  }
}
< 200 OK
< content-type: application/json; charset=utf-8
< date: Tue, 29 Oct 2024 11:41:19 GMT
< server: Kestrel
< transfer-encoding: chunked