POST api/exportaciones/registrarIngresoV2
Request Information
URI Parameters
None.
Body Parameters
IngresoExportacionApiModelsV2| Name | Description | Type | Additional information |
|---|---|---|---|
| IdBooking | integer |
None. |
|
| IdTurno | integer |
None. |
|
| NombreChofer | string |
None. |
|
| Placa | string |
None. |
|
| PlacaCarreta | string |
None. |
|
| PlacaRemolque | string |
None. |
|
| IdEmpresaTransporte | integer |
None. |
|
| RucEmpresaTransporte | string |
None. |
|
| NombreEmpresaTransporte | string |
None. |
|
| IdentificacionChofer | string |
None. |
|
| Brevete | string |
None. |
|
| GuiaTransportista | string |
None. |
|
| FechaIngreso | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdBooking": 1,
"IdTurno": 2,
"NombreChofer": "sample string 3",
"Placa": "sample string 4",
"PlacaCarreta": "sample string 5",
"PlacaRemolque": "sample string 6",
"IdEmpresaTransporte": 7,
"RucEmpresaTransporte": "sample string 8",
"NombreEmpresaTransporte": "sample string 9",
"IdentificacionChofer": "sample string 10",
"Brevete": "sample string 11",
"GuiaTransportista": "sample string 12",
"FechaIngreso": "2026-06-20T08:06:13.4281553-05:00"
}
application/xml, text/xml
Sample:
<IngresoExportacionApiModelsV2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RFS.Data.Entities.EIR.ApiModels"> <Brevete>sample string 11</Brevete> <FechaIngreso>2026-06-20T08:06:13.4281553-05:00</FechaIngreso> <GuiaTransportista>sample string 12</GuiaTransportista> <IdBooking>1</IdBooking> <IdEmpresaTransporte>7</IdEmpresaTransporte> <IdTurno>2</IdTurno> <IdentificacionChofer>sample string 10</IdentificacionChofer> <NombreChofer>sample string 3</NombreChofer> <NombreEmpresaTransporte>sample string 9</NombreEmpresaTransporte> <Placa>sample string 4</Placa> <PlacaCarreta>sample string 5</PlacaCarreta> <PlacaRemolque>sample string 6</PlacaRemolque> <RucEmpresaTransporte>sample string 8</RucEmpresaTransporte> </IngresoExportacionApiModelsV2>
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.