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. |
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": "2025-12-22T13:26:09.4483831-05:00"
}
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"> <Contenedor>sample string 1</Contenedor> <FechaIngreso>2025-12-22T13:26:09.4483831-05:00</FechaIngreso> <IdContenedor>2</IdContenedor> <IdEmpresaTransporte>6</IdEmpresaTransporte> <IdReposicion>3</IdReposicion> <IdentificacionChofer>sample string 7</IdentificacionChofer> <NombreChofer>sample string 4</NombreChofer> <Placa>sample string 5</Placa> </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.