POST api/importaciones/registrarIngreso
Request Information
URI Parameters
None.
Body Parameters
IngresoImportacionApiModels| Name | Description | Type | Additional information |
|---|---|---|---|
| Contenedor | string |
None. |
|
| IdMemo | integer |
None. |
|
| NombreChofer | string |
None. |
|
| Placa | string |
None. |
|
| IdEmpresaTransporte | integer |
None. |
|
| IdentificacionChofer | string |
None. |
|
| FechaIngreso | date |
None. |
|
| Fotos | Collection of Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"Contenedor": "sample string 1",
"IdMemo": 2,
"NombreChofer": "sample string 3",
"Placa": "sample string 4",
"IdEmpresaTransporte": 5,
"IdentificacionChofer": "sample string 6",
"FechaIngreso": "2026-02-01T20:28:53.128191-05:00",
"Fotos": [
"QEA=",
"QEA="
]
}
application/xml, text/xml
Sample:
<IngresoImportacionApiModels 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>2026-02-01T20:28:53.128191-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>
<IdEmpresaTransporte>5</IdEmpresaTransporte>
<IdMemo>2</IdMemo>
<IdentificacionChofer>sample string 6</IdentificacionChofer>
<NombreChofer>sample string 3</NombreChofer>
<Placa>sample string 4</Placa>
</IngresoImportacionApiModels>
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.