POST api/ConsultarCampanas
Request Information
URI Parameters
None.
Body Parameters
DatosCampanas| Name | Description | Type | Additional information |
|---|---|---|---|
| CODIGOPROGRAMACION | integer |
None. |
|
| TITULO | string |
None. |
|
| DESCRIPCION | string |
None. |
|
| FECHA | string |
None. |
|
| HORARIO | string |
None. |
|
| DIRECCION | string |
None. |
|
| LATITUD | decimal number |
None. |
|
| LONGITUD | decimal number |
None. |
|
| FECHALIMITE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CODIGOPROGRAMACION": 1,
"TITULO": "sample string 2",
"DESCRIPCION": "sample string 3",
"FECHA": "sample string 4",
"HORARIO": "sample string 5",
"DIRECCION": "sample string 6",
"LATITUD": 7.1,
"LONGITUD": 8.1,
"FECHALIMITE": "sample string 9"
}
application/xml, text/xml
Sample:
<DatosCampanas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServicesBNC.Models"> <CODIGOPROGRAMACION>1</CODIGOPROGRAMACION> <DESCRIPCION>sample string 3</DESCRIPCION> <DIRECCION>sample string 6</DIRECCION> <FECHA>sample string 4</FECHA> <FECHALIMITE>sample string 9</FECHALIMITE> <HORARIO>sample string 5</HORARIO> <LATITUD>7.1</LATITUD> <LONGITUD>8.1</LONGITUD> <TITULO>sample string 2</TITULO> </DatosCampanas>
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.