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