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": "2cb096bc-3845-4d51-af89-2a28467efe9c",
"idUser": "871c8adb-1c8f-456e-bed5-20783edc6e8f",
"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>2cb096bc-3845-4d51-af89-2a28467efe9c</idAvisoEmergencia> <idUser>871c8adb-1c8f-456e-bed5-20783edc6e8f</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>