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": "0faf1ef8-d7aa-4302-a6df-8fcdb9fbdfca",
"Name": "sample string 2",
"CNICNumber": "sample string 3",
"GenderId": "a8039c04-5f36-46a5-9591-48ec6853a59a",
"CountryId": "fbcf50c9-8544-4415-ae86-9c8898527cd4",
"StateOrProvinceId": "ba74bc52-dc6f-4297-b6c3-fb6cc4702f8f",
"DistrictId": "c847541f-b703-4a3c-834a-b6d19bd3192e",
"CityId": "e0334485-1aa1-4656-a2c1-7c04cff8d5e0",
"PhoneNo": "sample string 4",
"UserName": "sample string 5",
"Password": "sample string 6",
"Address": "sample string 7",
"BranchId": "affe2e05-1125-48c6-8b08-5ee8e0adece8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.