POST api/StylistServiceRates/OpenSlots

Request Information

URI Parameters

None.

Body Parameters

AvlableSlotsEntity
NameDescriptionTypeAdditional information
Flag

integer

None.

StylistId

integer

None.

SlotId

integer

None.

ClosingDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Flag": 1,
  "StylistId": 2,
  "SlotId": 3,
  "ClosingDate": "sample string 4"
}

application/xml, text/xml

Sample:
<CommonEntity.AvlableSlotsEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Salon.ENTITY">
  <ClosingDate>sample string 4</ClosingDate>
  <Flag>1</Flag>
  <SlotId>3</SlotId>
  <StylistId>2</StylistId>
</CommonEntity.AvlableSlotsEntity>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.