POST api/exportaciones/registrarIngreso
Request Information
URI Parameters
None.
Body Parameters
IngresoExportacionApiModels| Name | Description | Type | Additional information |
|---|---|---|---|
| IdBooking | integer |
None. |
|
| IdTurno | integer |
None. |
|
| NombreChofer | string |
None. |
|
| Placa | string |
None. |
|
| IdEmpresaTransporte | integer |
None. |
|
| IdentificacionChofer | string |
None. |
|
| FechaIngreso | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdBooking": 1,
"IdTurno": 2,
"NombreChofer": "sample string 3",
"Placa": "sample string 4",
"IdEmpresaTransporte": 5,
"IdentificacionChofer": "sample string 6",
"FechaIngreso": "2025-12-22T13:26:16.2305803-05:00"
}
application/xml, text/xml
Sample:
<IngresoExportacionApiModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RFS.Data.Entities.EIR.ApiModels"> <FechaIngreso>2025-12-22T13:26:16.2305803-05:00</FechaIngreso> <IdBooking>1</IdBooking> <IdEmpresaTransporte>5</IdEmpresaTransporte> <IdTurno>2</IdTurno> <IdentificacionChofer>sample string 6</IdentificacionChofer> <NombreChofer>sample string 3</NombreChofer> <Placa>sample string 4</Placa> </IngresoExportacionApiModels>
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.