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. |
|
| PlacaRemolque | string |
None. |
|
| IdEmpresaTransporte | integer |
None. |
|
| RucEmpresaTransporte | string |
None. |
|
| NombreEmpresaTransporte | string |
None. |
|
| IdentificacionChofer | string |
None. |
|
| Brevete | string |
None. |
|
| GuiaTransportista | string |
None. |
|
| FechaIngreso | date |
None. |
|
| Fotos | Collection of Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdBooking": 1,
"IdTurno": 2,
"NombreChofer": "sample string 3",
"Placa": "sample string 4",
"PlacaRemolque": "sample string 5",
"IdEmpresaTransporte": 6,
"RucEmpresaTransporte": "sample string 7",
"NombreEmpresaTransporte": "sample string 8",
"IdentificacionChofer": "sample string 9",
"Brevete": "sample string 10",
"GuiaTransportista": "sample string 11",
"FechaIngreso": "2026-02-01T20:27:29.5695026-05:00",
"Fotos": [
"QEA=",
"QEA="
]
}
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 10</Brevete>
<FechaIngreso>2026-02-01T20:27:29.5695026-05:00</FechaIngreso>
<Fotos xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:base64Binary>QEA=</d2p1:base64Binary>
<d2p1:base64Binary>QEA=</d2p1:base64Binary>
</Fotos>
<GuiaTransportista>sample string 11</GuiaTransportista>
<IdBooking>1</IdBooking>
<IdEmpresaTransporte>6</IdEmpresaTransporte>
<IdTurno>2</IdTurno>
<IdentificacionChofer>sample string 9</IdentificacionChofer>
<NombreChofer>sample string 3</NombreChofer>
<NombreEmpresaTransporte>sample string 8</NombreEmpresaTransporte>
<Placa>sample string 4</Placa>
<PlacaRemolque>sample string 5</PlacaRemolque>
<RucEmpresaTransporte>sample string 7</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.