POST api/ConsultarRutaDonacion
Request Information
URI Parameters
None.
Body Parameters
DatosRutaDonacion| Name | Description | Type | Additional information |
|---|---|---|---|
| CODIGOUSUARIO | integer |
None. |
|
| NOMBRECAMPANA | string |
None. |
|
| NOMBRESERIE | string |
None. |
|
| FECHADONACION | string |
None. |
|
| DIRECCION | string |
None. |
|
| LATITUD | decimal number |
None. |
|
| LONGITUD | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"CODIGOUSUARIO": 1,
"NOMBRECAMPANA": "sample string 2",
"NOMBRESERIE": "sample string 3",
"FECHADONACION": "sample string 4",
"DIRECCION": "sample string 5",
"LATITUD": 6.1,
"LONGITUD": 7.1
}
application/xml, text/xml
Sample:
<DatosRutaDonacion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServicesBNC.Models"> <CODIGOUSUARIO>1</CODIGOUSUARIO> <DIRECCION>sample string 5</DIRECCION> <FECHADONACION>sample string 4</FECHADONACION> <LATITUD>6.1</LATITUD> <LONGITUD>7.1</LONGITUD> <NOMBRECAMPANA>sample string 2</NOMBRECAMPANA> <NOMBRESERIE>sample string 3</NOMBRESERIE> </DatosRutaDonacion>
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.