POST v1/{instance}/{session}/versions

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
instance
No documentation available.

Define this parameter in the request URI.

Version
No documentation available.

Define this parameter in the request body.

session
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Version": "sample string 2",
  "ReleaseDate": "2024-07-03T21:11:18.6459784+00:00",
  "ReleaseNotes": "sample string 4",
  "Active": true
}

application/xml, text/xml

Sample:
<LASVersion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LAS.Models.ViewModels">
  <Active>true</Active>
  <ID>1</ID>
  <ReleaseDate>2024-07-03T21:11:18.6459784+00:00</ReleaseDate>
  <ReleaseNotes>sample string 4</ReleaseNotes>
  <Version>sample string 2</Version>
</LASVersion>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.