POST PriestSchedule/PriestServiceScheduleClosed
Request Information
URI Parameters
None.
Body Parameters
InstantPoojaClosed| Name | Description | Type | Additional 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:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |