PUT api/Churches/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Church
NameDescriptionTypeAdditional information
ChurchId

integer

None.

GCFA

integer

None.

Name

string

None.

DistrictId

integer

None.

Address1

string

None.

Address2

string

None.

City

string

None.

State

string

None.

PostalCode

string

None.

MailAddress1

string

None.

MailAddress2

string

None.

MailCity

string

None.

MailState

string

None.

MailPostalCode

string

None.

Phone

string

None.

TimeZone

string

None.

WebsiteURL

string

None.

Email

string

None.

WorshipService1Name

string

None.

WorshipService1Time

string

None.

WorshipService2Name

string

None.

WorshipService2Time

string

None.

WorshipService3Name

string

None.

WorshipService3Time

string

None.

WorshipService4Name

string

None.

WorshipService4Time

string

None.

WorshipService5Name

string

None.

WorshipService5Time

string

None.

WorshipService6Name

string

None.

WorshipService6Time

string

None.

LastChangeDateTime

date

None.

ChargeConferenceDate

date

None.

LastChurchAction

date

None.

LastDistrictAction

date

None.

LastConferenceAction

date

None.

WorkbookId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ChurchId": 1,
  "GCFA": 2,
  "Name": "sample string 3",
  "DistrictId": 4,
  "Address1": "sample string 5",
  "Address2": "sample string 6",
  "City": "sample string 7",
  "State": "sample string 8",
  "PostalCode": "sample string 9",
  "MailAddress1": "sample string 10",
  "MailAddress2": "sample string 11",
  "MailCity": "sample string 12",
  "MailState": "sample string 13",
  "MailPostalCode": "sample string 14",
  "Phone": "sample string 15",
  "TimeZone": "sample string 16",
  "WebsiteURL": "sample string 17",
  "Email": "sample string 18",
  "WorshipService1Name": "sample string 19",
  "WorshipService1Time": "sample string 20",
  "WorshipService2Name": "sample string 21",
  "WorshipService2Time": "sample string 22",
  "WorshipService3Name": "sample string 23",
  "WorshipService3Time": "sample string 24",
  "WorshipService4Name": "sample string 25",
  "WorshipService4Time": "sample string 26",
  "WorshipService5Name": "sample string 27",
  "WorshipService5Time": "sample string 28",
  "WorshipService6Name": "sample string 29",
  "WorshipService6Time": "sample string 30",
  "LastChangeDateTime": "2025-07-04T13:37:12.7806767-04:00",
  "ChargeConferenceDate": "2025-07-04T13:37:12.7806767-04:00",
  "LastChurchAction": "2025-07-04T13:37:12.7806767-04:00",
  "LastDistrictAction": "2025-07-04T13:37:12.7806767-04:00",
  "LastConferenceAction": "2025-07-04T13:37:12.7806767-04:00",
  "WorkbookId": 1
}

application/xml, text/xml

Sample:
<Church xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/inumcData">
  <Address1>sample string 5</Address1>
  <Address2>sample string 6</Address2>
  <ChargeConferenceDate>2025-07-04T13:37:12.7806767-04:00</ChargeConferenceDate>
  <ChurchId>1</ChurchId>
  <City>sample string 7</City>
  <DistrictId>4</DistrictId>
  <Email>sample string 18</Email>
  <GCFA>2</GCFA>
  <LastChangeDateTime>2025-07-04T13:37:12.7806767-04:00</LastChangeDateTime>
  <LastChurchAction>2025-07-04T13:37:12.7806767-04:00</LastChurchAction>
  <LastConferenceAction>2025-07-04T13:37:12.7806767-04:00</LastConferenceAction>
  <LastDistrictAction>2025-07-04T13:37:12.7806767-04:00</LastDistrictAction>
  <MailAddress1>sample string 10</MailAddress1>
  <MailAddress2>sample string 11</MailAddress2>
  <MailCity>sample string 12</MailCity>
  <MailPostalCode>sample string 14</MailPostalCode>
  <MailState>sample string 13</MailState>
  <Name>sample string 3</Name>
  <Phone>sample string 15</Phone>
  <PostalCode>sample string 9</PostalCode>
  <State>sample string 8</State>
  <TimeZone>sample string 16</TimeZone>
  <WebsiteURL>sample string 17</WebsiteURL>
  <WorkbookId>1</WorkbookId>
  <WorshipService1Name>sample string 19</WorshipService1Name>
  <WorshipService1Time>sample string 20</WorshipService1Time>
  <WorshipService2Name>sample string 21</WorshipService2Name>
  <WorshipService2Time>sample string 22</WorshipService2Time>
  <WorshipService3Name>sample string 23</WorshipService3Name>
  <WorshipService3Time>sample string 24</WorshipService3Time>
  <WorshipService4Name>sample string 25</WorshipService4Name>
  <WorshipService4Time>sample string 26</WorshipService4Time>
  <WorshipService5Name>sample string 27</WorshipService5Name>
  <WorshipService5Time>sample string 28</WorshipService5Time>
  <WorshipService6Name>sample string 29</WorshipService6Name>
  <WorshipService6Time>sample string 30</WorshipService6Time>
</Church>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.