POST api/getLatestVersionByPackage

Request Information

URI Parameters

None.

Body Parameters

getLatestVersionByPackageInpuot
NameDescriptionTypeAdditional information
package

string

None.

Request Formats

application/json, text/json

Sample:
{
  "package": "sample string 1"
}

application/xml, text/xml

Sample:
<getLatestVersionByPackageInpuot xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsCampusColors.Model">
  <package>sample string 1</package>
</getLatestVersionByPackageInpuot>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of getLatestVersionByPackage
NameDescriptionTypeAdditional information
VersionCode

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "VersionCode": "sample string 1"
  },
  {
    "VersionCode": "sample string 1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfgetLatestVersionByPackage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsCampusColors.Model">
  <getLatestVersionByPackage>
    <VersionCode>sample string 1</VersionCode>
  </getLatestVersionByPackage>
  <getLatestVersionByPackage>
    <VersionCode>sample string 1</VersionCode>
  </getLatestVersionByPackage>
</ArrayOfgetLatestVersionByPackage>