POST api/getLatestVersion
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of getLatestVersion| Name | Description | Type | Additional information |
|---|---|---|---|
| VersionCode | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"VersionCode": "sample string 1"
},
{
"VersionCode": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfgetLatestVersion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsCampusColors.Model">
<getLatestVersion>
<VersionCode>sample string 1</VersionCode>
</getLatestVersion>
<getLatestVersion>
<VersionCode>sample string 1</VersionCode>
</getLatestVersion>
</ArrayOfgetLatestVersion>