POST api/Documents/UpdateDelivery

Request Information

URI Parameters

None.

Body Parameters

DeliveryDoc
NameDescriptionTypeAdditional information
dbcode

string

None.

lines

Collection of LinesBaseModel

None.

cartel

string

None.

loteCartel

string

None.

docDueDate

date

None.

aceptadorInstitucion

string

None.

cedulaAceptador

string

None.

entregaConzultek

string

None.

cedEntregaConzultek

string

None.

aceptadorFOD

string

None.

cedAceptadorFOD

string

None.

whsCode

string

None.

DocEntry

integer

None.

DocNum

integer

None.

CardCode

string

None.

CardName

string

None.

commets

string

None.

DocDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "dbcode": "sample string 1",
  "lines": [
    {
      "ItemCode": "sample string 1",
      "Quantity": 2.1,
      "Series": [
        {
          "SeriesNum": "sample string 1",
          "ItemName": "sample string 2",
          "ItemCode": "sample string 3",
          "Activos": "sample string 4",
          "Interno": 5,
          "AbsEntry": 6,
          "FromBinAbsEntry": 7,
          "FromBinAllocation": "sample string 8",
          "ToBinAbsEntry": 9,
          "ToBinAllocation": "sample string 10",
          "BatchNumber": "sample string 11",
          "WhsCode": "sample string 12",
          "Poster": "sample string 13",
          "Available": 14,
          "Locations": [
            {
              "BinAllocation": "sample string 1",
              "BinAbsEntry": 2,
              "Available": 3
            },
            {
              "BinAllocation": "sample string 1",
              "BinAbsEntry": 2,
              "Available": 3
            }
          ]
        },
        {
          "SeriesNum": "sample string 1",
          "ItemName": "sample string 2",
          "ItemCode": "sample string 3",
          "Activos": "sample string 4",
          "Interno": 5,
          "AbsEntry": 6,
          "FromBinAbsEntry": 7,
          "FromBinAllocation": "sample string 8",
          "ToBinAbsEntry": 9,
          "ToBinAllocation": "sample string 10",
          "BatchNumber": "sample string 11",
          "WhsCode": "sample string 12",
          "Poster": "sample string 13",
          "Available": 14,
          "Locations": [
            {
              "BinAllocation": "sample string 1",
              "BinAbsEntry": 2,
              "Available": 3
            },
            {
              "BinAllocation": "sample string 1",
              "BinAbsEntry": 2,
              "Available": 3
            }
          ]
        }
      ],
      "Locations": [
        {
          "Selected": 1,
          "BinAllocation": "sample string 2",
          "BinAbsEntry": 3,
          "Available": 4
        },
        {
          "Selected": 1,
          "BinAllocation": "sample string 2",
          "BinAbsEntry": 3,
          "Available": 4
        }
      ],
      "Cedula": "sample string 3",
      "Nombre": "sample string 4",
      "Apellido1": "sample string 5",
      "Apellido2": "sample string 6"
    },
    {
      "ItemCode": "sample string 1",
      "Quantity": 2.1,
      "Series": [
        {
          "SeriesNum": "sample string 1",
          "ItemName": "sample string 2",
          "ItemCode": "sample string 3",
          "Activos": "sample string 4",
          "Interno": 5,
          "AbsEntry": 6,
          "FromBinAbsEntry": 7,
          "FromBinAllocation": "sample string 8",
          "ToBinAbsEntry": 9,
          "ToBinAllocation": "sample string 10",
          "BatchNumber": "sample string 11",
          "WhsCode": "sample string 12",
          "Poster": "sample string 13",
          "Available": 14,
          "Locations": [
            {
              "BinAllocation": "sample string 1",
              "BinAbsEntry": 2,
              "Available": 3
            },
            {
              "BinAllocation": "sample string 1",
              "BinAbsEntry": 2,
              "Available": 3
            }
          ]
        },
        {
          "SeriesNum": "sample string 1",
          "ItemName": "sample string 2",
          "ItemCode": "sample string 3",
          "Activos": "sample string 4",
          "Interno": 5,
          "AbsEntry": 6,
          "FromBinAbsEntry": 7,
          "FromBinAllocation": "sample string 8",
          "ToBinAbsEntry": 9,
          "ToBinAllocation": "sample string 10",
          "BatchNumber": "sample string 11",
          "WhsCode": "sample string 12",
          "Poster": "sample string 13",
          "Available": 14,
          "Locations": [
            {
              "BinAllocation": "sample string 1",
              "BinAbsEntry": 2,
              "Available": 3
            },
            {
              "BinAllocation": "sample string 1",
              "BinAbsEntry": 2,
              "Available": 3
            }
          ]
        }
      ],
      "Locations": [
        {
          "Selected": 1,
          "BinAllocation": "sample string 2",
          "BinAbsEntry": 3,
          "Available": 4
        },
        {
          "Selected": 1,
          "BinAllocation": "sample string 2",
          "BinAbsEntry": 3,
          "Available": 4
        }
      ],
      "Cedula": "sample string 3",
      "Nombre": "sample string 4",
      "Apellido1": "sample string 5",
      "Apellido2": "sample string 6"
    }
  ],
  "cartel": "sample string 2",
  "loteCartel": "sample string 3",
  "docDueDate": "2025-12-10T12:42:15.9641889-06:00",
  "aceptadorInstitucion": "sample string 5",
  "cedulaAceptador": "sample string 6",
  "entregaConzultek": "sample string 7",
  "cedEntregaConzultek": "sample string 8",
  "aceptadorFOD": "sample string 9",
  "cedAceptadorFOD": "sample string 10",
  "whsCode": "sample string 11",
  "DocEntry": 12,
  "DocNum": 13,
  "CardCode": "sample string 14",
  "CardName": "sample string 15",
  "commets": "sample string 16",
  "DocDate": "2025-12-10T12:42:15.9641889-06:00"
}

