POST api/account/SignUp
Request Information
URI Parameters
None.
Body Parameters
DTOUser| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| CNICNumber | string |
None. |
|
| GenderId | globally unique identifier |
None. |
|
| CountryId | globally unique identifier |
None. |
|
| StateOrProvinceId | globally unique identifier |
None. |
|
| DistrictId | globally unique identifier |
None. |
|
| CityId | globally unique identifier |
None. |
|
| PhoneNo | string |
None. |
|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| Address | string |
None. |
|
| BranchId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "c606563b-a4e8-42ad-aef3-a3036ebafcea",
"Name": "sample string 2",
"CNICNumber": "sample string 3",
"GenderId": "89abbf91-fad8-401a-930e-6b5726468f8f",
"CountryId": "038eef26-2c0f-430f-8bf2-678acadda85f",
"StateOrProvinceId": "692dbeb7-9b3f-4d65-af73-c18ac69331d4",
"DistrictId": "8e7f9448-d9f7-4471-b6b9-c0a4a78ceeb7",
"CityId": "f8aae7a3-52e3-4821-8a08-af237248d71e",
"PhoneNo": "sample string 4",
"UserName": "sample string 5",
"Password": "sample string 6",
"Address": "sample string 7",
"BranchId": "a9612d32-3fa2-45c8-ba02-b13f4b5b75b7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.