POST api/Cuenta/GetInscripcionAbierta

Request Information

URI Parameters

None.

Body Parameters

GetInscripcionAbiertaRequestVM
NameDescriptionTypeAdditional information
EntityID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "EntityID": 1
}

application/xml, text/xml

Sample:
<GetInscripcionAbiertaRequestVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KITS.Arci.ViewModels.ViewModels.ReqRes">
  <EntityID xmlns="http://schemas.datacontract.org/2004/07/KITS.Arci.ViewModels">1</EntityID>
</GetInscripcionAbiertaRequestVM>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetInscripcionAbiertaRequestVM'.

Response Information

Resource Description

AdapterResponseVMOfGetInscripcionAbiertaResponseVM
NameDescriptionTypeAdditional information
Alerts

Collection of Object

None.

ResponseVM

GetInscripcionAbiertaResponseVM

None.

Response Formats

application/json, text/json

Sample:
{
  "Alerts": null,
  "ResponseVM": {
    "InscripcionAbierta": true,
    "EntityID": 2
  }
}

application/xml, text/xml

Sample:
<AdapterResponseVMOfGetInscripcionAbiertaResponseVMlvydPh0V xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FwKits.Core.Presentation.Adapter.Base">
  <Alerts xmlns:d2p1="http://schemas.datacontract.org/2004/07/FwKits.Common.Validations" i:nil="true" />
  <ResponseVM xmlns:d2p1="http://schemas.datacontract.org/2004/07/KITS.Arci.ViewModels.ViewModels.ReqRes">
    <EntityID xmlns="http://schemas.datacontract.org/2004/07/KITS.Arci.ViewModels">2</EntityID>
    <d2p1:InscripcionAbierta>true</d2p1:InscripcionAbierta>
  </ResponseVM>
</AdapterResponseVMOfGetInscripcionAbiertaResponseVMlvydPh0V>