POST api/hero/user/appversion/add

Request Information

URI Parameters

None.

Body Parameters

UserHeroAppVersionViewModel
NameDescriptionTypeAdditional information
Id

integer

None.

FkUserWtec

integer

None.

AppVersion

string

None.

CreationDate

date

None.

LastUpdateDate

date

None.

DeviceKey

string

None.

DeviceModel

string

None.

DeviceManufacturer

string

None.

DeviceId

string

None.

DeviceVersion

string

None.

DevicePlatform

string

None.

DeviceIdiom

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "FkUserWtec": 2,
  "AppVersion": "sample string 3",
  "CreationDate": "2025-06-21T07:03:19.9840742-04:00",
  "LastUpdateDate": "2025-06-21T07:03:19.9840742-04:00",
  "DeviceKey": "sample string 6",
  "DeviceModel": "sample string 7",
  "DeviceManufacturer": "sample string 8",
  "DeviceId": "sample string 9",
  "DeviceVersion": "sample string 10",
  "DevicePlatform": "sample string 11",
  "DeviceIdiom": "sample string 12"
}

application/xml, text/xml

Sample:
<UserHeroAppVersionViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Operations.Content.Application.Authentication.Users.ViewModels">
  <AppVersion>sample string 3</AppVersion>
  <CreationDate>2025-06-21T07:03:19.9840742-04:00</CreationDate>
  <DeviceId>sample string 9</DeviceId>
  <DeviceIdiom>sample string 12</DeviceIdiom>
  <DeviceKey>sample string 6</DeviceKey>
  <DeviceManufacturer>sample string 8</DeviceManufacturer>
  <DeviceModel>sample string 7</DeviceModel>
  <DevicePlatform>sample string 11</DevicePlatform>
  <DeviceVersion>sample string 10</DeviceVersion>
  <FkUserWtec>2</FkUserWtec>
  <Id>1</Id>
  <LastUpdateDate>2025-06-21T07:03:19.9840742-04:00</LastUpdateDate>
</UserHeroAppVersionViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.