POST api/Post_RespAvisoEmergencia

Request Information

URI Parameters

None.

Body Parameters

TB_LogRespAvisoEmergenciaVC
NameDescriptionTypeAdditional information
idAvisoEmergencia

globally unique identifier

None.

idUser

globally unique identifier

None.

banRespuesta

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "idAvisoEmergencia": "7e290ef9-97c9-46a9-ad46-72d38a0d1f04",
  "idUser": "e3ed28a5-83ad-4d3a-9be0-1b52f90900b4",
  "banRespuesta": true
}

application/xml, text/xml

Sample:
<TB_LogRespAvisoEmergenciaVC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas">
  <banRespuesta>true</banRespuesta>
  <idAvisoEmergencia>7e290ef9-97c9-46a9-ad46-72d38a0d1f04</idAvisoEmergencia>
  <idUser>e3ed28a5-83ad-4d3a-9be0-1b52f90900b4</idUser>
</TB_LogRespAvisoEmergenciaVC>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MsgRespuesta
NameDescriptionTypeAdditional information
codigo

string

None.

mensaje

string

None.

contenido

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "codigo": "sample string 1",
  "mensaje": "sample string 2",
  "contenido": {}
}

application/xml, text/xml

Sample:
<MsgRespuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas">
  <codigo>sample string 1</codigo>
  <contenido />
  <mensaje>sample string 2</mensaje>
</MsgRespuesta>