PUT api/Chapter
Request Information
URI Parameters
None.
Body Parameters
ChapterInfo| Name | Description | Type | Additional 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": "ad3b9fd7-1046-42ba-bf77-6f9f49a6e630",
"Chapter_Name": "sample string 2",
"Anniversary": "2026-06-09T02:34:38.4080588-07:00",
"BR_Dues": 4.0,
"AOA_Dues": 5.0,
"PrimaryKey": "ecc1e851-2ab7-478f-8e36-7d6bebf30177"
}
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>ecc1e851-2ab7-478f-8e36-7d6bebf30177</PrimaryKey> <AOA_Dues>5</AOA_Dues> <Anniversary>2026-06-09T02:34:38.4080588-07:00</Anniversary> <BR_Dues>4</BR_Dues> <ChapterInfo_Id>ad3b9fd7-1046-42ba-bf77-6f9f49a6e630</ChapterInfo_Id> <Chapter_Name>sample string 2</Chapter_Name> </ChapterInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.