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": "cbf5863b-c7dc-4aba-b490-0a2f238bd56b",
"Name": "sample string 2",
"CNICNumber": "sample string 3",
"GenderId": "2cac3b26-97a0-447f-9b02-fb5a19b3daa3",
"CountryId": "f8842b39-ba0c-4071-ba3f-37631a7bae95",
"StateOrProvinceId": "425dc74a-cc8f-4726-bc49-5a4ac5f17b2e",
"DistrictId": "28592770-dee2-4787-a18f-ad20164d347e",
"CityId": "60f0fa76-b75a-4fcd-b383-48a5ba2bd6eb",
"PhoneNo": "sample string 4",
"UserName": "sample string 5",
"Password": "sample string 6",
"Address": "sample string 7",
"BranchId": "fc47d8c9-00bb-4616-8044-7a02fb799cb0"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.