GET api/SendItBatch/warehouse/{warehouseID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| warehouseID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BatchEx| Name | Description | Type | Additional information |
|---|---|---|---|
| LockedByUserID | integer |
None. |
|
| LockedByPersonName | string |
None. |
|
| LockedDate | date |
None. |
|
| OrderBatchID | integer |
None. |
|
| OrderBatchName | string |
None. |
|
| WarehouseID | integer |
None. |
|
| WarehouseCode | string |
None. |
|
| WarehouseName | string |
None. |
|
| ClientID | integer |
None. |
|
| P3PLClientID | integer |
None. |
|
| ClientShortName | string |
None. |
|
| OrderCount | integer |
None. |
|
| PackageCount | integer |
None. |
|
| ShippedCount | integer |
None. |
|
| ErrorCount | integer |
None. |
|
| FaultCount | integer |
None. |
|
| DateTimeShipped | date |
None. |
|
| ManifestDate | date |
None. |
|
| Status | string |
None. |
|
| IsPrinted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"LockedByUserID": 1,
"LockedByPersonName": "sample string 2",
"LockedDate": "2026-04-03T21:37:28.7084271-07:00",
"OrderBatchID": 4,
"OrderBatchName": "sample string 5",
"WarehouseID": 6,
"WarehouseCode": "sample string 7",
"WarehouseName": "sample string 8",
"ClientID": 9,
"P3PLClientID": 10,
"ClientShortName": "sample string 11",
"OrderCount": 12,
"PackageCount": 13,
"ShippedCount": 14,
"ErrorCount": 15,
"FaultCount": 16,
"DateTimeShipped": "2026-04-03T21:37:28.7084271-07:00",
"ManifestDate": "2026-04-03T21:37:28.7084271-07:00",
"Status": "sample string 18",
"IsPrinted": true
},
{
"LockedByUserID": 1,
"LockedByPersonName": "sample string 2",
"LockedDate": "2026-04-03T21:37:28.7084271-07:00",
"OrderBatchID": 4,
"OrderBatchName": "sample string 5",
"WarehouseID": 6,
"WarehouseCode": "sample string 7",
"WarehouseName": "sample string 8",
"ClientID": 9,
"P3PLClientID": 10,
"ClientShortName": "sample string 11",
"OrderCount": 12,
"PackageCount": 13,
"ShippedCount": 14,
"ErrorCount": 15,
"FaultCount": 16,
"DateTimeShipped": "2026-04-03T21:37:28.7084271-07:00",
"ManifestDate": "2026-04-03T21:37:28.7084271-07:00",
"Status": "sample string 18",
"IsPrinted": true
}
]
application/xml, text/xml
Sample:
<ArrayOfBatchEx xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Models.SendIt">
<BatchEx>
<ClientID>9</ClientID>
<ClientShortName>sample string 11</ClientShortName>
<DateTimeShipped>2026-04-03T21:37:28.7084271-07:00</DateTimeShipped>
<ErrorCount>15</ErrorCount>
<FaultCount>16</FaultCount>
<IsPrinted>true</IsPrinted>
<ManifestDate>2026-04-03T21:37:28.7084271-07:00</ManifestDate>
<OrderBatchID>4</OrderBatchID>
<OrderBatchName>sample string 5</OrderBatchName>
<OrderCount>12</OrderCount>
<P3PLClientID>10</P3PLClientID>
<PackageCount>13</PackageCount>
<ShippedCount>14</ShippedCount>
<Status>sample string 18</Status>
<WarehouseCode>sample string 7</WarehouseCode>
<WarehouseID>6</WarehouseID>
<WarehouseName>sample string 8</WarehouseName>
<LockedByPersonName>sample string 2</LockedByPersonName>
<LockedByUserID>1</LockedByUserID>
<LockedDate>2026-04-03T21:37:28.7084271-07:00</LockedDate>
</BatchEx>
<BatchEx>
<ClientID>9</ClientID>
<ClientShortName>sample string 11</ClientShortName>
<DateTimeShipped>2026-04-03T21:37:28.7084271-07:00</DateTimeShipped>
<ErrorCount>15</ErrorCount>
<FaultCount>16</FaultCount>
<IsPrinted>true</IsPrinted>
<ManifestDate>2026-04-03T21:37:28.7084271-07:00</ManifestDate>
<OrderBatchID>4</OrderBatchID>
<OrderBatchName>sample string 5</OrderBatchName>
<OrderCount>12</OrderCount>
<P3PLClientID>10</P3PLClientID>
<PackageCount>13</PackageCount>
<ShippedCount>14</ShippedCount>
<Status>sample string 18</Status>
<WarehouseCode>sample string 7</WarehouseCode>
<WarehouseID>6</WarehouseID>
<WarehouseName>sample string 8</WarehouseName>
<LockedByPersonName>sample string 2</LockedByPersonName>
<LockedByUserID>1</LockedByUserID>
<LockedDate>2026-04-03T21:37:28.7084271-07:00</LockedDate>
</BatchEx>
</ArrayOfBatchEx>