application/xml, text/xml

Sample:
<DeliveryDoc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CNFOD.MODELS">
  <CardCode>sample string 14</CardCode>
  <CardName>sample string 15</CardName>
  <DocDate>2025-12-10T12:42:15.9641889-06:00</DocDate>
  <DocEntry>12</DocEntry>
  <DocNum>13</DocNum>
  <commets>sample string 16</commets>
  <aceptadorFOD>sample string 9</aceptadorFOD>
  <aceptadorInstitucion>sample string 5</aceptadorInstitucion>
  <cartel>sample string 2</cartel>
  <cedAceptadorFOD>sample string 10</cedAceptadorFOD>
  <cedEntregaConzultek>sample string 8</cedEntregaConzultek>
  <cedulaAceptador>sample string 6</cedulaAceptador>
  <dbcode>sample string 1</dbcode>
  <docDueDate>2025-12-10T12:42:15.9641889-06:00</docDueDate>
  <entregaConzultek>sample string 7</entregaConzultek>
  <lines>
    <LinesBaseModel>
      <Apellido1>sample string 5</Apellido1>
      <Apellido2>sample string 6</Apellido2>
      <Cedula>sample string 3</Cedula>
      <ItemCode>sample string 1</ItemCode>
      <Locations>
        <BinLocationModel>
          <Available>4</Available>
          <BinAbsEntry>3</BinAbsEntry>
          <BinAllocation>sample string 2</BinAllocation>
          <Selected>1</Selected>
        </BinLocationModel>
        <BinLocationModel>
          <Available>4</Available>
          <BinAbsEntry>3</BinAbsEntry>
          <BinAllocation>sample string 2</BinAllocation>
          <Selected>1</Selected>
        </BinLocationModel>
      </Locations>
      <Nombre>sample string 4</Nombre>
      <Quantity>2.1</Quantity>
      <Series>
        <ItemSeries>
          <AbsEntry>6</AbsEntry>
          <Activos>sample string 4</Activos>
          <Available>14</Available>
          <BatchNumber>sample string 11</BatchNumber>
          <FromBinAbsEntry>7</FromBinAbsEntry>
          <FromBinAllocation>sample string 8</FromBinAllocation>
          <Interno>5</Interno>
          <ItemCode>sample string 3</ItemCode>
          <ItemName>sample string 2</ItemName>
          <Locations>
            <BinLocation>
              <Available>3</Available>
              <BinAbsEntry>2</BinAbsEntry>
              <BinAllocation>sample string 1</BinAllocation>
            </BinLocation>
            <BinLocation>
              <Available>3</Available>
              <BinAbsEntry>2</BinAbsEntry>
              <BinAllocation>sample string 1</BinAllocation>
            </BinLocation>
          </Locations>
          <Poster>sample string 13</Poster>
          <SeriesNum>sample string 1</SeriesNum>
          <ToBinAbsEntry>9</ToBinAbsEntry>
          <ToBinAllocation>sample string 10</ToBinAllocation>
          <WhsCode>sample string 12</WhsCode>
        </ItemSeries>
        <ItemSeries>
          <AbsEntry>6</AbsEntry>
          <Activos>sample string 4</Activos>
          <Available>14</Available>
          <BatchNumber>sample string 11</BatchNumber>
          <FromBinAbsEntry>7</FromBinAbsEntry>
          <FromBinAllocation>sample string 8</FromBinAllocation>
          <Interno>5</Interno>
          <ItemCode>sample string 3</ItemCode>
          <ItemName>sample string 2</ItemName>
          <Locations>
            <BinLocation>
              <Available>3</Available>
              <BinAbsEntry>2</BinAbsEntry>
              <BinAllocation>sample string 1</BinAllocation>
            </BinLocation>
            <BinLocation>
              <Available>3</Available>
              <BinAbsEntry>2</BinAbsEntry>
              <BinAllocation>sample string 1</BinAllocation>
            </BinLocation>
          </Locations>
          <Poster>sample string 13</Poster>
          <SeriesNum>sample string 1</SeriesNum>
          <ToBinAbsEntry>9</ToBinAbsEntry>
          <ToBinAllocation>sample string 10</ToBinAllocation>
          <WhsCode>sample string 12</WhsCode>
        </ItemSeries>
      </Series>
    </LinesBaseModel>
    <LinesBaseModel>
      <Apellido1>sample string 5</Apellido1>
      <Apellido2>sample string 6</Apellido2>
      <Cedula>sample string 3</Cedula>
      <ItemCode>sample string 1</ItemCode>
      <Locations>
        <BinLocationModel>
          <Available>4</Available>
          <BinAbsEntry>3</BinAbsEntry>
          <BinAllocation>sample string 2</BinAllocation>
          <Selected>1</Selected>
        </BinLocationModel>
        <BinLocationModel>
          <Available>4</Available>
          <BinAbsEntry>3</BinAbsEntry>
          <BinAllocation>sample string 2</BinAllocation>
          <Selected>1</Selected>
        </BinLocationModel>
      </Locations>
      <Nombre>sample string 4</Nombre>
      <Quantity>2.1</Quantity>
      <Series>
        <ItemSeries>
          <AbsEntry>6</AbsEntry>
          <Activos>sample string 4</Activos>
          <Available>14</Available>
          <BatchNumber>sample string 11</BatchNumber>
          <FromBinAbsEntry>7</FromBinAbsEntry>
          <FromBinAllocation>sample string 8</FromBinAllocation>
          <Interno>5</Interno>
          <ItemCode>sample string 3</ItemCode>
          <ItemName>sample string 2</ItemName>
          <Locations>
            <BinLocation>
              <Available>3</Available>
              <BinAbsEntry>2</BinAbsEntry>
              <BinAllocation>sample string 1</BinAllocation>
            </BinLocation>
            <BinLocation>
              <Available>3</Available>
              <BinAbsEntry>2</BinAbsEntry>
              <BinAllocation>sample string 1</BinAllocation>
            </BinLocation>
          </Locations>
          <Poster>sample string 13</Poster>
          <SeriesNum>sample string 1</SeriesNum>
          <ToBinAbsEntry>9</ToBinAbsEntry>
          <ToBinAllocation>sample string 10</ToBinAllocation>
          <WhsCode>sample string 12</WhsCode>
        </ItemSeries>
        <ItemSeries>
          <AbsEntry>6</AbsEntry>
          <Activos>sample string 4</Activos>
          <Available>14</Available>
          <BatchNumber>sample string 11</BatchNumber>
          <FromBinAbsEntry>7</FromBinAbsEntry>
          <FromBinAllocation>sample string 8</FromBinAllocation>
          <Interno>5</Interno>
          <ItemCode>sample string 3</ItemCode>
          <ItemName>sample string 2</ItemName>
          <Locations>
            <BinLocation>
              <Available>3</Available>
              <BinAbsEntry>2</BinAbsEntry>
              <BinAllocation>sample string 1</BinAllocation>
            </BinLocation>
            <BinLocation>
              <Available>3</Available>
              <BinAbsEntry>2</BinAbsEntry>
              <BinAllocation>sample string 1</BinAllocation>
            </BinLocation>
          </Locations>
          <Poster>sample string 13</Poster>
          <SeriesNum>sample string 1</SeriesNum>
          <ToBinAbsEntry>9</ToBinAbsEntry>
          <ToBinAllocation>sample string 10</ToBinAllocation>
          <WhsCode>sample string 12</WhsCode>
        </ItemSeries>
      </Series>
    </LinesBaseModel>
  </lines>
  <loteCartel>sample string 3</loteCartel>
  <whsCode>sample string 11</whsCode>
</DeliveryDoc>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.