POST RegistrarIngresoPatioGasificado
Request Information
URI Parameters
None.
Body Parameters
ApiServicioGasificado| Name | Description | Type | Additional information |
|---|---|---|---|
| IdServicioGasificado | integer |
None. |
|
| Contenedor | string |
None. |
|
| TipoContenedor | string |
None. |
|
| Booking | string |
None. |
|
| FechaProgramada | date |
None. |
|
| HoraProgramada | time interval |
None. |
|
| Tecnologia | string |
None. |
|
| Producto | string |
None. |
|
| NombreChofer | string |
None. |
|
| PlacaTractor | string |
None. |
|
| PlacaCarreta | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdServicioGasificado": 1,
"Contenedor": "sample string 2",
"TipoContenedor": "sample string 3",
"Booking": "sample string 4",
"FechaProgramada": "2025-12-22T13:31:21.8939606-05:00",
"HoraProgramada": "00:00:00.1234567",
"Tecnologia": "sample string 6",
"Producto": "sample string 7",
"NombreChofer": "sample string 8",
"PlacaTractor": "sample string 9",
"PlacaCarreta": "sample string 10"
}
application/xml, text/xml
Sample:
<ApiServicioGasificado xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RFS.Service.Models"> <Booking>sample string 4</Booking> <Contenedor>sample string 2</Contenedor> <FechaProgramada>2025-12-22T13:31:21.8939606-05:00</FechaProgramada> <HoraProgramada>PT0.1234567S</HoraProgramada> <IdServicioGasificado>1</IdServicioGasificado> <NombreChofer>sample string 8</NombreChofer> <PlacaCarreta>sample string 10</PlacaCarreta> <PlacaTractor>sample string 9</PlacaTractor> <Producto>sample string 7</Producto> <Tecnologia>sample string 6</Tecnologia> <TipoContenedor>sample string 3</TipoContenedor> </ApiServicioGasificado>
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.