PUT api/VistaClienteExtintor/{idCliente}/{idExtintor}/{idHistorico}/{idEventoTipo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | integer |
Required |
|
| idExtintor | integer |
Required |
|
| idHistorico | integer |
Required |
|
| idEventoTipo | integer |
Required |
Body Parameters
VistaClienteExtintor| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_Cliente | integer |
None. |
|
| ID_Extintor | integer |
None. |
|
| ID_Historico | integer |
None. |
|
| ID_EventoTipo | integer |
None. |
|
| CUIT | string |
None. |
|
| ClienteApellido | string |
None. |
|
| ClienteNombre | string |
None. |
|
| N_Fabricacion | string |
None. |
|
| Observaciones | string |
None. |
|
| FechaIngreso | date |
None. |
|
| HoraIngreso | time interval |
None. |
|
| FechaListo | date |
None. |
|
| HoraListo | time interval |
None. |
|
| FechaEntrega | date |
None. |
|
| HoraEntrega | time interval |
None. |
|
| NombreEvento | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID_Cliente": 1,
"ID_Extintor": 2,
"ID_Historico": 3,
"ID_EventoTipo": 4,
"CUIT": "sample string 5",
"ClienteApellido": "sample string 6",
"ClienteNombre": "sample string 7",
"N_Fabricacion": "sample string 8",
"Observaciones": "sample string 9",
"FechaIngreso": "2026-04-24T01:30:06.8981519-07:00",
"HoraIngreso": "00:00:00.1234567",
"FechaListo": "2026-04-24T01:30:06.8981519-07:00",
"HoraListo": "00:00:00.1234567",
"FechaEntrega": "2026-04-24T01:30:06.8981519-07:00",
"HoraEntrega": "00:00:00.1234567",
"NombreEvento": "sample string 10"
}
application/xml, text/xml
Sample:
<VistaClienteExtintor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gestion.api.Models"> <CUIT>sample string 5</CUIT> <ClienteApellido>sample string 6</ClienteApellido> <ClienteNombre>sample string 7</ClienteNombre> <FechaEntrega>2026-04-24T01:30:06.8981519-07:00</FechaEntrega> <FechaIngreso>2026-04-24T01:30:06.8981519-07:00</FechaIngreso> <FechaListo>2026-04-24T01:30:06.8981519-07:00</FechaListo> <HoraEntrega>PT0.1234567S</HoraEntrega> <HoraIngreso>PT0.1234567S</HoraIngreso> <HoraListo>PT0.1234567S</HoraListo> <ID_Cliente>1</ID_Cliente> <ID_EventoTipo>4</ID_EventoTipo> <ID_Extintor>2</ID_Extintor> <ID_Historico>3</ID_Historico> <N_Fabricacion>sample string 8</N_Fabricacion> <NombreEvento>sample string 10</NombreEvento> <Observaciones>sample string 9</Observaciones> </VistaClienteExtintor>
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.