POST api/Meghalaya/InsertNSWSUser
Request Information
URI Parameters
None.
Body Parameters
NSWSUserRegistration| Name | Description | Type | Additional information |
|---|---|---|---|
| InvesterType | string |
None. |
|
| InvesterIdNSWS | string |
None. |
|
| PanNo | string |
None. |
|
| CompanyName | string |
None. |
|
| PWD | string |
None. |
|
| EntrepreneurName | string |
None. |
|
| MobileNo | string |
None. |
|
| EmailId | string |
None. |
|
| DOB | string |
None. |
|
| NSWSFLAG | string |
None. |
|
| ProjectId | string |
None. |
|
| Createdby | string |
None. |
|
| CreatedIp | string |
None. |
|
| InvestorReqID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvesterType": "sample string 1",
"InvesterIdNSWS": "sample string 2",
"PanNo": "sample string 3",
"CompanyName": "sample string 4",
"PWD": "sample string 5",
"EntrepreneurName": "sample string 6",
"MobileNo": "sample string 7",
"EmailId": "sample string 8",
"DOB": "sample string 9",
"NSWSFLAG": "sample string 10",
"ProjectId": "sample string 11",
"Createdby": "sample string 12",
"CreatedIp": "sample string 13",
"InvestorReqID": "sample string 14"
}
application/xml, text/xml
Sample:
<NSWSUserRegistration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MeghalayaUIP.Common"> <CompanyName>sample string 4</CompanyName> <CreatedIp>sample string 13</CreatedIp> <Createdby>sample string 12</Createdby> <DOB>sample string 9</DOB> <EmailId>sample string 8</EmailId> <EntrepreneurName>sample string 6</EntrepreneurName> <InvesterIdNSWS>sample string 2</InvesterIdNSWS> <InvesterType>sample string 1</InvesterType> <InvestorReqID>sample string 14</InvestorReqID> <MobileNo>sample string 7</MobileNo> <NSWSFLAG>sample string 10</NSWSFLAG> <PWD>sample string 5</PWD> <PanNo>sample string 3</PanNo> <ProjectId>sample string 11</ProjectId> </NSWSUserRegistration>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
InsertUserDetailsResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| MIPASSUserID | string |
None. |
|
| ResponseCode | string |
None. |
|
| ResponseMesssage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"MIPASSUserID": "sample string 1",
"ResponseCode": "sample string 2",
"ResponseMesssage": "sample string 3"
}
application/xml, text/xml
Sample:
<InsertUserDetailsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MeghalayaAPI.Models"> <MIPASSUserID>sample string 1</MIPASSUserID> <ResponseCode>sample string 2</ResponseCode> <ResponseMesssage>sample string 3</ResponseMesssage> </InsertUserDetailsResponse>