POST api/AppVersions

Request Information

URI Parameters

None.

Body Parameters

AppVersion
NameDescriptionTypeAdditional information
VersionUid

string

None.

VersionNumber

string

None.

VersionDate

date

None.

VersionNotes

string

None.

Request Formats

application/json, text/json

Sample:
{
  "VersionUid": "sample string 1",
  "VersionNumber": "sample string 2",
  "VersionDate": "2026-01-26T21:15:39.8124279+13:00",
  "VersionNotes": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AppVersion
NameDescriptionTypeAdditional information
VersionUid

string

None.

VersionNumber

string

None.

VersionDate

date

None.

VersionNotes

string

None.

Response Formats

application/json, text/json

Sample:
{
  "VersionUid": "sample string 1",
  "VersionNumber": "sample string 2",
  "VersionDate": "2026-01-26T21:15:39.8344221+13:00",
  "VersionNotes": "sample string 4"
}