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": "f75ae3d5-38a1-4caf-a48d-9b208542361c",
"Name": "sample string 2",
"CNICNumber": "sample string 3",
"GenderId": "e48384aa-caf7-4d87-a71f-8775337ca0a6",
"CountryId": "fa119952-018d-4ef7-a972-77560f7d692f",
"StateOrProvinceId": "c85c61cd-1999-4340-b20e-7cc077ebe236",
"DistrictId": "5069ff00-9a3d-4fb5-8d16-87b98909d1aa",
"CityId": "d31fe336-1aeb-4b97-bd56-cb3ed3cf789b",
"PhoneNo": "sample string 4",
"UserName": "sample string 5",
"Password": "sample string 6",
"Address": "sample string 7",
"BranchId": "6f5ca8b3-f345-4a38-a11d-0715d290540e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.