POST api/user/create
Request Information
URI Parameters
None.
Body Parameters
CreateUserDto| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName | string |
Required String length: inclusive between 0 and 100 |
|
| LastName | string |
Required String length: inclusive between 0 and 100 |
|
| string |
Required String length: inclusive between 0 and 150 |
||
| UserType | integer |
Required |
|
| CompanyId | integer |
Required |
|
| PersonalNumber | string |
Required |
|
| PreferedLanguage | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"firstName": "sample string 1",
"lastName": "sample string 2",
"email": "sample string 3",
"userType": 4,
"companyId": 5,
"personalNumber": "sample string 6",
"preferedLanguage": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.