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": "e1e42547-bba7-4355-9ba6-e5c23637b0a6",
"Name": "sample string 2",
"CNICNumber": "sample string 3",
"GenderId": "c4c4764d-c0e8-443b-b4ff-846253046f16",
"CountryId": "9858f04c-9bea-46b7-af36-f53d034780fc",
"StateOrProvinceId": "9ed54fb8-8499-4083-934b-b1659c35798e",
"DistrictId": "7078bbcf-6ef4-413b-af80-609ba8f374d1",
"CityId": "e677cb99-1353-433a-bbb3-ca5ff79739b3",
"PhoneNo": "sample string 4",
"UserName": "sample string 5",
"Password": "sample string 6",
"Address": "sample string 7",
"BranchId": "57b55905-50d2-4362-88c2-3e82dcd8d25d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.