POST api/StylistServiceRates/GetAllSlots
Request Information
URI Parameters
None.
Body Parameters
StylistSlotEntity| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.