POST api/userAppointments/UpdateAssignedEmployeeForAppointment?AppointmentId={AppointmentId}&OldEmployeeId={OldEmployeeId}&NewEmployeeId={NewEmployeeId}&ServiceId={ServiceId}&newStartTime={newStartTime}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
AppointmentId

integer

Required

OldEmployeeId

integer

Required

NewEmployeeId

integer

Required

ServiceId

integer

Required

newStartTime

string

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.