POST api/user/SignUp
Request Information
URI Parameters
None.
Body Parameters
UserPostInfoName | Description | Type | Additional information |
---|---|---|---|
FullName | string |
None. |
|
MobileNumber | string |
None. |
|
EmailId | string |
None. |
|
Password | string |
None. |
|
UserToken | string |
None. |
|
CityId | integer |
None. |
|
ShopTypeId | integer |
None. |
|
VehicleId | integer |
None. |
|
Address | string |
None. |
|
Referrer | string |
None. |
|
Source | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "FullName": "sample string 1", "MobileNumber": "sample string 2", "EmailId": "sample string 3", "Password": "sample string 4", "UserToken": "sample string 5", "CityId": 1, "ShopTypeId": 1, "VehicleId": 1, "Address": "sample string 6", "Referrer": "sample string 7", "Source": "sample string 8" }
application/xml, text/xml
Sample:
<UserPostInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PostLibrary.User"> <Address>sample string 6</Address> <CityId>1</CityId> <EmailId>sample string 3</EmailId> <FullName>sample string 1</FullName> <MobileNumber>sample string 2</MobileNumber> <Password>sample string 4</Password> <Referrer>sample string 7</Referrer> <ShopTypeId>1</ShopTypeId> <Source>sample string 8</Source> <UserToken>sample string 5</UserToken> <VehicleId>1</VehicleId> </UserPostInfo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.