GET api/GetRV_DateTimeServer?numeroConexion={numeroConexion}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| numeroConexion | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetRV_DateTimeServer_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| FechaHora | date |
None. |
|
| FechaHoraStr | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"FechaHora": "2026-01-11T17:02:59.4635676-03:00",
"FechaHoraStr": "sample string 1"
},
{
"FechaHora": "2026-01-11T17:02:59.4635676-03:00",
"FechaHoraStr": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRV_DateTimeServer_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ws_svp2.Models.SVP_DB">
<GetRV_DateTimeServer_Result>
<FechaHora>2026-01-11T17:02:59.4635676-03:00</FechaHora>
<FechaHoraStr>sample string 1</FechaHoraStr>
</GetRV_DateTimeServer_Result>
<GetRV_DateTimeServer_Result>
<FechaHora>2026-01-11T17:02:59.4635676-03:00</FechaHora>
<FechaHoraStr>sample string 1</FechaHoraStr>
</GetRV_DateTimeServer_Result>
</ArrayOfGetRV_DateTimeServer_Result>