GET api/ordWarehouseAlert

Get all values from the WarehouseAlerts table

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ordWarehouseAlertDb
NameDescriptionTypeAdditional information
WarehouseAlertID

integer

None.

OrderID

integer

None.

WarehouseID

integer

None.

InboundFreightLegID

integer

None.

OutboundFreightLegID

integer

None.

WarehouseAlertStatusStep

integer

None.

CompletedDate

date

None.

AlertType

string

None.

CreatedBy

integer

None.

CreatedDate

date

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

results

Collection of ValidationResult

None.

Response Formats

application/json, text/json

Sample:
{
  "results": null,
  "WarehouseAlertID": 1,
  "OrderID": 2,
  "WarehouseID": 3,
  "InboundFreightLegID": 1,
  "OutboundFreightLegID": 1,
  "WarehouseAlertStatusStep": 4,
  "CompletedDate": "2025-12-06T23:41:10.4392165+00:00",
  "AlertType": "sample string 5",
  "CreatedBy": 6,
  "CreatedDate": "2025-12-06T23:41:10.4392165+00:00",
  "UpdatedBy": 8,
  "UpdatedDate": "2025-12-06T23:41:10.4392165+00:00"
}

application/xml, text/xml

Sample:
<ordWarehouseAlertDb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Models">
  <results xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
  <AlertType>sample string 5</AlertType>
  <CompletedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:41:10.4392165Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </CompletedDate>
  <CreatedBy>6</CreatedBy>
  <CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:41:10.4392165Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </CreatedDate>
  <InboundFreightLegID>1</InboundFreightLegID>
  <OrderID>2</OrderID>
  <OutboundFreightLegID>1</OutboundFreightLegID>
  <UpdatedBy>8</UpdatedBy>
  <UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:41:10.4392165Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </UpdatedDate>
  <WarehouseAlertID>1</WarehouseAlertID>
  <WarehouseAlertStatusStep>4</WarehouseAlertStatusStep>
  <WarehouseID>3</WarehouseID>
</ordWarehouseAlertDb>