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": "5a0ab020-4743-422c-8d4c-a98d6c9c4aac",
"Name": "sample string 2",
"CNICNumber": "sample string 3",
"GenderId": "a6e96d34-9e83-4f53-82dc-d89395b89ab2",
"CountryId": "6ec98078-1054-42ab-aef9-2719551f8ff5",
"StateOrProvinceId": "4c536bb2-30b9-4498-a312-9a426cd10c76",
"DistrictId": "daffae59-70a6-423e-ac0e-147cc4103fd3",
"CityId": "61df3d85-4f6f-4358-a9f4-75f5099b58bf",
"PhoneNo": "sample string 4",
"UserName": "sample string 5",
"Password": "sample string 6",
"Address": "sample string 7",
"BranchId": "63b5d91a-c776-4ee2-aa61-82a37a32645b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.