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": "2c23f073-032f-4489-b703-29284cdad057",
"Name": "sample string 2",
"CNICNumber": "sample string 3",
"GenderId": "e8584a63-1b85-4616-8be8-b2fbd75c3c1b",
"CountryId": "e02526e8-2162-4f01-9ddb-41a5656a4ab6",
"StateOrProvinceId": "2bab1a2e-ece2-4d03-b67c-2bf9499aeb99",
"DistrictId": "c993212a-274c-473d-8cf4-e1e1f624ae4b",
"CityId": "44681a71-f557-4b73-a5c0-b82162164cf7",
"PhoneNo": "sample string 4",
"UserName": "sample string 5",
"Password": "sample string 6",
"Address": "sample string 7",
"BranchId": "bac885a2-4bf0-4232-8406-10badf771a0d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.