POST api/exportaciones/registrarIngresoV2

Request Information

URI Parameters

None.

Body Parameters

IngresoExportacionApiModelsV2
NameDescriptionTypeAdditional 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.

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": "2025-12-22T13:26:17.058823-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 10</Brevete>
  <FechaIngreso>2025-12-22T13:26:17.058823-05:00</FechaIngreso>
  <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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.