POST api/reggps/insertar
Request Information
URI Parameters
None.
Body Parameters
RegGPSName | Description | Type | Additional information |
---|---|---|---|
UsuarioGlobal | string |
None. |
|
User | string |
None. |
|
FechaHoraReg | date |
None. |
|
Latitud | decimal number |
None. |
|
Longitud | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "UsuarioGlobal": "sample string 1", "User": "sample string 2", "FechaHoraReg": "2025-07-02T21:17:42.5065632-05:00", "Latitud": 4.1, "Longitud": 5.1 }
application/xml, text/xml
Sample:
<RegGPS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication2.Models"> <FechaHoraReg>2025-07-02T21:17:42.5065632-05:00</FechaHoraReg> <Latitud>4.1</Latitud> <Longitud>5.1</Longitud> <User>sample string 2</User> <UsuarioGlobal>sample string 1</UsuarioGlobal> </RegGPS>
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.