POST api/Gateway/PostVersion
Request Information
URI Parameters
None.
Body Parameters
Version| Name | Description | Type | Additional information |
|---|---|---|---|
| Key | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Key": "sample string 1"
}
application/xml, text/xml
Sample:
<Version xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models"> <Key>sample string 1</Key> </Version>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SoftwareResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| _SoftwareResponse | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"_SoftwareResponse": "sample string 1"
}
application/xml, text/xml
Sample:
<SoftwareResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models"> <_SoftwareResponse>sample string 1</_SoftwareResponse> </SoftwareResponse>