POST PriestSchedule/PriestServiceScheduleClosed

Request Information

URI Parameters

None.

Body Parameters

InstantPoojaClosed
NameDescriptionTypeAdditional information
StartDate

date

None.

EndtDate

date

None.

PriestID

integer

None.

ManufaucturerName

string

None.

Date

date

None.

Request Formats

application/json, text/json

Sample:
{
  "StartDate": "2026-06-01T23:39:08.6473556+05:30",
  "EndtDate": "2026-06-01T23:39:08.6473556+05:30",
  "PriestID": 3,
  "ManufaucturerName": "sample string 4",
  "Date": "2026-06-01T23:39:08.6473556+05:30"
}

application/xml, text/xml

Sample:
<InstantPoojaClosed xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstroVed.Api.DAL">
  <Date>2026-06-01T23:39:08.6473556+05:30</Date>
  <ManufaucturerName>sample string 4</ManufaucturerName>
  <PriestID>3</PriestID>
  <EndtDate>2026-06-01T23:39:08.6473556+05:30</EndtDate>
  <StartDate>2026-06-01T23:39:08.6473556+05:30</StartDate>
</InstantPoojaClosed>

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

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.