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. |
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": "2025-12-22T13:29:16.8977653-05:00"
}
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>2025-12-22T13:29:16.8977653-05:00</FechaIngreso> <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.