POST api/SelectProgramacion
Request Information
URI Parameters
None.
Body Parameters
DatosProgramacion| Name | Description | Type | Additional information |
|---|---|---|---|
| CODIGOPROGRAMACION | integer |
None. |
|
| DESCRIPCIONPROGRAMACION | string |
None. |
|
| FECHA | string |
None. |
|
| DIRECCION | string |
None. |
|
| HORARIO | string |
None. |
|
| CODIGOTIPOSERIE | integer |
None. |
|
| TITULOSERIE | string |
None. |
|
| DESCRIPCIONSERIE | string |
None. |
|
| CODIGOPAIS | integer |
None. |
|
| LATITUD | string |
None. |
|
| LONGITUD | string |
None. |
|
| FECHAFINAL | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CODIGOPROGRAMACION": 1,
"DESCRIPCIONPROGRAMACION": "sample string 2",
"FECHA": "sample string 3",
"DIRECCION": "sample string 4",
"HORARIO": "sample string 5",
"CODIGOTIPOSERIE": 6,
"TITULOSERIE": "sample string 7",
"DESCRIPCIONSERIE": "sample string 8",
"CODIGOPAIS": 9,
"LATITUD": "sample string 10",
"LONGITUD": "sample string 11",
"FECHAFINAL": "sample string 12"
}
application/xml, text/xml
Sample:
<DatosProgramacion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServicesBNC.Models"> <CODIGOPAIS>9</CODIGOPAIS> <CODIGOPROGRAMACION>1</CODIGOPROGRAMACION> <CODIGOTIPOSERIE>6</CODIGOTIPOSERIE> <DESCRIPCIONPROGRAMACION>sample string 2</DESCRIPCIONPROGRAMACION> <DESCRIPCIONSERIE>sample string 8</DESCRIPCIONSERIE> <DIRECCION>sample string 4</DIRECCION> <FECHA>sample string 3</FECHA> <FECHAFINAL>sample string 12</FECHAFINAL> <HORARIO>sample string 5</HORARIO> <LATITUD>sample string 10</LATITUD> <LONGITUD>sample string 11</LONGITUD> <TITULOSERIE>sample string 7</TITULOSERIE> </DatosProgramacion>
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.