GET api/{siteCode}/Warehouse/GetWarehouseOutsByCustAccNum?custAccNum={custAccNum}&numberOfDays={numberOfDays}

Gets the warehouse outbound records with associated pick line by customer account number and period.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
siteCode

The site code.

integer

Required

custAccNum

The customer account number.

string

Required

numberOfDays

The number of days.

integer

Required

Body Parameters

None.

Response Information

Resource Description

List<WarehouseOutbound>.

Collection of WarehouseOutbound
NameDescriptionTypeAdditional information
WarehouseJobNumber

string

None.

JobNumber

string

None.

PickComplete

boolean

None.

DeliveryCompanyName

Consignee company name.

string

String length: inclusive between 0 and 50

DeliveryAddress1

Consignee address line 1.

string

String length: inclusive between 0 and 50

DeliveryAddress2

Consignee address line 2.

string

String length: inclusive between 0 and 50

DeliveryCity

Consignee city.

string

String length: inclusive between 0 and 50

DeliveryCounty

Consignee state/county.

string

String length: inclusive between 0 and 50

DeliveryPostCode

Consignee zip/post code.

string

String length: inclusive between 0 and 50

DeliveryCountry

Consignee country.

string

String length: inclusive between 0 and 50

DeliveryPhone

Consignee phone.

string

String length: inclusive between 0 and 50

DeliveryContact

Consignee contact person.

string

String length: inclusive between 0 and 50

OutboundRef

The pick reference.

string

String length: inclusive between 0 and 50

ReleaseDate

Requested release date.

date

None.

DeliveryDate

Requested delivery date.

date

None.

DeliveryTime

Requested delivery time.

string

None.

Haulier

Requested haulier.

string

None.

PickItems

Items to pick.

Collection of WarehouseItem

None.

BranchID

The branch identifier.

string

Required

String length: inclusive between 1 and 3

CustomerID

The customer account identifier.

string

Required

String length: inclusive between 1 and 8

NOP

Number of outer packages.

integer

None.

Weight

Gross weight.

decimal number

None.

Cube

The cube.

decimal number

None.

CustRef

The customer reference.

string

String length: inclusive between 0 and 255

Remarks

