POST api/UsersApi/UpsertAppVersion
Request Information
URI Parameters
None.
Body Parameters
UserAppVersionModelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
UserName | string |
None. |
|
DesktopName | string |
None. |
|
AppVersion | string |
None. |
|
IsArchive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "8534ed31-c364-42ec-af63-f81bc120f2b0", "UserName": "sample string 1", "DesktopName": "sample string 2", "AppVersion": "sample string 3", "IsArchive": true }
application/xml, text/xml
Sample:
<UserAppVersionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Communicator.Models.Users"> <AppVersion>sample string 3</AppVersion> <DesktopName>sample string 2</DesktopName> <Id>8534ed31-c364-42ec-af63-f81bc120f2b0</Id> <IsArchive>true</IsArchive> <UserName>sample string 1</UserName> </UserAppVersionModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfCommunicatorJsonResultName | Description | Type | Additional information |
---|---|---|---|
Content | CommunicatorJsonResult |
None. |
|
SerializerSettings | JsonSerializerSettings |
None. |
|
Encoding | Encoding |
None. |
|
Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.