PUT api/v1/PrayerWall/PrayerContent?ipAddress={ipAddress}

Update Prayer Wall Content (Prayers and responses)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ipAddress

Used for logging IP Address

string

None.

Body Parameters

Prayer wall content to be added/updated

PrayerContent
NameDescriptionTypeAdditional information
ContentType

string

Required

ContentID

integer

Required

Status

string

None.

Content

string

None.

Name

string

None.

Surname

string

None.

City

string

None.

CountryCode

string

None.

Added_on

date

None.

Email

string

None.

DeviceID

string

None.

DeviceType

integer

None.

NotificationToken

string

None.

WillNotify

boolean

None.

PrayerCategoryID

integer

None.

PrayerCategoryConfidence

decimal number

None.

PrayerCategoryReason

string

None.

PrayerCategorySource

string

None.

PrayerCategoryDate

date

None.

ModerationConfidence

decimal number

None.

ModerationReason

string

None.

ModerationRuleFlagged

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ContentType": "sample string 1",
  "ContentID": 2,
  "Status": "sample string 3",
  "Content": "sample string 4",
  "Name": "sample string 5",
  "Surname": "sample string 6",
  "City": "sample string 7",
  "CountryCode": "sample string 8",
  "Added_on": "2026-09-20T11:51:30.473",
  "Email": "sample string 9",
  "DeviceID": "sample string 10",
  "DeviceType": 1,
  "NotificationToken": "sample string 11",
  "WillNotify": true,
  "PrayerCategoryID": 1,
  "PrayerCategoryConfidence": 1.0,
  "PrayerCategoryReason": "sample string 12",
  "PrayerCategorySource": "sample string 13",
  "PrayerCategoryDate": "2026-09-20T11:51:30.473",
  "ModerationConfidence": 1.0,
  "ModerationReason": "sample string 14",
  "ModerationRuleFlagged": "sample string 15"
}

application/xml, text/xml

Sample:
<PrayerContent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DPCSWS.Models">
  <Added_on>2026-09-20T11:51:30.473902+00:00</Added_on>
  <City>sample string 7</City>
  <Content>sample string 4</Content>
  <ContentID>2</ContentID>
  <ContentType>sample string 1</ContentType>
  <CountryCode>sample string 8</CountryCode>
  <DeviceID>sample string 10</DeviceID>
  <DeviceType>1</DeviceType>
  <Email>sample string 9</Email>
  <ModerationConfidence>1</ModerationConfidence>
  <ModerationReason>sample string 14</ModerationReason>
  <ModerationRuleFlagged>sample string 15</ModerationRuleFlagged>
  <Name>sample string 5</Name>
  <NotificationToken>sample string 11</NotificationToken>
  <PrayerCategoryConfidence>1</PrayerCategoryConfidence>
  <PrayerCategoryDate>2026-09-20T11:51:30.473902+00:00</PrayerCategoryDate>
  <PrayerCategoryID>1</PrayerCategoryID>
  <PrayerCategoryReason>sample string 12</PrayerCategoryReason>
  <PrayerCategorySource>sample string 13</PrayerCategorySource>
  <Status>sample string 3</Status>
  <Surname>sample string 6</Surname>
  <WillNotify>true</WillNotify>
</PrayerContent>

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.