GET api/ordOrderFreight/{id}

Return a single value from the OrdersFreight table using the primary key as ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The OrdersFreight Primary Key.

integer

Required

Body Parameters

None.

Response Information

Resource Description

ordOrderFreightDb
NameDescriptionTypeAdditional information
OrderID

integer

Required

QuoteID

integer

None.

WONumber

integer

None.

BillToAddressID

integer

None.

ForwarderUserID

integer

None.

SupporterUserID

integer

None.

TrackerUserID

integer

None.

BillingUserID

integer

None.

OriginCity

string

Max length: 100

OriginStateProvinceCode

string

Max length: 2

OriginPostalCode

string

Max length: 10

OriginCountryCode

string

Max length: 3

DestinationCity

string

Max length: 100

DestinationStateProvinceCode

string

Max length: 2

DestinationPostalCode

string

Max length: 10

DestinationCountryCode

string

Max length: 3

InboundCarrierEntityID

integer

None.

OutboundCarrierEntityID

integer

None.

AirportCode

string

Max length: 3

PODName

string

Max length: 100

SupportBilling

boolean

None.

PaymentTermsID

byte

None.

PaymentTypeID

byte

None.

WaybillNumber

string

Max length: 100

PARSNumber

string

Max length: 100

PONumber

string

Max length: 60

QuoteStatusStep

integer

None.

ForwardingStatusStep

integer

None.

BilledStatusStep

integer

None.

InvoiceStatusStep

integer

None.

QuotedDate

date

None.

SetupDate

date

None.

ReleasedDate

date

None.

ArchivedDate

date

None.

CompletedDate

date

None.

SubmittedDate

date

None.

ApprovedDate

date

None.

ShipmentTypeID

byte

None.

DescriptionOfShipment

string

Max length: 2048

Priority

string

Max length: 100

InternationalTypeID

byte

None.

BillOfLading

string

Max length: 100

DimFactor

integer

None.

SetupComplete

boolean

None.

CreatedBy

integer

None.

CreatedDate

date

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

OriginCSC

string

None.

DestinationCSC

string

None.

results

Collection of ValidationResult

None.

Response Formats

application/json, text/json

Sample:
{
  "results": null,
  "OrderID": 1,
  "QuoteID": 1,
  "WONumber": 1,
  "BillToAddressID": 1,
  "ForwarderUserID": 1,
  "SupporterUserID": 1,
  "TrackerUserID": 1,
  "BillingUserID": 1,
  "OriginCity": "sample string 2",
  "OriginStateProvinceCode": "sample string 3",
  "OriginPostalCode": "sample string 4",
  "OriginCountryCode": "sample string 5",
  "DestinationCity": "sample string 6",
  "DestinationStateProvinceCode": "sample string 7",
  "DestinationPostalCode": "sample string 8",
  "DestinationCountryCode": "sample string 9",
  "InboundCarrierEntityID": 1,
  "OutboundCarrierEntityID": 1,
  "AirportCode": "sample string 10",
  "PODName": "sample string 11",
  "SupportBilling": true,
  "PaymentTermsID": 64,
  "PaymentTypeID": 64,
  "WaybillNumber": "sample string 13",
  "PARSNumber": "sample string 14",
  "PONumber": "sample string 15",
  "QuoteStatusStep": 1,
  "ForwardingStatusStep": 1,
  "BilledStatusStep": 1,
  "InvoiceStatusStep": 1,
  "QuotedDate": "2025-12-06T23:43:10.120237+00:00",
  "SetupDate": "2025-12-06T23:43:10.120237+00:00",
  "ReleasedDate": "2025-12-06T23:43:10.120237+00:00",
  "ArchivedDate": "2025-12-06T23:43:10.120237+00:00",
  "CompletedDate": "2025-12-06T23:43:10.120237+00:00",
  "SubmittedDate": "2025-12-06T23:43:10.120237+00:00",
  "ApprovedDate": "2025-12-06T23:43:10.120237+00:00",
  "ShipmentTypeID": 64,
  "DescriptionOfShipment": "sample string 16",
  "Priority": "sample string 17",
  "InternationalTypeID": 64,
  "BillOfLading": "sample string 18",
  "DimFactor": 19,
  "SetupComplete": true,
  "CreatedBy": 21,
  "CreatedDate": "2025-12-06T23:43:10.120237+00:00",
  "UpdatedBy": 23,
  "UpdatedDate": "2025-12-06T23:43:10.120237+00:00",
  "OriginCSC": "sample string 25",
  "DestinationCSC": "sample string 26"
}

application/xml, text/xml

Sample:
<ordOrderFreightDb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
  <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" />
  <AirportCode>sample string 10</AirportCode>
  <ApprovedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:43:10.120237Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </ApprovedDate>
  <ArchivedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:43:10.120237Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </ArchivedDate>
  <BillOfLading>sample string 18</BillOfLading>
  <BillToAddressID>1</BillToAddressID>
  <BilledStatusStep>1</BilledStatusStep>
  <BillingUserID>1</BillingUserID>
  <CompletedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:43:10.120237Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </CompletedDate>
  <CreatedBy>21</CreatedBy>
  <CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:43:10.120237Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </CreatedDate>
  <DescriptionOfShipment>sample string 16</DescriptionOfShipment>
  <DestinationCSC>sample string 26</DestinationCSC>
  <DestinationCity>sample string 6</DestinationCity>
  <DestinationCountryCode>sample string 9</DestinationCountryCode>
  <DestinationPostalCode>sample string 8</DestinationPostalCode>
  <DestinationStateProvinceCode>sample string 7</DestinationStateProvinceCode>
  <DimFactor>19</DimFactor>
  <ForwarderUserID>1</ForwarderUserID>
  <ForwardingStatusStep>1</ForwardingStatusStep>
  <InboundCarrierEntityID>1</InboundCarrierEntityID>
  <InternationalTypeID>64</InternationalTypeID>
  <InvoiceStatusStep>1</InvoiceStatusStep>
  <OrderID>1</OrderID>
  <OriginCSC>sample string 25</OriginCSC>
  <OriginCity>sample string 2</OriginCity>
  <OriginCountryCode>sample string 5</OriginCountryCode>
  <OriginPostalCode>sample string 4</OriginPostalCode>
  <OriginStateProvinceCode>sample string 3</OriginStateProvinceCode>
  <OutboundCarrierEntityID>1</OutboundCarrierEntityID>
  <PARSNumber>sample string 14</PARSNumber>
  <PODName>sample string 11</PODName>
  <PONumber>sample string 15</PONumber>
  <PaymentTermsID>64</PaymentTermsID>
  <PaymentTypeID>64</PaymentTypeID>
  <Priority>sample string 17</Priority>
  <QuoteID>1</QuoteID>
  <QuoteStatusStep>1</QuoteStatusStep>
  <QuotedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:43:10.120237Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </QuotedDate>
  <ReleasedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:43:10.120237Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </ReleasedDate>
  <SetupComplete>true</SetupComplete>
  <SetupDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:43:10.120237Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </SetupDate>
  <ShipmentTypeID>64</ShipmentTypeID>
  <SubmittedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:43:10.120237Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </SubmittedDate>
  <SupportBilling>true</SupportBilling>
  <SupporterUserID>1</SupporterUserID>
  <TrackerUserID>1</TrackerUserID>
  <UpdatedBy>23</UpdatedBy>
  <UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:43:10.120237Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </UpdatedDate>
  <WONumber>1</WONumber>
  <WaybillNumber>sample string 13</WaybillNumber>
</ordOrderFreightDb>