POST api/SelectMensajesDeVida
Request Information
URI Parameters
None.
Body Parameters
DatosMensajesVida| Name | Description | Type | Additional information |
|---|---|---|---|
| CODIGOMENSAJEVIDA | integer |
None. |
|
| MENSAJE | string |
None. |
|
| ESTADO | boolean |
None. |
|
| CODIGOPAIS | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CODIGOMENSAJEVIDA": 1,
"MENSAJE": "sample string 2",
"ESTADO": true,
"CODIGOPAIS": 4
}
application/xml, text/xml
Sample:
<DatosMensajesVida xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServicesBNC.Models"> <CODIGOMENSAJEVIDA>1</CODIGOMENSAJEVIDA> <CODIGOPAIS>4</CODIGOPAIS> <ESTADO>true</ESTADO> <MENSAJE>sample string 2</MENSAJE> </DatosMensajesVida>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.