Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

/bid/uom

This action lists all active Unit of Measure (UOM) items.

Request

Example:

curl -H 'Content-Type: application/json' \
     -H 'Authorization: Bearer ACCESS_TOKEN' \
     https://ppw.web/svc/bid/uom

Response

FieldDescriptionType
uomUnit of measure itemsobject

In the uom JSON object, the key is the unique identifier for the UOM and the value is the name of the UOM.

Example successful response:

{
  "uom": {
    "1": "feet",
    "2": "pounds"
  }
}

Errors

Error TypeDescriptionStatus Code
access_deniedAccess token is invalid or expired401
scope_invalidClient app does not have the required OAuth scope403