POST api/Items/Createinventorytransfer

Request Information

URI Parameters

None.

Body Parameters

InverntoryTransferModel
NameDescriptionTypeAdditional information
dbCode

string

None.

commetn

string

None.

lineas

Collection of InverntoryTransferLines

None.

Request Formats

application/json, text/json

Sample:
{
  "dbCode": "sample string 1",
  "commetn": "sample string 2",
  "lineas": [
    {
      "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
            }
          ]
        }
      ],
      "ItemCode": "sample string 1",
      "Drscription": "sample string 2",
      "WhsCode": "sample string 3",
      "Quantity": 4.1,
      "FromWhsCod": "sample string 5",
      "FromBinAbsEntry": 6,
      "ToBinAbsEntry": 7
    },
    {
      "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
            }
          ]
        }
      ],
      "ItemCode": "sample string 1",
      "Drscription": "sample string 2",
      "WhsCode": "sample string 3",
      "Quantity": 4.1,
      "FromWhsCod": "sample string 5",
      "FromBinAbsEntry": 6,
      "ToBinAbsEntry": 7
    }
  ]
}

application/xml, text/xml

Sample:
<InverntoryTransferModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CNFOD.MODELS">
  <commetn>sample string 2</commetn>
  <dbCode>sample string 1</dbCode>
  <lineas>
    <InverntoryTransferLines>
      <Drscription>sample string 2</Drscription>
      <FromBinAbsEntry>6</FromBinAbsEntry>
      <FromWhsCod>sample string 5</FromWhsCod>
      <ItemCode>sample string 1</ItemCode>
      <Quantity>4.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>
      <ToBinAbsEntry>7</ToBinAbsEntry>
      <WhsCode>sample string 3</WhsCode>
    </InverntoryTransferLines>
    <InverntoryTransferLines>
      <Drscription>sample string 2</Drscription>
      <FromBinAbsEntry>6</FromBinAbsEntry>
      <FromWhsCod>sample string 5</FromWhsCod>
      <ItemCode>sample string 1</ItemCode>
      <Quantity>4.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>
      <ToBinAbsEntry>7</ToBinAbsEntry>
      <WhsCode>sample string 3</WhsCode>
    </InverntoryTransferLines>
  </lineas>
</InverntoryTransferModel>

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.