POST api/StylistServiceRates/getAllSlotsOfService

Request Information

URI Parameters

None.

Body Parameters

StylistSlotEntity
NameDescriptionTypeAdditional information
Flag

integer

None.

Id

integer

None.

SlotId

integer

None.

StylistId

integer

None.

ServiceID

integer

None.

Qty

integer

None.

Status

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Flag": 1,
  "Id": 2,
  "SlotId": 1,
  "StylistId": 1,
  "ServiceID": 1,
  "Qty": 1,
  "Status": "sample string 3"
}

application/xml, text/xml

Sample:
<StylistSlotEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Salon.ENTITY">
  <Flag>1</Flag>
  <Id>2</Id>
  <Qty>1</Qty>
  <ServiceID>1</ServiceID>
  <SlotId>1</SlotId>
  <Status>sample string 3</Status>
  <StylistId>1</StylistId>
</StylistSlotEntity>

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 'StylistSlotEntity'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.