POST api/FrontierWeb/DowEdiSeabulkBooking/GetInventoryAllocationDetailsList

Returns a list of the Inventory Details list.

Request Information

URI Parameters

None.

Body Parameters

GetInventoryAllocationDetailRequest
NameDescriptionTypeAdditional information
CompanyCode

string

None.

CustomerId

string

None.

CostCenterId

string

None.

Product

string

None.

PackageCode

string

None.

Request Formats

application/json, text/json, text/html

Sample:

Sample not available.

Response Information

Resource Description

InventoryProductDetails List

Collection of InventoryAllocationDetail
NameDescriptionTypeAdditional information
TramsShipmentId

string

None.

Lot

string

None.

CutoffDate

date

None.

CustomerOrder

string

None.

BookingId

string

None.

AllocatedQuantity

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TramsShipmentId": "sample string 1",
    "Lot": "sample string 2",
    "CutoffDate": "2025-06-18T09:04:41.6338271-05:00",
    "CustomerOrder": "sample string 4",
    "BookingId": "sample string 5",
    "AllocatedQuantity": 6.0
  },
  {
    "TramsShipmentId": "sample string 1",
    "Lot": "sample string 2",
    "CutoffDate": "2025-06-18T09:04:41.6338271-05:00",
    "CustomerOrder": "sample string 4",
    "BookingId": "sample string 5",
    "AllocatedQuantity": 6.0
  }
]

text/html

Sample:
[{"TramsShipmentId":"sample string 1","Lot":"sample string 2","CutoffDate":"2025-06-18T09:04:41.6338271-05:00","CustomerOrder":"sample string 4","BookingId":"sample string 5","AllocatedQuantity":6.0},{"TramsShipmentId":"sample string 1","Lot":"sample string 2","CutoffDate":"2025-06-18T09:04:41.6338271-05:00","CustomerOrder":"sample string 4","BookingId":"sample string 5","AllocatedQuantity":6.0}]