POST api/reposicion/registrarSalidaReposicion
Request Information
URI Parameters
None.
Body Parameters
SalidaReposicionPorteriaViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IdPorteria | integer |
None. |
|
| Texto | string |
None. |
|
| IdentificacionChofer | string |
None. |
|
| PlacaTracto | string |
None. |
|
| PlacaCarreta | string |
None. |
|
| Contenedor | string |
None. |
|
| IdIncidencia | integer |
None. |
|
| ObservacionIncidencia | string |
None. |
|
| FechaSalida | date |
None. |
|
| NombreChofer | string |
None. |
|
| NombreEmpresaTransporte | string |
None. |
|
| RucEmpresaEmpresaTransporte | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdPorteria": 1,
"Texto": "sample string 2",
"IdentificacionChofer": "sample string 3",
"PlacaTracto": "sample string 4",
"PlacaCarreta": "sample string 5",
"Contenedor": "sample string 6",
"IdIncidencia": 1,
"ObservacionIncidencia": "sample string 7",
"FechaSalida": "2026-06-20T08:06:13.771959-05:00",
"NombreChofer": "sample string 8",
"NombreEmpresaTransporte": "sample string 9",
"RucEmpresaEmpresaTransporte": "sample string 10"
}
application/xml, text/xml
Sample:
<SalidaReposicionPorteriaViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RFS.Data.Entities.EIR.ApiModels"> <Contenedor>sample string 6</Contenedor> <FechaSalida>2026-06-20T08:06:13.771959-05:00</FechaSalida> <IdIncidencia>1</IdIncidencia> <IdPorteria>1</IdPorteria> <IdentificacionChofer>sample string 3</IdentificacionChofer> <NombreChofer>sample string 8</NombreChofer> <NombreEmpresaTransporte>sample string 9</NombreEmpresaTransporte> <ObservacionIncidencia>sample string 7</ObservacionIncidencia> <PlacaCarreta>sample string 5</PlacaCarreta> <PlacaTracto>sample string 4</PlacaTracto> <RucEmpresaEmpresaTransporte>sample string 10</RucEmpresaEmpresaTransporte> <Texto>sample string 2</Texto> </SalidaReposicionPorteriaViewModel>
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.