POST api/guias

Request Information

URI Parameters

None.

Body Parameters

RegistroGuia
NameDescriptionTypeAdditional information
FinDeDescarga

date

None.

InicioDeDescarga

date

None.

InicioDesencarpado

date

None.

FinDesencarpado

date

None.

GuiaAdicional

string

None.

Detalles

Collection of ProductosGuiaViewModel

None.

Guia

string

None.

Placa

string

None.

Cedula

string

None.

Nombre

string

None.

Motivo

string

None.

Procedencia

ProcedenciaGuiaEnum

None.

Request Formats

application/json, text/json

Sample:
{
  "FinDeDescarga": "2026-01-12T19:53:57.9427609-05:00",
  "InicioDeDescarga": "2026-01-12T19:53:57.9427609-05:00",
  "InicioDesencarpado": "2026-01-12T19:53:57.9427609-05:00",
  "FinDesencarpado": "2026-01-12T19:53:57.9427609-05:00",
  "GuiaAdicional": "sample string 1",
  "Detalles": [
    {
      "SKU": "sample string 1",
      "IdProducto": 2,
      "Descripcion": "sample string 3",
      "Lote": "sample string 4",
      "IdTipoNovedad": 1,
      "Cantidad": 5,
      "FechaCaducidad": "2026-01-12T19:53:57.9427609-05:00",
      "FechaCaducidadStr": "sample string 6",
      "Novedad": {
        "IdTipoNovedad": 3,
        "ReIngresoCantidad": 4,
        "ReIngresoLote": "sample string 5",
        "CantidadPaletsNovedad": 6,
        "ReIngresoFechaCaducidad": "2026-01-12T19:53:57.9427609-05:00"
      },
      "ListaLotes": [
        {
          "Lote": "sample string 1",
          "FechaCaducidad": "2026-01-12T19:53:57.9427609-05:00"
        },
        {
          "Lote": "sample string 1",
          "FechaCaducidad": "2026-01-12T19:53:57.9427609-05:00"
        }
      ],
      "SacosAProcesar": 7,
      "PersonalEmpleado": 1,
      "RollosUtilizados": 1,
      "SacosRepaletizados": 1,
      "CintaPapel": 1.0,
      "SacosAReProcesar": 1,
      "SacosMojados": 1,
      "IdProceso": 1,
      "Observacion": "sample string 8",
      "SacosDescampactado": 1
    },
    {
      "SKU": "sample string 1",
      "IdProducto": 2,
      "Descripcion": "sample string 3",
      "Lote": "sample string 4",
      "IdTipoNovedad": 1,
      "Cantidad": 5,
      "FechaCaducidad": "2026-01-12T19:53:57.9427609-05:00",
      "FechaCaducidadStr": "sample string 6",
      "Novedad": {
        "IdTipoNovedad": 3,
        "ReIngresoCantidad": 4,
        "ReIngresoLote": "sample string 5",
        "CantidadPaletsNovedad": 6,
        "ReIngresoFechaCaducidad": "2026-01-12T19:53:57.9427609-05:00"
      },
      "ListaLotes": [
        {
          "Lote": "sample string 1",
          "FechaCaducidad": "2026-01-12T19:53:57.9427609-05:00"
        },
        {
          "Lote": "sample string 1",
          "FechaCaducidad": "2026-01-12T19:53:57.9427609-05:00"
        }
      ],
      "SacosAProcesar": 7,
      "PersonalEmpleado": 1,
      "RollosUtilizados": 1,
      "SacosRepaletizados": 1,
      "CintaPapel": 1.0,
      "SacosAReProcesar": 1,
      "SacosMojados": 1,
      "IdProceso": 1,
      "Observacion": "sample string 8",
      "SacosDescampactado": 1
    }
  ],
  "Guia": "sample string 3",
  "Placa": "sample string 4",
  "Cedula": "sample string 5",
  "Nombre": "sample string 6",
  "Motivo": "sample string 7",
  "Procedencia": 0
}

application/xml, text/xml

