POST RegisterUser
Request Information
URI Parameters
None.
Body Parameters
RankingUser| Name | Description | Type | Additional information |
|---|---|---|---|
| CanCreateActionPlan | boolean |
None. |
|
| CanSignActionPlan | boolean |
None. |
|
| ProviderType | integer |
None. |
|
| PhoneNo | string |
None. |
|
| PersonId | string |
None. |
|
| Source | string |
None. |
|
| user_locations | Collection of UsersLocations |
None. |
|
| LastCompletedSteps | TypeOfNewUserSteps |
None. |
|
| Companies | Collection of QMSCompany |
None. |
|
| MySetting | Collection of RankingUserSetting |
None. |
|
| ServicePlan | RankingUserServicePlan |
None. |
|
| CompanyTheme | ColorTheme |
None. |
|
| IsOfflineAllow | boolean |
None. |
|
| IsUserCheckIn | boolean |
None. |
|
| CustomerIds | string |
None. |
|
| TemplateIds | string |
None. |
|
| PermissionIds | string |
None. |
|
| UserPermission | Collection of UserPermissionDto |
None. |
|
| PermissionKeys | Collection of string |
None. |
|
| Menus | Collection of AppMenuDto |
None. |
|
| LoginSource | integer |
None. |
|
| DashboardStyle | DashboardStyle |
None. |
|
| MobileMenu | MobileMenu |
None. |
|
| Capabilities | UserCapabilities |
None. |
|
| unique_id | integer |
None. |
|
| UserName | string |
None. |
|
| FullName | string |
None. |
|
| Password | string |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| IsWebsite | boolean |
None. |
|
| IsMobile | boolean |
None. |
|
| string |
None. |
||
| IsAdmin | boolean |
None. |
|
| RoleId | integer |
None. |
|
| LocationId | string |
None. |
|
| OwnerType | OwnerTypeBase |
None. |
|
| Role | string |
None. |
|
| SessionId | string |
None. |
|
| IsRankingAdmin | boolean |
None. |
|
| IsSuperAdmin | boolean |
None. |
|
| IsLogging | boolean |
None. |
|
| Token | string |
None. |
|
| CompanyId | integer |
None. |
|
| CompanyName | string |
None. |
|
| ImageLocation | string |
None. |
|
| Image | string |
None. |
|
| ErrorMessages | ValidationErrors |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |