POST api/user/UpdateLanguage
Request Information
URI Parameters
None.
Body Parameters
UserViewModelName | Description | Type | Additional information |
---|---|---|---|
RoleID | globally unique identifier |
None. |
|
string |
None. |
||
ID | globally unique identifier |
None. |
|
PendingInvitation | boolean |
None. |
|
UserID | globally unique identifier |
None. |
|
UserList | Collection of AssignRoleUserViewModel |
None. |
|
AssignRoleList | Collection of AssignRoleViewModel |
None. |
|
LastApplicationAccessed | globally unique identifier |
None. |
|
LastCompanyVisited | integer |
None. |
|
CompanyID | integer |
None. |
|
Language | string |
None. |
|
CreatedDate | date |
None. |
|
CreatedUserID | globally unique identifier |
None. |
|
ModifiedDate | date |
None. |
|
ModifiedUserID | globally unique identifier |
None. |
|
FeatureID | globally unique identifier |
None. |
|
Token | globally unique identifier |
None. |
|
Action | Actions |
None. |
|
FilterText | string |
None. |
|
CurrentIndex | integer |
None. |
|
PageSize | integer |
None. |
|
TotalRecords | integer |
None. |
|
SortColumn | string |
None. |
|
Sortby | SortDirection |
None. |
|
ImageId | integer |
None. |
|
IsDeleted | boolean |
None. |
|
IsActive | boolean |
None. |
|
Sort | integer |
None. |
|
Messages | Collection of ErrorMessage |
None. |
Request Formats
application/json, text/json
Sample:
{ "RoleID": "2c01fc0f-4f13-43d8-864a-3e290a0c8e2f", "Email": "sample string 2", "ID": "91cc4f0d-e06a-4948-acc8-5bc336445d8d", "PendingInvitation": true, "UserID": "aec9a1d6-dd44-478c-a50f-5dd66e3a2669", "UserList": [ { "UserID": "5b0990b3-7d1f-431d-9c7f-fef8dd54b13c", "Email": "sample string 2" }, { "UserID": "5b0990b3-7d1f-431d-9c7f-fef8dd54b13c", "Email": "sample string 2" } ], "AssignRoleList": [ { "RoleID": "634fef6b-f916-4347-92d0-f9f1fedcbe0c" }, { "RoleID": "634fef6b-f916-4347-92d0-f9f1fedcbe0c" } ], "LastApplicationAccessed": "b861949b-a6c5-46f7-9316-384efce52155", "LastCompanyVisited": 5, "CompanyID": 6, "Language": "sample string 7", "CreatedDate": "2025-08-28T23:32:59.5213745+00:00", "CreatedUserID": "075d0eb2-f986-4473-a2be-574ef1bec967", "ModifiedDate": "2025-08-28T23:32:59.5213745+00:00", "ModifiedUserID": "9c8f4b9f-3b65-468f-bcea-bdf08e91571b", "FeatureID": "e60cde53-a179-4c64-a9ef-a1e2babc9829", "Token": "e0d8bb5d-08db-423c-aee1-4bcb1af2717a", "Action": 0, "FilterText": "sample string 14", "CurrentIndex": 15, "PageSize": 16, "TotalRecords": 17, "SortColumn": "sample string 18", "Sortby": 0, "ImageId": 1, "IsDeleted": true, "IsActive": true, "Sort": 1, "Messages": [ { "ErrorType": 1, "Message": "sample string 2" }, { "ErrorType": 1, "Message": "sample string 2" } ] }
application/xml, text/xml
Sample:
<UserViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core.SecurityModels"> <Action xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">View</Action> <CompanyID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">6</CompanyID> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2025-08-28T23:32:59.5213745+00:00</CreatedDate> <CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">075d0eb2-f986-4473-a2be-574ef1bec967</CreatedUserID> <CurrentIndex xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">15</CurrentIndex> <FeatureID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">e60cde53-a179-4c64-a9ef-a1e2babc9829</FeatureID> <FilterText xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 14</FilterText> <ImageId xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">1</ImageId> <IsActive xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">true</IsActive> <IsDeleted xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">true</IsDeleted> <Language xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 7</Language> <Messages xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core"> <ErrorMessage> <ErrorType>1</ErrorType> <Message>sample string 2</Message> </ErrorMessage> <ErrorMessage> <ErrorType>1</ErrorType> <Message>sample string 2</Message> </ErrorMessage> </Messages> <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2025-08-28T23:32:59.5213745+00:00</ModifiedDate> <ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">9c8f4b9f-3b65-468f-bcea-bdf08e91571b</ModifiedUserID> <PageSize xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">16</PageSize> <Sort xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">1</Sort> <SortColumn xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 18</SortColumn> <Sortby xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">Asc</Sortby> <Token xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">e0d8bb5d-08db-423c-aee1-4bcb1af2717a</Token> <TotalRecords xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">17</TotalRecords> <AssignRoleList> <AssignRoleViewModel> <RoleID>634fef6b-f916-4347-92d0-f9f1fedcbe0c</RoleID> </AssignRoleViewModel> <AssignRoleViewModel> <RoleID>634fef6b-f916-4347-92d0-f9f1fedcbe0c</RoleID> </AssignRoleViewModel> </AssignRoleList> <Email>sample string 2</Email> <ID>91cc4f0d-e06a-4948-acc8-5bc336445d8d</ID> <LastApplicationAccessed>b861949b-a6c5-46f7-9316-384efce52155</LastApplicationAccessed> <LastCompanyVisited>5</LastCompanyVisited> <PendingInvitation>true</PendingInvitation> <RoleID>2c01fc0f-4f13-43d8-864a-3e290a0c8e2f</RoleID> <UserID>aec9a1d6-dd44-478c-a50f-5dd66e3a2669</UserID> <UserList> <AssignRoleUserViewModel> <Email>sample string 2</Email> <UserID>5b0990b3-7d1f-431d-9c7f-fef8dd54b13c</UserID> </AssignRoleUserViewModel> <AssignRoleUserViewModel> <Email>sample string 2</Email> <UserID>5b0990b3-7d1f-431d-9c7f-fef8dd54b13c</UserID> </AssignRoleUserViewModel> </UserList> </UserViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.