POST OnlineRegistrationNew/InsertRegData
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.InsertOnlineRegDataNew| Name | Description | Type | Additional information | 
|---|---|---|---|
| EventId | string | 
                             None.  | 
                |
| Title | string | 
                             None.  | 
                |
| Firstname | string | 
                             None.  | 
                |
| LastName | string | 
                             None.  | 
                |
| Designation | string | 
                             None.  | 
                |
| Organization | string | 
                             None.  | 
                |
| string | 
                             None.  | 
                ||
| Mobile | string | 
                             None.  | 
                |
| ParticipantTypeId | integer | 
                             None.  | 
                |
| 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.  | 
                |
| InputXML | string | 
                             None.  | 
                |
| PAN | string | 
                             None.  | 
                |
| IsSEZ | boolean | 
                             None.  | 
                |
| EntryType | boolean | 
                             None.  | 
                |
| ContactId | string | 
                             None.  | 
                |
| NAReason | string | 
                             None.  | 
                |
| LegalName | string | 
                             None.  | 
                |
| TexType | string | 
                             None.  | 
                |
| AsPerPanName | string | 
                             None.  | 
                |
| GSTINStatus | string | 
                             None.  | 
                |
| TradeName | 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": 10,
  "NoOfparticipants": 11,
  "ParticipantXML": "sample string 12",
  "BillingAddress": "sample string 13",
  "GSTNo": "sample string 14",
  "BillingCountryId": "sample string 15",
  "BillingStateId": "sample string 16",
  "BillingCity": "sample string 17",
  "PinNo": "sample string 18",
  "Fee": "sample string 19",
  "GSTText": "sample string 20",
  "GroupDiscountPercentage": 21.0,
  "NoOfQty": 22.0,
  "EarlyBirdDiscountAmt": 23.0,
  "EarlyBirdDiscountPer": 24.0,
  "EarlyBirdDiscountDate": "sample string 25",
  "TotalAmount": 26.0,
  "GSTAmount": 27.0,
  "NetAmountPayable": 28.0,
  "GroupDiscount": 29.0,
  "ServiceTaxApplicable": 30,
  "GST_Percentage": 31,
  "MemberId": "sample string 32",
  "GroupDiscountEligibility": 33,
  "PaymentStatus": "sample string 34",
  "BillTo": "sample string 35",
  "MemberShipId": "sample string 36",
  "InputXML": "sample string 37",
  "PAN": "sample string 38",
  "IsSEZ": true,
  "EntryType": true,
  "ContactId": "sample string 41",
  "NAReason": "sample string 42",
  "LegalName": "sample string 43",
  "TexType": "sample string 44",
  "AsPerPanName": "sample string 45",
  "GSTINStatus": "sample string 46",
  "TradeName": "sample string 47"
}
        application/xml, text/xml
            Sample:
        <InsertOnlineRegDataNew 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>10</CurrencyTypeId> <NoOfparticipants>11</NoOfparticipants> <ParticipantXML>sample string 12</ParticipantXML> <BillingAddress>sample string 13</BillingAddress> <GSTNo>sample string 14</GSTNo> <BillingCountryId>sample string 15</BillingCountryId> <BillingStateId>sample string 16</BillingStateId> <BillingCity>sample string 17</BillingCity> <PinNo>sample string 18</PinNo> <Fee>sample string 19</Fee> <GSTText>sample string 20</GSTText> <GroupDiscountPercentage>21</GroupDiscountPercentage> <NoOfQty>22</NoOfQty> <EarlyBirdDiscountAmt>23</EarlyBirdDiscountAmt> <EarlyBirdDiscountPer>24</EarlyBirdDiscountPer> <EarlyBirdDiscountDate>sample string 25</EarlyBirdDiscountDate> <TotalAmount>26</TotalAmount> <GSTAmount>27</GSTAmount> <NetAmountPayable>28</NetAmountPayable> <GroupDiscount>29</GroupDiscount> <ServiceTaxApplicable>30</ServiceTaxApplicable> <GST_Percentage>31</GST_Percentage> <MemberId>sample string 32</MemberId> <GroupDiscountEligibility>33</GroupDiscountEligibility> <PaymentStatus>sample string 34</PaymentStatus> <BillTo>sample string 35</BillTo> <MemberShipId>sample string 36</MemberShipId> <InputXML>sample string 37</InputXML> <PAN>sample string 38</PAN> <IsSEZ>true</IsSEZ> <EntryType>true</EntryType> <ContactId>sample string 41</ContactId> <NAReason>sample string 42</NAReason> <LegalName>sample string 43</LegalName> <TexType>sample string 44</TexType> <AsPerPanName>sample string 45</AsPerPanName> <GSTINStatus>sample string 46</GSTINStatus> <TradeName>sample string 47</TradeName> </InsertOnlineRegDataNew>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.