GET
/
LineItem
/
{lineItemId}
curl --request GET \
  --url https://api-sandbox.payabli.com/api/LineItem/{lineItemId} \
  --header 'requestToken: <api-key>'
{
  "itemProductCode": "M-DEPOSIT",
  "itemProductName": "Materials deposit",
  "itemDescription": "Deposit for materials.",
  "itemCommodityCode": "010",
  "itemUnitOfMeasure": "SqFt",
  "itemCost": 5,
  "itemQty": 1,
  "itemMode": 0,
  "itemCategories": [
    "<string>"
  ],
  "id": 45,
  "lastUpdated": "2022-07-01 15:00:01",
  "createdAt": "2022-07-01 15:00:01",
  "pageidentifier": "null",
  "PaypointLegalname": "Sunshine Services, LLC",
  "PaypointDbaname": "Sunshine Gutters",
  "PaypointEntryname": "d193cf9a46",
  "ParentOrgName": "PropertyManager Pro"
}

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Path Parameters

lineItemId
integer
required

ID for the line item (also known as a product, service, or item).

Required range: x >= 0

Response

200
application/json

Success

The response is of type object.