POST api/locations/Appointments/Record
Request Information
URI Parameters
None.
Body Parameters
AppointmentRecord| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.