POST PriestSchedule/InstantLiveStreamForAdmin?type={type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| type | integer |
Required |
Body Parameters
InstantLiveAdmin| Name | Description | Type | Additional information |
|---|---|---|---|
| InstantLiveStreamId | integer |
None. |
|
| ShopId | integer |
None. |
|
| VideoId | string |
None. |
|
| VideoTitle | string |
None. |
|
| VideoContent | string |
None. |
|
| VideoType | string |
None. |
|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| TimeZone | string |
None. |
|
| ProductId | integer |
None. |
|
| RemedyIsNeeded | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| LastUpdate | date |
None. |
|
| Name | string |
None. |
|
| ProductName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InstantLiveStreamId": 1,
"ShopId": 2,
"VideoId": "sample string 3",
"VideoTitle": "sample string 4",
"VideoContent": "sample string 5",
"VideoType": "sample string 6",
"StartTime": "2026-06-01T23:37:29.1465812+05:30",
"EndTime": "2026-06-01T23:37:29.1465812+05:30",
"TimeZone": "sample string 9",
"ProductId": 1,
"RemedyIsNeeded": true,
"CreatedBy": 10,
"LastUpdate": "2026-06-01T23:37:29.1465812+05:30",
"Name": "sample string 12",
"ProductName": "sample string 13"
}
application/xml, text/xml
Sample:
<InstantLiveAdmin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstroVed.Api.DAL"> <CreatedBy>10</CreatedBy> <EndTime>2026-06-01T23:37:29.1465812+05:30</EndTime> <InstantLiveStreamId>1</InstantLiveStreamId> <LastUpdate>2026-06-01T23:37:29.1465812+05:30</LastUpdate> <Name>sample string 12</Name> <ProductId>1</ProductId> <ProductName>sample string 13</ProductName> <RemedyIsNeeded>true</RemedyIsNeeded> <ShopId>2</ShopId> <StartTime>2026-06-01T23:37:29.1465812+05:30</StartTime> <TimeZone>sample string 9</TimeZone> <VideoContent>sample string 5</VideoContent> <VideoId>sample string 3</VideoId> <VideoTitle>sample string 4</VideoTitle> <VideoType>sample string 6</VideoType> </InstantLiveAdmin>
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. |