POST api/Hub47/AddPodcast

Request Information

URI Parameters

None.

Body Parameters

Hub_Podcast
NameDescriptionTypeAdditional information
ID

integer

None.

Title

string

None.

Description

string

None.

EntryDate

date

None.

PodcastDate

date

None.

EmbedCode

string

None.

Thumbnail

string

None.

IsActive

boolean

None.

CreatedbyEmpNo

string

None.

Notes

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Title": "sample string 2",
  "Description": "sample string 3",
  "EntryDate": "2025-01-10T21:46:49.8152849+04:00",
  "PodcastDate": "2025-01-10T21:46:49.8152849+04:00",
  "EmbedCode": "sample string 4",
  "Thumbnail": "sample string 5",
  "IsActive": true,
  "CreatedbyEmpNo": "sample string 6",
  "Notes": "sample string 7"
}

application/xml, text/xml

Sample:
<Hub_Podcast xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaskManagementServices.Models">
  <CreatedbyEmpNo>sample string 6</CreatedbyEmpNo>
  <Description>sample string 3</Description>
  <EmbedCode>sample string 4</EmbedCode>
  <EntryDate>2025-01-10T21:46:49.8152849+04:00</EntryDate>
  <ID>1</ID>
  <IsActive>true</IsActive>
  <Notes>sample string 7</Notes>
  <PodcastDate>2025-01-10T21:46:49.8152849+04:00</PodcastDate>
  <Thumbnail>sample string 5</Thumbnail>
  <Title>sample string 2</Title>
</Hub_Podcast>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.