GET api/purchaseorders/tracking

Request Information

URI Parameters

None.

Body Parameters

PurchaseOrderForShipment
NameDescriptionTypeAdditional information
NoOffering

string

None.

NoLot

integer

None.

ProvinceID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "NoOffering": "sample string 1",
  "NoLot": 2,
  "ProvinceID": 3
}

application/xml, text/xml

Sample:
<PurchaseOrderForShipment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Opimian.Wimps.CMS.API.Models.Handlers">
  <NoLot>2</NoLot>
  <NoOffering>sample string 1</NoOffering>
  <ProvinceID>3</ProvinceID>
</PurchaseOrderForShipment>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PurchaseOrderForShipment'.

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-02T14:56:03.5320886Z",
    "ForwarderDate": "2025-08-02T14:56:03.5320886Z",
    "CADPortDate": "2025-08-02T14:56:03.5320886Z",
    "WarehouseDate": "2025-08-02T14:56:03.5320886Z",
    "ReleaseDate": "2025-08-02T14:56:03.5320886Z",
    "CanPickup": true
  },
  {
    "OrderItemID": 1,
    "SupplierID": 1,
    "SupplierName": "sample string 1",
    "OfferingNo": "sample string 2",
    "LotNo": 1,
    "LotName": "sample string 3",
    "ReadyDate": "2025-08-02T14:56:03.5320886Z",
    "ForwarderDate": "2025-08-02T14:56:03.5320886Z",
    "CADPortDate": "2025-08-02T14:56:03.5320886Z",
    "WarehouseDate": "2025-08-02T14:56:03.5320886Z",
    "ReleaseDate": "2025-08-02T14:56:03.5320886Z",
    "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-02T14:56:03.5320886Z</CADPortDate>
    <CanPickup>true</CanPickup>
    <ForwarderDate>2025-08-02T14:56:03.5320886Z</ForwarderDate>
    <LotName>sample string 3</LotName>
    <LotNo>1</LotNo>
    <OfferingNo>sample string 2</OfferingNo>
    <OrderItemID>1</OrderItemID>
    <ReadyDate>2025-08-02T14:56:03.5320886Z</ReadyDate>
    <ReleaseDate>2025-08-02T14:56:03.5320886Z</ReleaseDate>
    <SupplierID>1</SupplierID>
    <SupplierName>sample string 1</SupplierName>
    <WarehouseDate>2025-08-02T14:56:03.5320886Z</WarehouseDate>
  </CmsShipmentTracking>
  <CmsShipmentTracking>
    <CADPortDate>2025-08-02T14:56:03.5320886Z</CADPortDate>
    <CanPickup>true</CanPickup>
    <ForwarderDate>2025-08-02T14:56:03.5320886Z</ForwarderDate>
    <LotName>sample string 3</LotName>
    <LotNo>1</LotNo>
    <OfferingNo>sample string 2</OfferingNo>
    <OrderItemID>1</OrderItemID>
    <ReadyDate>2025-08-02T14:56:03.5320886Z</ReadyDate>
    <ReleaseDate>2025-08-02T14:56:03.5320886Z</ReleaseDate>
    <SupplierID>1</SupplierID>
    <SupplierName>sample string 1</SupplierName>
    <WarehouseDate>2025-08-02T14:56:03.5320886Z</WarehouseDate>
  </CmsShipmentTracking>
</ArrayOfCmsShipmentTracking>