POST api/EventRegistration2025/updateeventmember2025

Request Information

URI Parameters

None.

Body Parameters

EventRegistration2025EditDto
NameDescriptionTypeAdditional information
MemberId

integer

None.

ChapterId

integer

None.

ChapterMember

boolean

None.

Name

string

None.

FatherName

string

None.

MobileCountryCodeId

integer

None.

MobileNumber

string

None.

EmailId

string

None.

Kootam

string

None.

BusinessName

string

None.

Notes

string

None.

NeedCallVerify

boolean

None.

NeedDhotiShirt

boolean

None.

DhotiCount

integer

None.

PaymentNotes

string

None.

EventShirtsList

Collection of EventShirt2025ItemDto

None.

Request Formats

application/json, text/json

Sample:
{
  "MemberId": 1,
  "ChapterId": 2,
  "ChapterMember": true,
  "Name": "sample string 4",
  "FatherName": "sample string 5",
  "MobileCountryCodeId": 6,
  "MobileNumber": "sample string 7",
  "EmailId": "sample string 8",
  "Kootam": "sample string 9",
  "BusinessName": "sample string 10",
  "Notes": "sample string 11",
  "NeedCallVerify": true,
  "NeedDhotiShirt": true,
  "DhotiCount": 14,
  "PaymentNotes": "sample string 15",
  "EventShirtsList": [
    {
      "SizeId": 1,
      "TotalCount": 2
    },
    {
      "SizeId": 1,
      "TotalCount": 2
    }
  ]
}

application/xml, text/xml

Sample:
<EventRegistration2025EditDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ModelsLayer">
  <BusinessName>sample string 10</BusinessName>
  <ChapterId>2</ChapterId>
  <ChapterMember>true</ChapterMember>
  <DhotiCount>14</DhotiCount>
  <EmailId>sample string 8</EmailId>
  <EventShirtsList>
    <EventShirt2025ItemDto>
      <SizeId>1</SizeId>
      <TotalCount>2</TotalCount>
    </EventShirt2025ItemDto>
    <EventShirt2025ItemDto>
      <SizeId>1</SizeId>
      <TotalCount>2</TotalCount>
    </EventShirt2025ItemDto>
  </EventShirtsList>
  <FatherName>sample string 5</FatherName>
  <Kootam>sample string 9</Kootam>
  <MemberId>1</MemberId>
  <MobileCountryCodeId>6</MobileCountryCodeId>
  <MobileNumber>sample string 7</MobileNumber>
  <Name>sample string 4</Name>
  <NeedCallVerify>true</NeedCallVerify>
  <NeedDhotiShirt>true</NeedDhotiShirt>
  <Notes>sample string 11</Notes>
  <PaymentNotes>sample string 15</PaymentNotes>
</EventRegistration2025EditDto>

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.