POST Login/InsertOnlineRegData

Request Information

URI Parameters

None.

Body Parameters

MYCII_EWS.BusinessObjects.InsertOnlineRegData
NameDescriptionTypeAdditional information
EventId

string

Required

Title

string

Required

Matching regular expression pattern: ^\d+$

String length: inclusive between 0 and 2

Firstname

string

Required

LastName

string

Required

Designation

string

None.

Organization

string

None.

Email

string

Required

Matching regular expression pattern: ^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$

Mobile

string

Required

Matching regular expression pattern: ^\d{10,15}$

String length: inclusive between 10 and 15

ParticipantTypeId

integer

Required

Matching regular expression pattern: ^[0-9]+$

CurrencyTypeId

integer

None.

NoOfparticipants

integer

None.

ParticipantXML

string

None.

BillingAddress

string

None.

GSTNo

string

None.

BillingCountryId

string

None.

BillingStateId

string

None.

BillingCity

string

None.

PinNo

string

None.

Fee

string

None.

GSTText

string

None.

GroupDiscountPercentage

decimal number

None.

NoOfQty

decimal number

None.

EarlyBirdDiscountAmt

decimal number

None.

EarlyBirdDiscountPer

decimal number

None.

EarlyBirdDiscountDate

string

None.

TotalAmount

decimal number

None.

GSTAmount

decimal number

None.

NetAmountPayable

decimal number

None.

GroupDiscount

decimal number

None.

ServiceTaxApplicable

integer

None.

GST_Percentage

integer

None.

MemberId

string

None.

GroupDiscountEligibility

integer

None.

PaymentStatus

string

None.

BillTo

string

None.

MemberShipId

string

None.

PAN

string

None.

IsSEZ

boolean

None.

LegalName

string

None.

TexType

string

None.

AsPerPanName

string

None.

GSTINStatus

string

None.

TradeName

string

None.

NAReason

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EventId": "sample string 1",
  "Title": "sample string 2",
  "Firstname": "sample string 3",
  "LastName": "sample string 4",
  "Designation": "sample string 5",
  "Organization": "sample string 6",
  "Email": "sample string 7",
  "Mobile": "sample string 8",
  "ParticipantTypeId": 9,
  "CurrencyTypeId": 1,
  "NoOfparticipants": 10,
  "ParticipantXML": "sample string 11",
  "BillingAddress": "sample string 12",
  "GSTNo": "sample string 13",
  "BillingCountryId": "sample string 14",
  "BillingStateId": "sample string 15",
  "BillingCity": "sample string 16",
  "PinNo": "sample string 17",
  "Fee": "sample string 18",
  "GSTText": "sample string 19",
  "GroupDiscountPercentage": 1.0,
  "NoOfQty": 1.0,
  "EarlyBirdDiscountAmt": 1.0,
  "EarlyBirdDiscountPer": 1.0,
  "EarlyBirdDiscountDate": "sample string 20",
  "TotalAmount": 1.0,
  "GSTAmount": 1.0,
  "NetAmountPayable": 1.0,
  "GroupDiscount": 1.0,
  "ServiceTaxApplicable": 1,
  "GST_Percentage": 21,
  "MemberId": "sample string 22",
  "GroupDiscountEligibility": 1,
  "PaymentStatus": "sample string 23",
  "BillTo": "sample string 24",
  "MemberShipId": "sample string 25",
  "PAN": "sample string 26",
  "IsSEZ": true,
  "LegalName": "sample string 28",
  "TexType": "sample string 29",
  "AsPerPanName": "sample string 30",
  "GSTINStatus": "sample string 31",
  "TradeName": "sample string 32",
  "NAReason": "sample string 33"
}

application/xml, text/xml

Sample:
<InsertOnlineRegData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <EventId>sample string 1</EventId>
  <Title>sample string 2</Title>
  <Firstname>sample string 3</Firstname>
  <LastName>sample string 4</LastName>
  <Designation>sample string 5</Designation>
  <Organization>sample string 6</Organization>
  <Email>sample string 7</Email>
  <Mobile>sample string 8</Mobile>
  <ParticipantTypeId>9</ParticipantTypeId>
  <CurrencyTypeId>1</CurrencyTypeId>
  <NoOfparticipants>10</NoOfparticipants>
  <ParticipantXML>sample string 11</ParticipantXML>
  <BillingAddress>sample string 12</BillingAddress>
  <GSTNo>sample string 13</GSTNo>
  <BillingCountryId>sample string 14</BillingCountryId>
  <BillingStateId>sample string 15</BillingStateId>
  <BillingCity>sample string 16</BillingCity>
  <PinNo>sample string 17</PinNo>
  <Fee>sample string 18</Fee>
  <GSTText>sample string 19</GSTText>
  <GroupDiscountPercentage>1</GroupDiscountPercentage>
  <NoOfQty>1</NoOfQty>
  <EarlyBirdDiscountAmt>1</EarlyBirdDiscountAmt>
  <EarlyBirdDiscountPer>1</EarlyBirdDiscountPer>
  <EarlyBirdDiscountDate>sample string 20</EarlyBirdDiscountDate>
  <TotalAmount>1</TotalAmount>
  <GSTAmount>1</GSTAmount>
  <NetAmountPayable>1</NetAmountPayable>
  <GroupDiscount>1</GroupDiscount>
  <ServiceTaxApplicable>1</ServiceTaxApplicable>
  <GST_Percentage>21</GST_Percentage>
  <MemberId>sample string 22</MemberId>
  <GroupDiscountEligibility>1</GroupDiscountEligibility>
  <PaymentStatus>sample string 23</PaymentStatus>
  <BillTo>sample string 24</BillTo>
  <MemberShipId>sample string 25</MemberShipId>
  <PAN>sample string 26</PAN>
  <IsSEZ>true</IsSEZ>
  <LegalName>sample string 28</LegalName>
  <TexType>sample string 29</TexType>
  <AsPerPanName>sample string 30</AsPerPanName>
  <GSTINStatus>sample string 31</GSTINStatus>
  <TradeName>sample string 32</TradeName>
  <NAReason>sample string 33</NAReason>
</InsertOnlineRegData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.