Comments.

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "WarehouseJobNumber": "sample string 1",
    "JobNumber": "sample string 2",
    "PickComplete": true,
    "DeliveryCompanyName": "sample string 4",
    "DeliveryAddress1": "sample string 5",
    "DeliveryAddress2": "sample string 6",
    "DeliveryCity": "sample string 7",
    "DeliveryCounty": "sample string 8",
    "DeliveryPostCode": "sample string 9",
    "DeliveryCountry": "sample string 10",
    "DeliveryPhone": "sample string 11",
    "DeliveryContact": "sample string 12",
    "OutboundRef": "sample string 13",
    "ReleaseDate": "2025-02-05T06:59:55.4002221+00:00",
    "DeliveryDate": "2025-02-05T06:59:55.4002221+00:00",
    "DeliveryTime": "sample string 14",
    "Haulier": "sample string 15",
    "PickItems": [
      {
        "Warehouse": "sample string 1",
        "SKUGroupID": 1,
        "SKUNumber": "sample string 2",
        "SKUName": "sample string 3",
        "Quantity": 1,
        "Add1": "sample string 4",
        "Add2": "sample string 5",
        "Add3": "sample string 6",
        "Add4": "sample string 7",
        "Add5": "sample string 8",
        "Add6": "sample string 9",
        "Comments": "sample string 10"
      },
      {
        "Warehouse": "sample string 1",
        "SKUGroupID": 1,
        "SKUNumber": "sample string 2",
        "SKUName": "sample string 3",
        "Quantity": 1,
        "Add1": "sample string 4",
        "Add2": "sample string 5",
        "Add3": "sample string 6",
        "Add4": "sample string 7",
        "Add5": "sample string 8",
        "Add6": "sample string 9",
        "Comments": "sample string 10"
      }
    ],
    "BranchID": "sample string 16",
    "CustomerID": "sample string 17",
    "NOP": 1,
    "Weight": 1.1,
    "Cube": 1.1,
    "CustRef": "sample string 18",
    "Remarks": "sample string 19"
  },
  {
    "WarehouseJobNumber": "sample string 1",
    "JobNumber": "sample string 2",
    "PickComplete": true,
    "DeliveryCompanyName": "sample string 4",
    "DeliveryAddress1": "sample string 5",
    "DeliveryAddress2": "sample string 6",
    "DeliveryCity": "sample string 7",
    "DeliveryCounty": "sample string 8",
    "DeliveryPostCode": "sample string 9",
    "DeliveryCountry": "sample string 10",
    "DeliveryPhone": "sample string 11",
    "DeliveryContact": "sample string 12",
    "OutboundRef": "sample string 13",
    "ReleaseDate": "2025-02-05T06:59:55.4002221+00:00",
    "DeliveryDate": "2025-02-05T06:59:55.4002221+00:00",
    "DeliveryTime": "sample string 14",
    "Haulier": "sample string 15",
    "PickItems": [
      {
        "Warehouse": "sample string 1",
        "SKUGroupID": 1,
        "SKUNumber": "sample string 2",
        "SKUName": "sample string 3",
        "Quantity": 1,
        "Add1": "sample string 4",
        "Add2": "sample string 5",
        "Add3": "sample string 6",
        "Add4": "sample string 7",
        "Add5": "sample string 8",
        "Add6": "sample string 9",
        "Comments": "sample string 10"
      },
      {
        "Warehouse": "sample string 1",
        "SKUGroupID": 1,
        "SKUNumber": "sample string 2",
        "SKUName": "sample string 3",
        "Quantity": 1,
        "Add1": "sample string 4",
        "Add2": "sample string 5",
        "Add3": "sample string 6",
        "Add4": "sample string 7",
        "Add5": "sample string 8",
        "Add6": "sample string 9",
        "Comments": "sample string 10"
      }
    ],
    "BranchID": "sample string 16",
    "CustomerID": "sample string 17",
    "NOP": 1,
    "Weight": 1.1,
    "Cube": 1.1,
    "CustRef": "sample string 18",
    "Remarks": "sample string 19"
  }
]

application/xml, text/xml

