PUT api/churchoftheweeksettings

Request Information

URI Parameters

None.

Body Parameters

ChurchOfTheWeekSettings
NameDescriptionTypeAdditional information
Id

integer

None.

SiteId

integer

None.

Email

string

None.

COTWDesc

string

None.

AudioDesc

string

None.

PastorsPanelDesc

string

None.

PastorsPanelEmail

string

None.

SoundCloudId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "SiteId": 2,
  "Email": "sample string 3",
  "COTWDesc": "sample string 4",
  "AudioDesc": "sample string 5",
  "PastorsPanelDesc": "sample string 6",
  "PastorsPanelEmail": "sample string 7",
  "SoundCloudId": "sample string 8"
}

application/xml, text/xml

Sample:
<ChurchOfTheWeekSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIM.Model.Entities">
  <AudioDesc>sample string 5</AudioDesc>
  <COTWDesc>sample string 4</COTWDesc>
  <Email>sample string 3</Email>
  <Id>1</Id>
  <PastorsPanelDesc>sample string 6</PastorsPanelDesc>
  <PastorsPanelEmail>sample string 7</PastorsPanelEmail>
  <SiteId>2</SiteId>
  <SoundCloudId>sample string 8</SoundCloudId>
</ChurchOfTheWeekSettings>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.