POST api/UserReg
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
contact | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "FirstName": "sample string 1", "LastName": "sample string 2", "MidName": "sample string 3", "CompanyName": "sample string 4", "Email": "sample string 5", "Phone": "sample string 6", "Password": "sample string 7" }
text/xml
Sample:
<SaveUsrReg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAPI.DataAPI.Models"> <CompanyName>sample string 4</CompanyName> <Email>sample string 5</Email> <FirstName>sample string 1</FirstName> <LastName>sample string 2</LastName> <MidName>sample string 3</MidName> <Password>sample string 7</Password> <Phone>sample string 6</Phone> </SaveUsrReg>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
{}
text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />