POST api/locations/Appointments/Record

Request Information

URI Parameters

None.

Body Parameters

AppointmentRecord
NameDescriptionTypeAdditional information
ClubAt

string

Required

AppointmentId

decimal number

Required

Request Formats

application/json, text/json

Sample:
{
  "clubAt": "sample string 1",
  "appointmentId": 2.0
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.