POST api/Prayer?testMode={testMode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
testMode

boolean

Required

Body Parameters

Prayer
NameDescriptionTypeAdditional information
ID

integer

None.

ParentID

integer

None.

FamilyGroupName

string

None.

PrayerRequest

string

None.

Answer

string

None.

CreatedDate

date

None.

ModifiedDate

date

None.

AnswerDate

date

None.

LastPrayed

date

None.

Context

integer

None.

AppearanceOrder

integer

None.

UserId

integer

None.

CreatedBy

integer

None.

ModifiedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "ParentID": 2,
  "FamilyGroupName": "sample string 3",
  "PrayerRequest": "sample string 4",
  "Answer": "sample string 5",
  "CreatedDate": "2025-03-15T20:21:55.5801266+00:00",
  "ModifiedDate": "2025-03-15T20:21:55.5801266+00:00",
  "AnswerDate": "2025-03-15T20:21:55.5801266+00:00",
  "LastPrayed": "2025-03-15T20:21:55.5801266+00:00",
  "Context": 10,
  "AppearanceOrder": 11,
  "UserId": 12,
  "CreatedBy": 13,
  "ModifiedBy": 14
}

application/xml, text/xml

Sample:
<Prayer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BracketAPI.Models">
  <Answer>sample string 5</Answer>
  <AnswerDate>2025-03-15T20:21:55.5801266+00:00</AnswerDate>
  <AppearanceOrder>11</AppearanceOrder>
  <Context>10</Context>
  <CreatedBy>13</CreatedBy>
  <CreatedDate>2025-03-15T20:21:55.5801266+00:00</CreatedDate>
  <FamilyGroupName>sample string 3</FamilyGroupName>
  <ID>1</ID>
  <LastPrayed>2025-03-15T20:21:55.5801266+00:00</LastPrayed>
  <ModifiedBy>14</ModifiedBy>
  <ModifiedDate>2025-03-15T20:21:55.5801266+00:00</ModifiedDate>
  <ParentID>2</ParentID>
  <PrayerRequest>sample string 4</PrayerRequest>
  <UserId>12</UserId>
</Prayer>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>