Supplier Linked Purchase Order Line Items

Get list of linked Purchase Order Line Items by Supplier ID

GET /api/.../suppliers/{id}/polines

Returns a supplier's linked purchase order line items.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the supplier.

Response Information

Example
application/json, text/json
[
  {
    "LIID": 123,
    "PONumber": "SAL123",
    "Suffix": "kkk",
    "ISBN": "isbn",
    "Title": "title 1",
    "StatusID": 2,
    "Status": "Closed",
    "StatusDate": "2008-07-25",
    "Segs": 3,
    "Alert": 0
  },
   {
    "LIID": 124,
    "PONumber": "SAL124",
    "Suffix": "ggg",
    "ISBN": "isbn",
    "Title": "title 2",
    "Status": "Closed",
    "StatusID": 2,
    "StatusDate": "2014-05-08",
    "Segs": 2,
    "Alert": 0
  }
]

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE.
  • Bad request
  • Invalid supplier ID

Required Permissions

Permission IDs found here.

    CR_Suppliers_Access (based on owner ID)