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": "bdb53fd4-388e-45f4-8e76-9b20b541844b",
"Name": "sample string 2",
"CNICNumber": "sample string 3",
"GenderId": "58f855a2-56d9-4d8b-b703-f376abdc3853",
"CountryId": "76559438-c83a-4995-bf33-82a65ffbffbd",
"StateOrProvinceId": "052738a0-ab25-4ee7-9f65-9206832a4a50",
"DistrictId": "b71c8af6-45b4-4301-b8cd-31c107861242",
"CityId": "f07bded3-f752-4f5f-a3e8-a87b59a76b90",
"PhoneNo": "sample string 4",
"UserName": "sample string 5",
"Password": "sample string 6",
"Address": "sample string 7",
"BranchId": "246ed815-e535-4627-a285-0dd6bb5a5e77"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.