POST api/member/registration_old
Member Registration
Request Information
URI Parameters
None.
Body Parameters
mlCreateMember| Name | description | Type | Additional information |
|---|---|---|---|
| WorkTypeID | integer |
None. |
|
| BranchID | string |
Required |
|
| MarketerName | string |
Required String length: inclusive between 0 and 25 |
|
| Gender | string |
None. |
|
| DateOfBirth | string |
None. |
|
| DesignationID | integer |
Required |
|
| IntroducerID | string |
Required |
|
| Street | string |
None. |
|
| Area | string |
None. |
|
| CityID | integer |
None. |
|
| DistrictID | integer |
None. |
|
| StateID | integer |
Required |
|
| EmailID | string |
Data type: EmailAddress Matching regular expression pattern: ^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$ |
|
| Pincode | string |
None. |
|
| Mobile | string |
Required String length: inclusive between 10 and 10 |
|
| PAN | string |
None. |
|
| Aadhar | string |
None. |
|
| LoginID | string |
None. |
|
| MIMEType | string |
None. |
|
| DocumentData | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"Aadhar": "sample string 17",
"Area": "sample string 9",
"BranchID": "sample string 2",
"CityID": 10,
"DateOfBirth": "sample string 5",
"DesignationID": 6,
"DistrictID": 11,
"DocumentData": [
64,
64
],
"EmailID": "sample string 13",
"Gender": "sample string 4",
"IntroducerID": "sample string 7",
"LoginID": "sample string 18",
"MIMEType": "sample string 19",
"MarketerName": "sample string 3",
"Mobile": "sample string 15",
"PAN": "sample string 16",
"Pincode": "sample string 14",
"StateID": 12,
"Street": "sample string 8",
"WorkTypeID": 1
}
application/xml, text/xml
Sample:
<mlCreateMember xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Member"> <Aadhar>sample string 17</Aadhar> <Area>sample string 9</Area> <BranchID>sample string 2</BranchID> <CityID>10</CityID> <DateOfBirth>sample string 5</DateOfBirth> <DesignationID>6</DesignationID> <DistrictID>11</DistrictID> <DocumentData>QEA=</DocumentData> <EmailID>sample string 13</EmailID> <Gender>sample string 4</Gender> <IntroducerID>sample string 7</IntroducerID> <LoginID>sample string 18</LoginID> <MIMEType>sample string 19</MIMEType> <MarketerName>sample string 3</MarketerName> <Mobile>sample string 15</Mobile> <PAN>sample string 16</PAN> <Pincode>sample string 14</Pincode> <StateID>12</StateID> <Street>sample string 8</Street> <WorkTypeID>1</WorkTypeID> </mlCreateMember>
response Information
Resource description
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |