POST api/Post_RespAvisoEmergencia
Request Information
URI Parameters
None.
Body Parameters
TB_LogRespAvisoEmergenciaVC| Name | Description | Type | Additional information |
|---|---|---|---|
| idAvisoEmergencia | globally unique identifier |
None. |
|
| idUser | globally unique identifier |
None. |
|
| banRespuesta | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"idAvisoEmergencia": "8a37d75c-ef78-4c60-b5ee-5f4ea5640338",
"idUser": "8c10a19d-ff19-43b3-a7a2-3b1c14d59450",
"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>8a37d75c-ef78-4c60-b5ee-5f4ea5640338</idAvisoEmergencia> <idUser>8c10a19d-ff19-43b3-a7a2-3b1c14d59450</idUser> </TB_LogRespAvisoEmergenciaVC>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MsgRespuesta| Name | Description | Type | Additional 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>