PUT api/Chapter

Request Information

URI Parameters

None.

Body Parameters

ChapterInfo
NameDescriptionTypeAdditional information
ChapterInfo_Id

globally unique identifier

None.

Chapter_Name

string

None.

Anniversary

date

None.

BR_Dues

decimal number

None.

AOA_Dues

decimal number

None.

PrimaryKey

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ChapterInfo_Id": "b3ca6210-d6ad-4599-924b-6c74fa9e3bed",
  "Chapter_Name": "sample string 2",
  "Anniversary": "2026-02-09T03:13:57.9276072-08:00",
  "BR_Dues": 4.0,
  "AOA_Dues": 5.0,
  "PrimaryKey": "798ca0f4-2716-41b4-8b14-0bf1c39b67ae"
}

application/xml, text/xml

Sample:
<ChapterInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/brmcph.entity">
  <PrimaryKey>798ca0f4-2716-41b4-8b14-0bf1c39b67ae</PrimaryKey>
  <AOA_Dues>5</AOA_Dues>
  <Anniversary>2026-02-09T03:13:57.9276072-08:00</Anniversary>
  <BR_Dues>4</BR_Dues>
  <ChapterInfo_Id>b3ca6210-d6ad-4599-924b-6c74fa9e3bed</ChapterInfo_Id>
  <Chapter_Name>sample string 2</Chapter_Name>
</ChapterInfo>

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.