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": "e544c414-24b4-4c95-ae27-386fcc0edbf3",
"Name": "sample string 2",
"CNICNumber": "sample string 3",
"GenderId": "3bcb823b-23ce-4f50-a465-6db04f6524c1",
"CountryId": "4f394a28-44b9-4e7f-b694-2027eebc34a7",
"StateOrProvinceId": "34edbc75-dc84-4278-b33e-c9556a324f78",
"DistrictId": "8678f5c0-35c1-4e2e-be59-af88ef7d77b4",
"CityId": "e96e2355-2c85-4afc-9bd9-793e6e032566",
"PhoneNo": "sample string 4",
"UserName": "sample string 5",
"Password": "sample string 6",
"Address": "sample string 7",
"BranchId": "4561dd16-b4a3-4459-a233-7f95eb2cc70b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.