POST api/EventRegistration2025/posteventregistration2025

Request Information

URI Parameters

None.

Body Parameters

EventRegistration2025CreateDto
NameDescriptionTypeAdditional information
client_id

string

None.

client_secret

string

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.

RegistrationAmount

decimal number

None.

EventShirtsList

Collection of EventShirt2025ItemDto

None.

Request Formats

application/json, text/json

Sample:
{
  "client_id": "sample string 1",
  "client_secret": "sample string 2",
  "ChapterId": 3,
  "ChapterMember": true,
  "Name": "sample string 5",
  "FatherName": "sample string 6",
  "MobileCountryCodeId": 7,
  "MobileNumber": "sample string 8",
  "EmailId": "sample string 9",
  "Kootam": "sample string 10",
  "BusinessName": "sample string 11",
  "Notes": "sample string 12",
  "NeedCallVerify": true,
  "NeedDhotiShirt": true,
  "DhotiCount": 15,
  "PaymentNotes": "sample string 16",
  "RegistrationAmount": 17.0,
  "EventShirtsList": [
    {
      "SizeId": 1,
      "TotalCount": 2
    },
    {
      "SizeId": 1,
      "TotalCount": 2
    }
  ]
}

application/xml, text/xml

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

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.