POST api/integracionDMS/SincronizaBookingBLContenedorDMS
Request Information
URI Parameters
None.
Body Parameters
BookingBLContenedorApiModels| Name | Description | Type | Additional information |
|---|---|---|---|
| IdContenedorDMS | integer |
None. |
|
| IdMovimientoContenedorDMS | integer |
None. |
|
| BookingBLDMS | string |
None. |
|
| ContenedorDMS | string |
None. |
|
| FechaSalidaPatioDMS | date |
None. |
|
| FechaSincronizacionDMS | date |
None. |
|
| ClienteDMS | string |
None. |
|
| OperadorLogisticoDMS | string |
None. |
|
| PlacaTransporteDMS | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdContenedorDMS": 1,
"IdMovimientoContenedorDMS": 1,
"BookingBLDMS": "sample string 1",
"ContenedorDMS": "sample string 2",
"FechaSalidaPatioDMS": "2026-04-13T04:38:00.3634871-05:00",
"FechaSincronizacionDMS": "2026-04-13T04:38:00.3634871-05:00",
"ClienteDMS": "sample string 3",
"OperadorLogisticoDMS": "sample string 4",
"PlacaTransporteDMS": "sample string 5"
}
application/xml, text/xml
Sample:
<BookingBLContenedorApiModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Citikold.RFS.ApiServices.Models"> <BookingBLDMS>sample string 1</BookingBLDMS> <ClienteDMS>sample string 3</ClienteDMS> <ContenedorDMS>sample string 2</ContenedorDMS> <FechaSalidaPatioDMS>2026-04-13T04:38:00.3634871-05:00</FechaSalidaPatioDMS> <FechaSincronizacionDMS>2026-04-13T04:38:00.3634871-05:00</FechaSincronizacionDMS> <IdContenedorDMS>1</IdContenedorDMS> <IdMovimientoContenedorDMS>1</IdMovimientoContenedorDMS> <OperadorLogisticoDMS>sample string 4</OperadorLogisticoDMS> <PlacaTransporteDMS>sample string 5</PlacaTransporteDMS> </BookingBLContenedorApiModels>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.