Sample:
<RegistroGuia xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WMS.Services.ViewModels">
  <Cedula>sample string 5</Cedula>
  <Guia>sample string 3</Guia>
  <Motivo>sample string 7</Motivo>
  <Nombre>sample string 6</Nombre>
  <Orden>sample string 2</Orden>
  <Placa>sample string 4</Placa>
  <Procedencia>Nacional</Procedencia>
  <Detalles>
    <ProductosGuiaViewModel>
      <Cantidad>5</Cantidad>
      <CintaPapel>1</CintaPapel>
      <Descripcion>sample string 3</Descripcion>
      <FechaCaducidad>2026-01-12T19:53:57.9427609-05:00</FechaCaducidad>
      <FechaCaducidadStr>sample string 6</FechaCaducidadStr>
      <IdProceso>1</IdProceso>
      <IdProducto>2</IdProducto>
      <IdTipoNovedad>1</IdTipoNovedad>
      <ListaLotes>
        <LotesPorProducto>
          <FechaCaducidad>2026-01-12T19:53:57.9427609-05:00</FechaCaducidad>
          <Lote>sample string 1</Lote>
        </LotesPorProducto>
        <LotesPorProducto>
          <FechaCaducidad>2026-01-12T19:53:57.9427609-05:00</FechaCaducidad>
          <Lote>sample string 1</Lote>
        </LotesPorProducto>
      </ListaLotes>
      <Lote>sample string 4</Lote>
      <Novedad>
        <CantidadPaletsNovedad>6</CantidadPaletsNovedad>
        <IdDetalleOrden>1</IdDetalleOrden>
        <IdProducto>2</IdProducto>
        <IdTipoNovedad>3</IdTipoNovedad>
        <ReIngresoCantidad>4</ReIngresoCantidad>
        <ReIngresoFechaCaducidad>2026-01-12T19:53:57.9427609-05:00</ReIngresoFechaCaducidad>
        <ReIngresoLote>sample string 5</ReIngresoLote>
      </Novedad>
      <Observacion>sample string 8</Observacion>
      <PersonalEmpleado>1</PersonalEmpleado>
      <RollosUtilizados>1</RollosUtilizados>
      <SKU>sample string 1</SKU>
      <SacosAProcesar>7</SacosAProcesar>
      <SacosAReProcesar>1</SacosAReProcesar>
      <SacosDescampactado>1</SacosDescampactado>
      <SacosMojados>1</SacosMojados>
      <SacosRepaletizados>1</SacosRepaletizados>
    </ProductosGuiaViewModel>
    <ProductosGuiaViewModel>
      <Cantidad>5</Cantidad>
      <CintaPapel>1</CintaPapel>
      <Descripcion>sample string 3</Descripcion>
      <FechaCaducidad>2026-01-12T19:53:57.9427609-05:00</FechaCaducidad>
      <FechaCaducidadStr>sample string 6</FechaCaducidadStr>
      <IdProceso>1</IdProceso>
      <IdProducto>2</IdProducto>
      <IdTipoNovedad>1</IdTipoNovedad>
      <ListaLotes>
        <LotesPorProducto>
          <FechaCaducidad>2026-01-12T19:53:57.9427609-05:00</FechaCaducidad>
          <Lote>sample string 1</Lote>
        </LotesPorProducto>
        <LotesPorProducto>
          <FechaCaducidad>2026-01-12T19:53:57.9427609-05:00</FechaCaducidad>
          <Lote>sample string 1</Lote>
        </LotesPorProducto>
      </ListaLotes>
      <Lote>sample string 4</Lote>
      <Novedad>
        <CantidadPaletsNovedad>6</CantidadPaletsNovedad>
        <IdDetalleOrden>1</IdDetalleOrden>
        <IdProducto>2</IdProducto>
        <IdTipoNovedad>3</IdTipoNovedad>
        <ReIngresoCantidad>4</ReIngresoCantidad>
        <ReIngresoFechaCaducidad>2026-01-12T19:53:57.9427609-05:00</ReIngresoFechaCaducidad>
        <ReIngresoLote>sample string 5</ReIngresoLote>
      </Novedad>
      <Observacion>sample string 8</Observacion>
      <PersonalEmpleado>1</PersonalEmpleado>
      <RollosUtilizados>1</RollosUtilizados>
      <SKU>sample string 1</SKU>
      <SacosAProcesar>7</SacosAProcesar>
      <SacosAReProcesar>1</SacosAReProcesar>
      <SacosDescampactado>1</SacosDescampactado>
      <SacosMojados>1</SacosMojados>
      <SacosRepaletizados>1</SacosRepaletizados>
    </ProductosGuiaViewModel>
  </Detalles>
  <FinDeDescarga>2026-01-12T19:53:57.9427609-05:00</FinDeDescarga>
  <FinDesencarpado>2026-01-12T19:53:57.9427609-05:00</FinDesencarpado>
  <GuiaAdicional>sample string 1</GuiaAdicional>
  <InicioDeDescarga>2026-01-12T19:53:57.9427609-05:00</InicioDeDescarga>
  <InicioDesencarpado>2026-01-12T19:53:57.9427609-05:00</InicioDesencarpado>
</RegistroGuia>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.