GET api/FrontierWeb/DowEdiDomestics/GetDowDomesticEquipmentInventoryDetail/{deliveryIdNo}/{interchangeId}/{lineItemId}

Returns a single instance of the Dow Booking Equipment Inventory Detail.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
deliveryIdNo

string

Required

interchangeId

string

Required

lineItemId

string

Required

Body Parameters

None.

Response Information

Resource Description

DowBookingEquipmentInventoryDetail
NameDescriptionTypeAdditional information
DeliveryIdNo

string

None.

InterchangeId

string

None.

LineItemId

string

None.

ProductAliasCode

string

None.

ProductAliasDescription

string

None.

TramsProductId

string

None.

Lot

string

None.

TramsPackageCode

string

None.

TramsPackagesPerPallet

integer

None.

OrderQuantity

integer

None.

OrderWeight

decimal number

None.

AllocatedQuantity

decimal number

None.

AllocatedWeight

decimal number

None.

DeliveryNoteGMID

string

None.

BaseBulkGMID

string

None.

Response Formats

application/json, text/json

Sample:
{
  "DeliveryIdNo": "sample string 1",
  "InterchangeId": "sample string 2",
  "LineItemId": "sample string 3",
  "ProductAliasCode": "sample string 4",
  "ProductAliasDescription": "sample string 5",
  "TramsProductId": "sample string 6",
  "Lot": "sample string 7",
  "TramsPackageCode": "sample string 8",
  "TramsPackagesPerPallet": 9,
  "OrderQuantity": 10,
  "OrderWeight": 11.0,
  "AllocatedQuantity": 12.0,
  "AllocatedWeight": 13.0,
  "DeliveryNoteGMID": "sample string 14",
  "BaseBulkGMID": "sample string 15"
}

text/html

Sample:
{"DeliveryIdNo":"sample string 1","InterchangeId":"sample string 2","LineItemId":"sample string 3","ProductAliasCode":"sample string 4","ProductAliasDescription":"sample string 5","TramsProductId":"sample string 6","Lot":"sample string 7","TramsPackageCode":"sample string 8","TramsPackagesPerPallet":9,"OrderQuantity":10,"OrderWeight":11.0,"AllocatedQuantity":12.0,"AllocatedWeight":13.0,"DeliveryNoteGMID":"sample string 14","BaseBulkGMID":"sample string 15"}