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": "28c392a4-8f02-44f0-b222-480e88e3359d",
  "idUser": "55bed03a-6584-4e27-a4b6-5af7c41d1511",
  "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/api_Ecuador_pruebas">
  <banRespuesta>true</banRespuesta>
  <idAvisoEmergencia>28c392a4-8f02-44f0-b222-480e88e3359d</idAvisoEmergencia>
  <idUser>55bed03a-6584-4e27-a4b6-5af7c41d1511</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/api_Ecuador_pruebas">
  <codigo>sample string 1</codigo>
  <contenido />
  <mensaje>sample string 2</mensaje>
</MsgRespuesta>