POST api/ConsultarInsigniasUsuario
Request Information
URI Parameters
None.
Body Parameters
DatosInsigniasUsuario| Name | Description | Type | Additional information |
|---|---|---|---|
| CODIGOINSIGNIAUSUARIO | integer |
None. |
|
| CODIGOUSUARIO | integer |
None. |
|
| CODIGOAGENDAUSUARIO | integer |
None. |
|
| FECHAEMISION | string |
None. |
|
| NOMBRES | string |
None. |
|
| APELLIDOS | string |
None. |
|
| TITULO | string |
None. |
|
| EMISOR | string |
None. |
|
| DESCRIPCIONLOGRO | string |
None. |
|
| DIRECCIONPUNTODONACION | string |
None. |
|
| DESCRIPCION | string |
None. |
|
| ENLACE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CODIGOINSIGNIAUSUARIO": 1,
"CODIGOUSUARIO": 2,
"CODIGOAGENDAUSUARIO": 3,
"FECHAEMISION": "sample string 4",
"NOMBRES": "sample string 5",
"APELLIDOS": "sample string 6",
"TITULO": "sample string 7",
"EMISOR": "sample string 8",
"DESCRIPCIONLOGRO": "sample string 9",
"DIRECCIONPUNTODONACION": "sample string 10",
"DESCRIPCION": "sample string 11",
"ENLACE": "sample string 12"
}
application/xml, text/xml
Sample:
<DatosInsigniasUsuario xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServicesBNC.Models"> <APELLIDOS>sample string 6</APELLIDOS> <CODIGOAGENDAUSUARIO>3</CODIGOAGENDAUSUARIO> <CODIGOINSIGNIAUSUARIO>1</CODIGOINSIGNIAUSUARIO> <CODIGOUSUARIO>2</CODIGOUSUARIO> <DESCRIPCION>sample string 11</DESCRIPCION> <DESCRIPCIONLOGRO>sample string 9</DESCRIPCIONLOGRO> <DIRECCIONPUNTODONACION>sample string 10</DIRECCIONPUNTODONACION> <EMISOR>sample string 8</EMISOR> <ENLACE>sample string 12</ENLACE> <FECHAEMISION>sample string 4</FECHAEMISION> <NOMBRES>sample string 5</NOMBRES> <TITULO>sample string 7</TITULO> </DatosInsigniasUsuario>
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.