GET api/shipmentTracking/GetAllFromMember/{memberID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
memberID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CmsShipmentTracking
NameDescriptionTypeAdditional information
OrderItemID

integer

None.

SupplierID

integer

None.

SupplierName

string

None.

OfferingNo

string

None.

LotNo

integer

None.

LotName

string

None.

ReadyDate

date

None.

ForwarderDate

date

None.

CADPortDate

date

None.

WarehouseDate

date

None.

ReleaseDate

date

None.

CanPickup

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "OrderItemID": 1,
    "SupplierID": 1,
    "SupplierName": "sample string 1",
    "OfferingNo": "sample string 2",
    "LotNo": 1,
    "LotName": "sample string 3",
    "ReadyDate": "2025-08-02T15:00:22.2070766Z",
    "ForwarderDate": "2025-08-02T15:00:22.2070766Z",
    "CADPortDate": "2025-08-02T15:00:22.2070766Z",
    "WarehouseDate": "2025-08-02T15:00:22.2070766Z",
    "ReleaseDate": "2025-08-02T15:00:22.2070766Z",
    "CanPickup": true
  },
  {
    "OrderItemID": 1,
    "SupplierID": 1,
    "SupplierName": "sample string 1",
    "OfferingNo": "sample string 2",
    "LotNo": 1,
    "LotName": "sample string 3",
    "ReadyDate": "2025-08-02T15:00:22.2070766Z",
    "ForwarderDate": "2025-08-02T15:00:22.2070766Z",
    "CADPortDate": "2025-08-02T15:00:22.2070766Z",
    "WarehouseDate": "2025-08-02T15:00:22.2070766Z",
    "ReleaseDate": "2025-08-02T15:00:22.2070766Z",
    "CanPickup": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfCmsShipmentTracking xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Opimian.Wimps.DTO.CmsDTOs">
  <CmsShipmentTracking>
    <CADPortDate>2025-08-02T15:00:22.2070766Z</CADPortDate>
    <CanPickup>true</CanPickup>
    <ForwarderDate>2025-08-02T15:00:22.2070766Z</ForwarderDate>
    <LotName>sample string 3</LotName>
    <LotNo>1</LotNo>
    <OfferingNo>sample string 2</OfferingNo>
    <OrderItemID>1</OrderItemID>
    <ReadyDate>2025-08-02T15:00:22.2070766Z</ReadyDate>
    <ReleaseDate>2025-08-02T15:00:22.2070766Z</ReleaseDate>
    <SupplierID>1</SupplierID>
    <SupplierName>sample string 1</SupplierName>
    <WarehouseDate>2025-08-02T15:00:22.2070766Z</WarehouseDate>
  </CmsShipmentTracking>
  <CmsShipmentTracking>
    <CADPortDate>2025-08-02T15:00:22.2070766Z</CADPortDate>
    <CanPickup>true</CanPickup>
    <ForwarderDate>2025-08-02T15:00:22.2070766Z</ForwarderDate>
    <LotName>sample string 3</LotName>
    <LotNo>1</LotNo>
    <OfferingNo>sample string 2</OfferingNo>
    <OrderItemID>1</OrderItemID>
    <ReadyDate>2025-08-02T15:00:22.2070766Z</ReadyDate>
    <ReleaseDate>2025-08-02T15:00:22.2070766Z</ReleaseDate>
    <SupplierID>1</SupplierID>
    <SupplierName>sample string 1</SupplierName>
    <WarehouseDate>2025-08-02T15:00:22.2070766Z</WarehouseDate>
  </CmsShipmentTracking>
</ArrayOfCmsShipmentTracking>