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": "c5c1cd0e-b762-4d71-bf04-8e9421be9611",
"Name": "sample string 2",
"CNICNumber": "sample string 3",
"GenderId": "d0d3e7ea-030c-4d69-a9d2-092713d3d17e",
"CountryId": "7f4c578b-bb9f-459c-8eaf-eb0deed69cc2",
"StateOrProvinceId": "a6a0ce6c-5fd5-4234-9743-8172a76b2430",
"DistrictId": "1fd0eab0-f51d-4194-b4ee-200931b52573",
"CityId": "8488d074-1aa6-481a-abe5-c05d1ad492e2",
"PhoneNo": "sample string 4",
"UserName": "sample string 5",
"Password": "sample string 6",
"Address": "sample string 7",
"BranchId": "09c24b59-52e9-469a-b475-863ed87891f3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.