POST api/importaciones/RegistrarImpotacionReposicionApi
Request Information
URI Parameters
None.
Body Parameters
IngresoImportacionReposicionApiModels| Name | Description | Type | Additional information |
|---|---|---|---|
| Contenedor | string |
None. |
|
| IdContenedor | integer |
None. |
|
| IdReposicion | integer |
None. |
|
| NombreChofer | string |
None. |
|
| Placa | string |
None. |
|
| IdEmpresaTransporte | integer |
None. |
|
| IdentificacionChofer | string |
None. |
|
| FechaIngreso | date |
None. |
|
| IdIncidencia | integer |
None. |
|
| ObservacionIncidencia | string |
None. |
|
| PlacaCarreta | string |
None. |
|
| CertificadoMTC | string |
None. |
|
| MarcaVehiculo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Contenedor": "sample string 1",
"IdContenedor": 2,
"IdReposicion": 3,
"NombreChofer": "sample string 4",
"Placa": "sample string 5",
"IdEmpresaTransporte": 6,
"IdentificacionChofer": "sample string 7",
"FechaIngreso": "2026-06-20T08:06:13.5375507-05:00",
"IdIncidencia": 1,
"ObservacionIncidencia": "sample string 9",
"PlacaCarreta": "sample string 10",
"CertificadoMTC": "sample string 11",
"MarcaVehiculo": "sample string 12"
}
application/xml, text/xml
Sample:
<IngresoImportacionReposicionApiModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RFS.Data.Entities.EIR.ApiModels"> <CertificadoMTC>sample string 11</CertificadoMTC> <Contenedor>sample string 1</Contenedor> <FechaIngreso>2026-06-20T08:06:13.5375507-05:00</FechaIngreso> <IdContenedor>2</IdContenedor> <IdEmpresaTransporte>6</IdEmpresaTransporte> <IdIncidencia>1</IdIncidencia> <IdReposicion>3</IdReposicion> <IdentificacionChofer>sample string 7</IdentificacionChofer> <MarcaVehiculo>sample string 12</MarcaVehiculo> <NombreChofer>sample string 4</NombreChofer> <ObservacionIncidencia>sample string 9</ObservacionIncidencia> <Placa>sample string 5</Placa> <PlacaCarreta>sample string 10</PlacaCarreta> </IngresoImportacionReposicionApiModels>
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.