POST api/Artist/ArtistWiseSalonList

Request Information

URI Parameters

None.

Body Parameters

RequestArtistEntity
NameDescriptionTypeAdditional information
Flag

integer

None.

StaffID

integer

None.

StylistId

integer

None.

ClientId

integer

None.

ArtistName

string

None.

SalonName

string

None.

User_Latitude

decimal number

None.

User_Longitude

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "Flag": 1,
  "StaffID": 2,
  "StylistId": 3,
  "ClientId": 4,
  "ArtistName": "sample string 5",
  "SalonName": "sample string 6",
  "User_Latitude": 7.0,
  "User_Longitude": 8.0
}

application/xml, text/xml

Sample:
<RequestArtistEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Salon.ENTITY">
  <ArtistName>sample string 5</ArtistName>
  <ClientId>4</ClientId>
  <Flag>1</Flag>
  <SalonName>sample string 6</SalonName>
  <StaffID>2</StaffID>
  <StylistId>3</StylistId>
  <User_Latitude>7</User_Latitude>
  <User_Longitude>8</User_Longitude>
</RequestArtistEntity>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.