POST api/AppointmentBooking/WebsiteAppointmentGBR

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objAppointment
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "email_id": "sample string 2",
  "mobileno": "sample string 3",
  "branchname": "sample string 4",
  "speciality": "sample string 5",
  "appointmentdate": "sample string 6",
  "comments": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ClsWebsiteAppointment'.