GET api/FrontierWeb/DowEdiDomestics/GetDowDomestic/{shipmentId}

Returns a single instance of Dow Booking.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
shipmentId

string

Required

Body Parameters

None.

Response Information

Resource Description

DowBooking

DowDomestic
NameDescriptionTypeAdditional information
CustomerName

string

None.

CompanyName

string

None.

DateTimeNotified

date

None.

ShipToCode

string

None.

ShipToName1

string

None.

ShipToName2

string

None.

ShipToName3

string

None.

ShipToName4

string

None.

ShipToAddress1

string

None.

ShipToAddress2

string

None.

ShipToAddress3

string

None.

ShipToCity

string

None.

ShipToPostalCode

string

None.

ShipToCountryCode

string

None.

ShipToState

string

None.

InventoryStatus

string

None.

ShipToName

string

None.

ShipToAddress

string

None.

ShipmentId

string

None.

CompanyCode

string

None.

CustomerId

string

None.

DowStatus

DowBookingStatus

None.

LastDeliveryIdNo

string

None.

LastInterchangeId

string

None.

PendingDeliveryIdNo

string

None.

PendingInterchangeId

string

None.

ScheduledPickupDate

date

None.

MotorCarrier

string

None.

PendingScheduledPickupDate

date

None.

PendingMotorCarrier

string

None.

DateTimeCreated

date

None.

LoadingInstructions

string

None.

DowStatusDisplayName

string

None.

HasPendingFields

boolean

None.

ObjectKeyString

string

None.

PrimaryKey

Collection of Object

None.

IsPrimaryKeyInitialized

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "CustomerName": "SAMPLE STRING 1",
  "CompanyName": "SAMPLE STRING 2",
  "DateTimeNotified": "2025-06-18T10:18:41.3407463-05:00",
  "ShipToCode": "SAMPLE STRING 4",
  "ShipToName1": "SAMPLE STRING 5",
  "ShipToName2": "SAMPLE STRING 6",
  "ShipToName3": "SAMPLE STRING 7",
  "ShipToName4": "SAMPLE STRING 8",
  "ShipToAddress1": "SAMPLE STRING 9",
  "ShipToAddress2": "SAMPLE STRING 10",
  "ShipToAddress3": "SAMPLE STRING 11",
  "ShipToCity": "SAMPLE STRING 12",
  "ShipToPostalCode": "SAMPLE STRING 13",
  "ShipToCountryCode": "SAMPLE STRING 14",
  "ShipToState": "SAMPLE STRING 15",
  "InventoryStatus": "SAMPLE STRING 16",
  "ShipToName": "SAMPLE STRING 5\r\nSAMPLE STRING 6\r\nSAMPLE STRING 7\r\nSAMPLE STRING 8",
  "ShipToAddress": "SAMPLE STRING 9\r\nSAMPLE STRING 10\r\nSAMPLE STRING 11\r\nSAMPLE STRING 12, SAMPLE STRING 15 SAMPLE STRING 13\r\nSAMPLE STRING 14",
  "ShipmentId": "SAMPLE STRING 17",
  "CompanyCode": "SAMPLE STRING 18",
  "CustomerId": "SAMPLE STRING 19",
  "DowStatus": 10,
  "LastDeliveryIdNo": "SAMPLE STRING 20",
  "LastInterchangeId": "SAMPLE STRING 21",
  "PendingDeliveryIdNo": "SAMPLE STRING 22",
  "PendingInterchangeId": "SAMPLE STRING 23",
  "ScheduledPickupDate": "2025-06-18T10:18:41.3407463-05:00",
  "MotorCarrier": "SAMPLE STRING 24",
  "PendingScheduledPickupDate": "2025-06-18T10:18:41.3407463-05:00",
  "PendingMotorCarrier": "SAMPLE STRING 25",
  "DateTimeCreated": "2025-06-18T10:18:41.3407463-05:00",
  "LoadingInstructions": "SAMPLE STRING 27",
  "DowStatusDisplayName": "Ready to Create Booking",
  "HasPendingFields": true,
  "ObjectKeyString": "sample string 28",
  "PrimaryKey": [
    "SAMPLE STRING 17",
    "SAMPLE STRING 18",
    "SAMPLE STRING 19"
  ],
  "IsPrimaryKeyInitialized": true
}

text/html

Sample:
{"CustomerName":"SAMPLE STRING 1","CompanyName":"SAMPLE STRING 2","DateTimeNotified":"2025-06-18T10:18:41.3407463-05:00","ShipToCode":"SAMPLE STRING 4","ShipToName1":"SAMPLE STRING 5","ShipToName2":"SAMPLE STRING 6","ShipToName3":"SAMPLE STRING 7","ShipToName4":"SAMPLE STRING 8","ShipToAddress1":"SAMPLE STRING 9","ShipToAddress2":"SAMPLE STRING 10","ShipToAddress3":"SAMPLE STRING 11","ShipToCity":"SAMPLE STRING 12","ShipToPostalCode":"SAMPLE STRING 13","ShipToCountryCode":"SAMPLE STRING 14","ShipToState":"SAMPLE STRING 15","InventoryStatus":"SAMPLE STRING 16","ShipToName":"SAMPLE STRING 5\r\nSAMPLE STRING 6\r\nSAMPLE STRING 7\r\nSAMPLE STRING 8","ShipToAddress":"SAMPLE STRING 9\r\nSAMPLE STRING 10\r\nSAMPLE STRING 11\r\nSAMPLE STRING 12, SAMPLE STRING 15 SAMPLE STRING 13\r\nSAMPLE STRING 14","ShipmentId":"SAMPLE STRING 17","CompanyCode":"SAMPLE STRING 18","CustomerId":"SAMPLE STRING 19","DowStatus":10,"LastDeliveryIdNo":"SAMPLE STRING 20","LastInterchangeId":"SAMPLE STRING 21","PendingDeliveryIdNo":"SAMPLE STRING 22","PendingInterchangeId":"SAMPLE STRING 23","ScheduledPickupDate":"2025-06-18T10:18:41.3407463-05:00","MotorCarrier":"SAMPLE STRING 24","PendingScheduledPickupDate":"2025-06-18T10:18:41.3407463-05:00","PendingMotorCarrier":"SAMPLE STRING 25","DateTimeCreated":"2025-06-18T10:18:41.3407463-05:00","LoadingInstructions":"SAMPLE STRING 27","DowStatusDisplayName":"Ready to Create Booking","HasPendingFields":true,"ObjectKeyString":"sample string 28","PrimaryKey":["SAMPLE STRING 17","SAMPLE STRING 18","SAMPLE STRING 19"],"IsPrimaryKeyInitialized":true}