POST MIDOService/confirmaLista

Request Information

URI Parameters

None.

Body Parameters

Collection of CONFIRMA
NameDescriptionTypeAdditional information
_CVE_MIDO

string

None.

_CVE_CLIKISalud

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "_CVE_MIDO": "sample string 1",
    "_CVE_CLIKISalud": "sample string 2"
  },
  {
    "_CVE_MIDO": "sample string 1",
    "_CVE_CLIKISalud": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCONFIRMA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccesoDatos">
  <CONFIRMA>
    <_CVE_CLIKISalud>sample string 2</_CVE_CLIKISalud>
    <_CVE_MIDO>sample string 1</_CVE_MIDO>
  </CONFIRMA>
  <CONFIRMA>
    <_CVE_CLIKISalud>sample string 2</_CVE_CLIKISalud>
    <_CVE_MIDO>sample string 1</_CVE_MIDO>
  </CONFIRMA>
</ArrayOfCONFIRMA>

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 'List`1'.

Response Information

Resource Description

CONFIRMA_RESPUESTA_LISTA
NameDescriptionTypeAdditional information
_OBJ_Error

Collection of OBJ_Error

None.

_CONFIRMACION

Collection of CONFIRMA_RESPUESTA_L

None.

Response Formats

application/json, text/json

Sample:
{
  "_OBJ_Error": null,
  "_CONFIRMACION": [
    {
      "_CVE_MIDO": "sample string 1",
      "_CVE_CLIKISalud": "sample string 2",
      "_VINCULACION": true
    },
    {
      "_CVE_MIDO": "sample string 1",
      "_CVE_CLIKISalud": "sample string 2",
      "_VINCULACION": true
    }
  ]
}

application/xml, text/xml

Sample:
<CONFIRMA_RESPUESTA_LISTA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccesoDatos">
  <_CONFIRMACION>
    <CONFIRMA_RESPUESTA_L>
      <_CVE_CLIKISalud>sample string 2</_CVE_CLIKISalud>
      <_CVE_MIDO>sample string 1</_CVE_MIDO>
      <_VINCULACION>true</_VINCULACION>
    </CONFIRMA_RESPUESTA_L>
    <CONFIRMA_RESPUESTA_L>
      <_CVE_CLIKISalud>sample string 2</_CVE_CLIKISalud>
      <_CVE_MIDO>sample string 1</_CVE_MIDO>
      <_VINCULACION>true</_VINCULACION>
    </CONFIRMA_RESPUESTA_L>
  </_CONFIRMACION>
  <_OBJ_Error i:nil="true" />
</CONFIRMA_RESPUESTA_LISTA>