POST SignUp/SaveOthers
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.SignUpOther+SavePersonalDetails| Name | Description | Type | Additional information | 
|---|---|---|---|
| MemberId | string | 
                                 Matching regular expression pattern: ^[a-zA-Z0-9]*$ String length: inclusive between 0 and 10  | 
                |
| Prefix | string | 
                                 Required String length: inclusive between 0 and 50  | 
                |
| 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-Z]+$ String length: inclusive between 0 and 100  | 
                |
| Organisation | string | 
                                 Required Matching regular expression pattern: ^[a-zA-Z]+$ String length: inclusive between 0 and 200  | 
                |
| Address1 | string | 
                                 Required Matching regular expression pattern: ^[a-zA-Z0-9\s.\?\,\'\;\:\!\-]+$ String length: inclusive between 0 and 100  | 
                |
| Address2 | string | 
                                 String length: inclusive between 0 and 100  | 
                |
| Address3 | string | 
                                 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 | 
                                 Required String length: inclusive between 0 and 100  | 
                |
| City | string | 
                                 Required String length: inclusive between 0 and 100  | 
                |
| District | string | 
                                 String length: inclusive between 0 and 100  | 
                |
| PhoneISD | string | 
                                 Required String length: inclusive between 0 and 10  | 
                |
| PhoneSTD | string | 
                                 Required String length: inclusive between 0 and 10  | 
                |
| Phone | string | 
                                 Required String length: inclusive between 0 and 50  | 
                |
| FaxISD | string | 
                                 Required Matching regular expression pattern: ^[0-9]*$ String length: inclusive between 0 and 10  | 
                |
| FaxSTD | string | 
                                 Required Matching regular expression pattern: ^[0-9]*$ String length: inclusive between 0 and 10  | 
                |
| Fax | string | 
                                 Required Matching regular expression pattern: ^[0-9]*$ String length: inclusive between 0 and 50  | 
                |
| MobileNumber | string | 
                                 Matching regular expression pattern: ^[0-9]*$ String length: inclusive between 0 and 15  | 
                |
| Email1 | string | 
                                 Required String length: inclusive between 0 and 100  | 
                |
| Email2 | string | 
                                 String length: inclusive between 0 and 100  | 
                |
| Sectors | Collection of string | 
                                 Required  | 
                |
| Delimitedsectors | 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",
  "Organisation": "sample string 6",
  "Address1": "sample string 7",
  "Address2": "sample string 8",
  "Address3": "sample string 9",
  "Pincode": "sample string 10",
  "Country": "sample string 11",
  "State": "sample string 12",
  "City": "sample string 13",
  "District": "sample string 14",
  "PhoneISD": "sample string 15",
  "PhoneSTD": "sample string 16",
  "Phone": "sample string 17",
  "FaxISD": "sample string 18",
  "FaxSTD": "sample string 19",
  "Fax": "sample string 20",
  "MobileNumber": "sample string 21",
  "Email1": "sample string 22",
  "Email2": "sample string 23",
  "Sectors": [
    "sample string 1",
    "sample string 2"
  ],
  "Delimitedsectors": "sample string 1|sample string 2"
}
        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>
  <Organisation>sample string 6</Organisation>
  <Address1>sample string 7</Address1>
  <Address2>sample string 8</Address2>
  <Address3>sample string 9</Address3>
  <Pincode>sample string 10</Pincode>
  <Country>sample string 11</Country>
  <State>sample string 12</State>
  <City>sample string 13</City>
  <District>sample string 14</District>
  <PhoneISD>sample string 15</PhoneISD>
  <PhoneSTD>sample string 16</PhoneSTD>
  <Phone>sample string 17</Phone>
  <FaxISD>sample string 18</FaxISD>
  <FaxSTD>sample string 19</FaxSTD>
  <Fax>sample string 20</Fax>
  <MobileNumber>sample string 21</MobileNumber>
  <Email1>sample string 22</Email1>
  <Email2>sample string 23</Email2>
  <Sectors>
    <string>sample string 1</string>
    <string>sample string 2</string>
  </Sectors>
</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.