GET api/v1/partner/po/poheader/{id}

Retrieves an Inbound PO Header record given the PKID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

PKID

integer

Required

Body Parameters

None.

Response Information

Resource Description

ApiPoHeader object

ApiPOHeader
NameDescriptionTypeAdditional information
PKID

integer

None.

CustID

string

None.

PONumber

string

None.

CustPONumber

string

None.

Warehouse

string

None.

PODate

date

None.

POSource

string

None.

POOrigin

integer

None.

SONumber

string

None.

DelStartDate

date

None.

DelEndDate

date

None.

POSupplierID

integer

None.

POTransNo

string

None.

POBatchNo

string

None.

PODepositorID

integer

None.

Currency

string

None.

ShipVia

string

None.

SCAC

string

None.

TransMethodCode

string

None.

EDIPO

boolean

None.

SiteLoc

string

None.

SiteLocCode

string

None.

MiscInfo1

string

None.

MiscInfo2

string

None.

MiscInfo3

string

None.

MiscInfo4

string

None.

HoldCode

string

None.

Comments

string

None.

LastItemNo

integer

None.

LastRcvNo

integer

None.

RcvCount

integer

None.

ItemCount

integer

None.

CommentCount

integer

None.

LastRcvDate

date

None.

LastAsnDate

date

None.

POStatus

string

None.

POAck

boolean

None.

POAckDate

date

None.

ImpBatch

string

None.

CancelDate

date

None.

CancelBy

string

None.

DateCreated

date

None.

LastUpdate

date

None.

LockEdit

boolean

None.

LockBy

string

None.

POCompleteDate

date

None.

BOL

string

None.

CarrierName

string

None.

AllowAdHoc

boolean

None.

IsEmpty

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "PKID": 1000,
  "CustID": "TESTCUST1",
  "PONumber": "1234",
  "CustPONumber": "45453-PO",
  "Warehouse": "TF",
  "PODate": "2026-04-16T08:38:06.056757-04:00",
  "POSource": "TEST",
  "POOrigin": 0,
  "SONumber": "3464564",
  "DelStartDate": "2026-04-19T08:38:06.056757-04:00",
  "DelEndDate": "2026-04-26T08:38:06.056757-04:00",
  "POSupplierID": null,
  "POTransNo": null,
  "POBatchNo": null,
  "PODepositorID": null,
  "Currency": null,
  "ShipVia": null,
  "SCAC": null,
  "TransMethodCode": null,
  "EDIPO": false,
  "SiteLoc": null,
  "SiteLocCode": null,
  "MiscInfo1": null,
  "MiscInfo2": null,
  "MiscInfo3": null,
  "MiscInfo4": null,
  "HoldCode": null,
  "Comments": "This is a test PO",
  "LastItemNo": 1,
  "LastRcvNo": 0,
  "RcvCount": 0,
  "ItemCount": 1,
  "CommentCount": 0,
  "LastRcvDate": null,
  "LastAsnDate": null,
  "POStatus": "1",
  "POAck": true,
  "POAckDate": "2026-04-16T08:38:18.056757-04:00",
  "ImpBatch": "IMP000234234",
  "CancelDate": null,
  "CancelBy": null,
  "DateCreated": "2026-04-16T08:38:06.056757-04:00",
  "LastUpdate": "2026-04-16T08:38:06.056757-04:00",
  "LockEdit": false,
  "LockBy": null,
  "POCompleteDate": null,
  "BOL": null,
  "CarrierName": null,
  "AllowAdHoc": false,
  "IsEmpty": false,
  "Deleted": false,
  "GetDateTimeMinimum": "1754-01-01T00:00:00"
}

application/xml, text/xml

Sample:
<ApiPOHeader xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Duplium.DFS3.Data.ApiEntity">
  <AllowAdHoc>false</AllowAdHoc>
  <BOL i:nil="true" />
  <CancelBy i:nil="true" />
  <CancelDate i:nil="true" />
  <CarrierName i:nil="true" />
  <CommentCount>0</CommentCount>
  <Comments>This is a test PO</Comments>
  <Currency i:nil="true" />
  <CustID>TESTCUST1</CustID>
  <CustPONumber>45453-PO</CustPONumber>
  <DateCreated>2026-04-16T08:38:06.056757-04:00</DateCreated>
  <DelEndDate>2026-04-26T08:38:06.056757-04:00</DelEndDate>
  <DelStartDate>2026-04-19T08:38:06.056757-04:00</DelStartDate>
  <EDIPO>false</EDIPO>
  <HoldCode i:nil="true" />
  <ImpBatch>IMP000234234</ImpBatch>
  <ItemCount>1</ItemCount>
  <LastAsnDate i:nil="true" />
  <LastItemNo>1</LastItemNo>
  <LastRcvDate i:nil="true" />
  <LastRcvNo>0</LastRcvNo>
  <LastUpdate>2026-04-16T08:38:06.056757-04:00</LastUpdate>
  <LockBy i:nil="true" />
  <LockEdit>false</LockEdit>
  <MiscInfo1 i:nil="true" />
  <MiscInfo2 i:nil="true" />
  <MiscInfo3 i:nil="true" />
  <MiscInfo4 i:nil="true" />
  <PKID>1000</PKID>
  <POAck>true</POAck>
  <POAckDate>2026-04-16T08:38:18.056757-04:00</POAckDate>
  <POBatchNo i:nil="true" />
  <POCompleteDate i:nil="true" />
  <PODate>2026-04-16T08:38:06.056757-04:00</PODate>
  <PODepositorID i:nil="true" />
  <PONumber>1234</PONumber>
  <POOrigin>0</POOrigin>
  <POSource>TEST</POSource>
  <POStatus>1</POStatus>
  <POSupplierID i:nil="true" />
  <POTransNo i:nil="true" />
  <RcvCount>0</RcvCount>
  <SCAC i:nil="true" />
  <SONumber>3464564</SONumber>
  <ShipVia i:nil="true" />
  <SiteLoc i:nil="true" />
  <SiteLocCode i:nil="true" />
  <TransMethodCode i:nil="true" />
  <Warehouse>TF</Warehouse>
</ApiPOHeader>