POST MIDOService/confirma

Request Information

URI Parameters

None.

Body Parameters

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"
}

application/xml, text/xml

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

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 'CONFIRMA'.

Response Information

Resource Description

CONFIRMA_RESPUESTA
NameDescriptionTypeAdditional information
_OBJ_Error

Collection of OBJ_Error

None.

_CVE_MIDO

string

None.

_CVE_CLIKISalud

string

None.

_VINCULACION

boolean

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

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