POST LAC/InsertAppointmentDetails

Request Information

URI Parameters

None.

Body Parameters

Schedule
NameDescriptionTypeAdditional information
adminid

integer

None.

startTime

string

None.

endTime

string

None.

timeZone

string

None.

customerid

integer

None.

shopId

integer

None.

programName

string

None.

productid

integer

None.

variationid

integer

None.

currencyCode

string

None.

localeCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "adminid": 1,
  "startTime": "sample string 2",
  "endTime": "sample string 3",
  "timeZone": "sample string 4",
  "customerid": 5,
  "shopId": 6,
  "programName": "sample string 7",
  "productid": 8,
  "variationid": 9,
  "currencyCode": "sample string 10",
  "localeCode": "sample string 11"
}

application/xml, text/xml

Sample:
<Schedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstroVed.Api.DAL">
  <adminid>1</adminid>
  <currencyCode>sample string 10</currencyCode>
  <customerid>5</customerid>
  <endTime>sample string 3</endTime>
  <localeCode>sample string 11</localeCode>
  <productid>8</productid>
  <programName>sample string 7</programName>
  <shopId>6</shopId>
  <startTime>sample string 2</startTime>
  <timeZone>sample string 4</timeZone>
  <variationid>9</variationid>
</Schedule>

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

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.