POST api/Appointment/GetEmployeeByWorkingHours

Request Information

URI Parameters

None.

Body Parameters

EmployeeWorkingRequest
NameDescriptionTypeAdditional information
bookingTime

string

None.

serviceIds

string

None.

userId

integer

None.

SubsidiaryID

integer

None.

Domain

string

None.

StoreId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "bookingTime": "sample string 1",
  "serviceIds": "sample string 2",
  "userId": 3,
  "SubsidiaryID": 4,
  "Domain": "sample string 5",
  "StoreId": 6
}

text/html, multipart/form-data

Sample:
{"bookingTime":"sample string 1","serviceIds":"sample string 2","userId":3,"SubsidiaryID":4,"Domain":"sample string 5","StoreId":6}

application/xml, text/xml

Sample:
<EmployeeWorkingRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataModel.SalonAppointment">
  <Domain>sample string 5</Domain>
  <StoreId>6</StoreId>
  <SubsidiaryID>4</SubsidiaryID>
  <userId>3</userId>
  <bookingTime>sample string 1</bookingTime>
  <serviceIds>sample string 2</serviceIds>
</EmployeeWorkingRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, multipart/form-data, application/xml, text/xml

Sample:

Sample not available.