PUT api/AppVersion/{Id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

globally unique identifier

Required

Body Parameters

AppVersionData
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

UserId

globally unique identifier

None.

AppGuid

globally unique identifier

None.

PlatformGuid

globally unique identifier

None.

Major

integer

None.

Minor

integer

None.

Revision

integer

None.

ProgramId

globally unique identifier

None.

Updated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "aefd7929-4006-4dc1-8f66-9ab82e90436d",
  "UserId": "0281e5c1-ac5d-4285-aae0-8810be11159c",
  "AppGuid": "43515465-26e4-40f2-97b4-a86711e4ae6d",
  "PlatformGuid": "91bce337-4752-4199-9bfb-c6e120cc5d91",
  "Major": 5,
  "Minor": 6,
  "Revision": 7,
  "ProgramId": "711f35ad-5ee6-4432-87da-4f291bf34b1c",
  "Updated": "2025-10-26T02:41:15.3904269-04:00"
}

application/xml, text/xml

Sample:
<AppVersionData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
  <AppGuid>43515465-26e4-40f2-97b4-a86711e4ae6d</AppGuid>
  <Id>aefd7929-4006-4dc1-8f66-9ab82e90436d</Id>
  <Major>5</Major>
  <Minor>6</Minor>
  <PlatformGuid>91bce337-4752-4199-9bfb-c6e120cc5d91</PlatformGuid>
  <ProgramId>711f35ad-5ee6-4432-87da-4f291bf34b1c</ProgramId>
  <Revision>7</Revision>
  <Updated>2025-10-26T02:41:15.3904269-04:00</Updated>
  <UserId>0281e5c1-ac5d-4285-aae0-8810be11159c</UserId>
</AppVersionData>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AppVersionData'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.