POST api/InstalledVersion?idInstalador={idInstalador}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idInstalador

integer

Required

Body Parameters

None.

Response Information

Resource Description

BaseResponse
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2",
  "Data": {}
}

application/xml, text/xml

Sample:
<BaseResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ECD.WebAPIECD.Models">
  <Data />
  <Message>sample string 2</Message>
  <Success>true</Success>
</BaseResponse>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.