POST SignUp/Save
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.SignUp+SavePersonalDetails| Name | Description | Type | Additional information | 
|---|---|---|---|
| MemberId | string | 
                                 Required Matching regular expression pattern: ^[a-zA-Z0-9]*$ String length: inclusive between 0 and 10  | 
                |
| Prefix | string | 
                                 Required String length: inclusive between 0 and 15  | 
                |
| FirstName | string | 
                                 Required Matching regular expression pattern: ^[a-zA-Z]+$ String length: inclusive between 0 and 200  | 
                |
| LastName | string | 
                                 Required Matching regular expression pattern: ^[a-zA-Z]+$ String length: inclusive between 0 and 200  | 
                |
| Designation | string | 
                                 Required Matching regular expression pattern: ^[a-zA-Z0-9\s.\?\,\'\;\:\!\-]+$ String length: inclusive between 0 and 100  | 
                |
| Address1 | string | 
                                 Required Matching regular expression pattern: ^[a-zA-Z0-9\s.\?\,\'\;\:\!\-]+$ String length: inclusive between 0 and 100  | 
                |
| Address2 | string | 
                                 Matching regular expression pattern: ^[a-zA-Z0-9\s.\?\,\'\;\:\!\-]+$ String length: inclusive between 0 and 100  | 
                |
| Address3 | string | 
                                 Matching regular expression pattern: ^[a-zA-Z0-9\s.\?\,\'\;\:\!\-]+$ String length: inclusive between 0 and 100  | 
                |
| Pincode | string | 
                                 Required Matching regular expression pattern: ^[0-9]*$ String length: inclusive between 0 and 6  | 
                |
| Country | string | 
                                 Required String length: inclusive between 0 and 100  | 
                |
| State | string | 
                             None.  | 
                |
| City | string | 
                             None.  | 
                |
| PhoneISD | string | 
                                 Required String length: inclusive between 0 and 10  | 
                |
| PhoneSTD | string | 
                                 Required String length: inclusive between 0 and 10  | 
                |
| Phone | string | 
                                 Required Matching regular expression pattern: ^[0-9]*$ String length: inclusive between 0 and 50  | 
                |
| MobileCountryCode | string | 
                             None.  | 
                |
| MobileNumber | string | 
                                 Matching regular expression pattern: ^[0-9]*$ String length: inclusive between 0 and 15  | 
                |
| string | 
                                 Required String length: inclusive between 0 and 100  | 
                ||
| MainOffice | boolean | 
                             None.  | 
                |
| FunctionalAreas | Collection of string | 
                             None.  | 
                |
| Sectors | Collection of string | 
                             None.  | 
                |
| Platform | string | 
                             None.  | 
                |
| Delimitedsectors | string | 
                             None.  | 
                |
| DelimitedFunctionalAreas | string | 
                             None.  | 
                |
| callfor | string | 
                             None.  | 
                |
| CaptchaToken | string | 
                             None.  | 
                |
| Contactid | string | 
                             None.  | 
                |
| Orgtype | string | 
                             None.  | 
                |
| drporganization | string | 
                             None.  | 
                |
| ciidesk | string | 
                             None.  | 
                |
| CompanyName | string | 
                             None.  | 
                |
| Profile | string | 
                             None.  | 
                
Request Formats
application/json, text/json
{
  "MemberId": "sample string 1",
  "Prefix": "sample string 2",
  "FirstName": "sample string 3",
  "LastName": "sample string 4",
  "Designation": "sample string 5",
  "Address1": "sample string 6",
  "Address2": "sample string 7",
  "Address3": "sample string 8",
  "Pincode": "sample string 9",
  "Country": "sample string 10",
  "State": "sample string 11",
  "City": "sample string 12",
  "PhoneISD": "sample string 13",
  "PhoneSTD": "sample string 14",
  "Phone": "sample string 15",
  "MobileCountryCode": "sample string 16",
  "MobileNumber": "sample string 17",
  "Email": "sample string 18",
  "MainOffice": true,
  "FunctionalAreas": [
    "sample string 1",
    "sample string 2"
  ],
  "Sectors": [
    "sample string 1",
    "sample string 2"
  ],
  "Platform": "sample string 20",
  "Delimitedsectors": "sample string 1|sample string 2",
  "DelimitedFunctionalAreas": "sample string 1|sample string 2",
  "callfor": "sample string 21",
  "CaptchaToken": "sample string 22",
  "Contactid": "sample string 23",
  "Orgtype": "sample string 24",
  "drporganization": "sample string 25",
  "ciidesk": "sample string 26",
  "CompanyName": "sample string 27",
  "Profile": "sample string 28"
}
        application/xml, text/xml
<SavePersonalDetails xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <MemberId>sample string 1</MemberId>
  <Prefix>sample string 2</Prefix>
  <FirstName>sample string 3</FirstName>
  <LastName>sample string 4</LastName>
  <Designation>sample string 5</Designation>
  <Address1>sample string 6</Address1>
  <Address2>sample string 7</Address2>
  <Address3>sample string 8</Address3>
  <Pincode>sample string 9</Pincode>
  <Country>sample string 10</Country>
  <State>sample string 11</State>
  <City>sample string 12</City>
  <PhoneISD>sample string 13</PhoneISD>
  <PhoneSTD>sample string 14</PhoneSTD>
  <Phone>sample string 15</Phone>
  <MobileCountryCode>sample string 16</MobileCountryCode>
  <MobileNumber>sample string 17</MobileNumber>
  <Email>sample string 18</Email>
  <MainOffice>true</MainOffice>
  <FunctionalAreas>
    <string>sample string 1</string>
    <string>sample string 2</string>
  </FunctionalAreas>
  <Sectors>
    <string>sample string 1</string>
    <string>sample string 2</string>
  </Sectors>
  <Platform>sample string 20</Platform>
  <callfor>sample string 21</callfor>
  <CaptchaToken>sample string 22</CaptchaToken>
  <Contactid>sample string 23</Contactid>
  <Orgtype>sample string 24</Orgtype>
  <drporganization>sample string 25</drporganization>
  <ciidesk>sample string 26</ciidesk>
  <CompanyName>sample string 27</CompanyName>
  <Profile>sample string 28</Profile>
</SavePersonalDetails>
        application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.