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": "5a483f9f-d151-4839-8627-7675f3fa35fe",
"Name": "sample string 2",
"CNICNumber": "sample string 3",
"GenderId": "2c876a57-057e-44dd-ae6f-8bcc93f54201",
"CountryId": "db7c4584-be58-467c-9303-523d305caed5",
"StateOrProvinceId": "b1b046a6-d1d0-4c09-9297-da24175f8bbc",
"DistrictId": "0dacbaaa-2e06-4395-b35e-7e299824a7f4",
"CityId": "174bfb55-85ca-4a5b-bdc9-88a1b15da6d0",
"PhoneNo": "sample string 4",
"UserName": "sample string 5",
"Password": "sample string 6",
"Address": "sample string 7",
"BranchId": "4d5d37b2-f144-4d53-b0aa-96b1c8329a97"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.