POST api/bookappointment

Request Information

URI Parameters

None.

Body Parameters

BookAppointmentRequest
NameDescriptionTypeAdditional information
VetId

integer

None.

ClinicId

integer

None.

kartonId

integer

None.

nazivPregleda

string

None.

AppointmentDate

date

None.

StartTime

time interval

None.

EndTime

time interval

None.

startDate

date

None.

endDate

date

None.

AppUserId

string

None.

uslugaId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "vetId": 1,
  "clinicId": 2,
  "kartonId": 3,
  "nazivPregleda": "sample string 4",
  "appointmentDate": "2025-04-16T17:48:19.9549616+02:00",
  "startTime": "00:00:00.1234567",
  "endTime": "00:00:00.1234567",
  "startDate": "2025-04-16T17:48:19.9549616+02:00",
  "endDate": "2025-04-16T17:48:19.9549616+02:00",
  "appUserId": "sample string 10",
  "uslugaId": 11
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.