POST MIDOService/validaExistencia
Request Information
URI Parameters
None.
Body Parameters
BUSQUEDA| Name | Description | Type | Additional information |
|---|---|---|---|
| _NUMERO_CELULAR | string |
None. |
|
| _CORREO | string |
None. |
|
| _IDMONITOR | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"_NUMERO_CELULAR": "sample string 1",
"_CORREO": "sample string 2",
"_IDMONITOR": "sample string 3"
}
application/xml, text/xml
Sample:
<BUSQUEDA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccesoDatos"> <_CORREO>sample string 2</_CORREO> <_IDMONITOR>sample string 3</_IDMONITOR> <_NUMERO_CELULAR>sample string 1</_NUMERO_CELULAR> </BUSQUEDA>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
BUSQUEDA_RESPUESTA| Name | Description | Type | Additional information |
|---|---|---|---|
| _EXISTE | boolean |
None. |
|
| _OBJ_Error | Collection of OBJ_Error |
None. |
|
| _FEC_VALORACION | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"_EXISTE": true,
"_OBJ_Error": null,
"_FEC_VALORACION": "sample string 2"
}
application/xml, text/xml
Sample:
<BUSQUEDA_RESPUESTA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccesoDatos"> <_EXISTE>true</_EXISTE> <_FEC_VALORACION>sample string 2</_FEC_VALORACION> <_OBJ_Error i:nil="true" /> </BUSQUEDA_RESPUESTA>