Sample:
<ArrayOfWarehouseOutbound xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <WarehouseOutbound>
    <BranchID>sample string 16</BranchID>
    <CustomerID>sample string 17</CustomerID>
    <NOP>1</NOP>
    <Weight>1.1</Weight>
    <Cube>1.1</Cube>
    <CustRef>sample string 18</CustRef>
    <Remarks>sample string 19</Remarks>
    <DeliveryCompanyName>sample string 4</DeliveryCompanyName>
    <DeliveryAddress1>sample string 5</DeliveryAddress1>
    <DeliveryAddress2>sample string 6</DeliveryAddress2>
    <DeliveryCity>sample string 7</DeliveryCity>
    <DeliveryCounty>sample string 8</DeliveryCounty>
    <DeliveryPostCode>sample string 9</DeliveryPostCode>
    <DeliveryCountry>sample string 10</DeliveryCountry>
    <DeliveryPhone>sample string 11</DeliveryPhone>
    <DeliveryContact>sample string 12</DeliveryContact>
    <OutboundRef>sample string 13</OutboundRef>
    <ReleaseDate>2025-02-05T06:59:55.4002221+00:00</ReleaseDate>
    <DeliveryDate>2025-02-05T06:59:55.4002221+00:00</DeliveryDate>
    <DeliveryTime>sample string 14</DeliveryTime>
    <Haulier>sample string 15</Haulier>
    <PickItems>
      <WarehouseItem>
        <Warehouse>sample string 1</Warehouse>
        <SKUGroupID>1</SKUGroupID>
        <SKUNumber>sample string 2</SKUNumber>
        <SKUName>sample string 3</SKUName>
        <Quantity>1</Quantity>
        <Add1>sample string 4</Add1>
        <Add2>sample string 5</Add2>
        <Add3>sample string 6</Add3>
        <Add4>sample string 7</Add4>
        <Add5>sample string 8</Add5>
        <Add6>sample string 9</Add6>
        <Comments>sample string 10</Comments>
      </WarehouseItem>
      <WarehouseItem>
        <Warehouse>sample string 1</Warehouse>
        <SKUGroupID>1</SKUGroupID>
        <SKUNumber>sample string 2</SKUNumber>
        <SKUName>sample string 3</SKUName>
        <Quantity>1</Quantity>
        <Add1>sample string 4</Add1>
        <Add2>sample string 5</Add2>
        <Add3>sample string 6</Add3>
        <Add4>sample string 7</Add4>
        <Add5>sample string 8</Add5>
        <Add6>sample string 9</Add6>
        <Comments>sample string 10</Comments>
      </WarehouseItem>
    </PickItems>
    <WarehouseJobNumber>sample string 1</WarehouseJobNumber>
    <JobNumber>sample string 2</JobNumber>
    <PickComplete>true</PickComplete>
  </WarehouseOutbound>
  <WarehouseOutbound>
    <BranchID>sample string 16</BranchID>
    <CustomerID>sample string 17</CustomerID>
    <NOP>1</NOP>
    <Weight>1.1</Weight>
    <Cube>1.1</Cube>
    <CustRef>sample string 18</CustRef>
    <Remarks>sample string 19</Remarks>
    <DeliveryCompanyName>sample string 4</DeliveryCompanyName>
    <DeliveryAddress1>sample string 5</DeliveryAddress1>
    <DeliveryAddress2>sample string 6</DeliveryAddress2>
    <DeliveryCity>sample string 7</DeliveryCity>
    <DeliveryCounty>sample string 8</DeliveryCounty>
    <DeliveryPostCode>sample string 9</DeliveryPostCode>
    <DeliveryCountry>sample string 10</DeliveryCountry>
    <DeliveryPhone>sample string 11</DeliveryPhone>
    <DeliveryContact>sample string 12</DeliveryContact>
    <OutboundRef>sample string 13</OutboundRef>
    <ReleaseDate>2025-02-05T06:59:55.4002221+00:00</ReleaseDate>
    <DeliveryDate>2025-02-05T06:59:55.4002221+00:00</DeliveryDate>
    <DeliveryTime>sample string 14</DeliveryTime>
    <Haulier>sample string 15</Haulier>
    <PickItems>
      <WarehouseItem>
        <Warehouse>sample string 1</Warehouse>
        <SKUGroupID>1</SKUGroupID>
        <SKUNumber>sample string 2</SKUNumber>
        <SKUName>sample string 3</SKUName>
        <Quantity>1</Quantity>
        <Add1>sample string 4</Add1>
        <Add2>sample string 5</Add2>
        <Add3>sample string 6</Add3>
        <Add4>sample string 7</Add4>
        <Add5>sample string 8</Add5>
        <Add6>sample string 9</Add6>
        <Comments>sample string 10</Comments>
      </WarehouseItem>
      <WarehouseItem>
        <Warehouse>sample string 1</Warehouse>
        <SKUGroupID>1</SKUGroupID>
        <SKUNumber>sample string 2</SKUNumber>
        <SKUName>sample string 3</SKUName>
        <Quantity>1</Quantity>
        <Add1>sample string 4</Add1>
        <Add2>sample string 5</Add2>
        <Add3>sample string 6</Add3>
        <Add4>sample string 7</Add4>
        <Add5>sample string 8</Add5>
        <Add6>sample string 9</Add6>
        <Comments>sample string 10</Comments>
      </WarehouseItem>
    </PickItems>
    <WarehouseJobNumber>sample string 1</WarehouseJobNumber>
    <JobNumber>sample string 2</JobNumber>
    <PickComplete>true</PickComplete>
  </WarehouseOutbound>
</ArrayOfWarehouseOutbound>