POST api/Guias/SellarDetector
Request Information
URI Parameters
None.
Body Parameters
Collection of SelloDetectorVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Placa | string |
None. |
|
| Tipo | string |
None. |
|
| Geocerca | string |
None. |
|
| GeoReferencia | string |
None. |
|
| Latitud | string |
None. |
|
| Longitud | string |
None. |
|
| Fecha_gps | date |
None. |
|
| Fecha_Alerta | date |
None. |
|
| Realizado | boolean |
None. |
|
| Proveedor | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Placa": "sample string 1",
"Tipo": "sample string 2",
"Geocerca": "sample string 3",
"GeoReferencia": "sample string 4",
"Latitud": "sample string 5",
"Longitud": "sample string 6",
"Fecha_gps": "2025-12-22T02:36:18.7617875-06:00",
"Fecha_Alerta": "2025-12-22T02:36:18.7617875-06:00",
"Realizado": true,
"Proveedor": "sample string 10"
},
{
"Placa": "sample string 1",
"Tipo": "sample string 2",
"Geocerca": "sample string 3",
"GeoReferencia": "sample string 4",
"Latitud": "sample string 5",
"Longitud": "sample string 6",
"Fecha_gps": "2025-12-22T02:36:18.7617875-06:00",
"Fecha_Alerta": "2025-12-22T02:36:18.7617875-06:00",
"Realizado": true,
"Proveedor": "sample string 10"
}
]
text/xml
Sample:
<ArrayOfSelloDetectorVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
<SelloDetectorVm>
<Fecha_Alerta>2025-12-22T02:36:18.7617875-06:00</Fecha_Alerta>
<Fecha_gps>2025-12-22T02:36:18.7617875-06:00</Fecha_gps>
<GeoReferencia>sample string 4</GeoReferencia>
<Geocerca>sample string 3</Geocerca>
<Latitud>sample string 5</Latitud>
<Longitud>sample string 6</Longitud>
<Placa>sample string 1</Placa>
<Proveedor>sample string 10</Proveedor>
<Realizado>true</Realizado>
<Tipo>sample string 2</Tipo>
</SelloDetectorVm>
<SelloDetectorVm>
<Fecha_Alerta>2025-12-22T02:36:18.7617875-06:00</Fecha_Alerta>
<Fecha_gps>2025-12-22T02:36:18.7617875-06:00</Fecha_gps>
<GeoReferencia>sample string 4</GeoReferencia>
<Geocerca>sample string 3</Geocerca>
<Latitud>sample string 5</Latitud>
<Longitud>sample string 6</Longitud>
<Placa>sample string 1</Placa>
<Proveedor>sample string 10</Proveedor>
<Realizado>true</Realizado>
<Tipo>sample string 2</Tipo>
</SelloDetectorVm>
</ArrayOfSelloDetectorVm>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppResult| Name | Description | Type | Additional information |
|---|---|---|---|
| IsValid | boolean |
None. |
|
| Message | Object |
None. |
|
| Data | Object |
None. |
|
| Exception | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsValid": true,
"Message": {},
"Data": {},
"Exception": {}
}
text/xml
Sample:
<AppResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <Data /> <Exception /> <IsValid>true</IsValid> <Message /> </AppResult>