GET api/purchaseorder/list?paymentFromDate={paymentFromDate}&paymentToDate={paymentToDate}&supplierId={supplierId}&receivedMode={receivedMode}&active={active}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
paymentFromDate

date

None.

paymentToDate

date

None.

supplierId

integer

Default value is 0

receivedMode

string

Default value is All

active

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.