Other Standard Identifiers for Purchase Order Line Item

Get list of other standard identifiers for purchase order line item by ID

GET /api/.../polineitems/{id}/otherbibsubfields

Returns list of other standard identifiers as strings for purchase order line item by id.

Request Information

Parameters
Name Type Required Description
id Integer Yes The unique id assigned to the purchase order line item.

Response Information

Example
application/json, text/json
 {
    [
    "786936222197",
    "31207"
    ]
}

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE.
  • Bad request
  • Invalid purchase order line item ID

Required Permissions

Permission IDs found here.

    CR_AccessAcquisitions_Allow (),
    CR_PurchaseOrders_Access (based on owner ID)