Skip to main content

Retrieve Purchase Order Line Item

Get a Line Item for the associated Purchase Order

Path Parameters

  • number string required

    Possible values: Value must match regular expression ^[0-9]+$

    The Purchase Order Number

  • id string required

    Possible values: Value must match regular expression ^[0-9]+$

    The id of the relevant record

Responses

OK


Schema

  • id integer

    Possible values: >= 1

  • created_at date-time

    The date and time at which this record was created.

  • updated_at date-time

    The date and time at which this record was most recently updated.

  • part_id integer

    Possible values: >= 1

    The Fleetio ID of the Part being purchased.

  • quantity object

    The quantity of this Part to be purchased.

    anyOf

  • string
  • total_quantity_received object

    The quantity of this Part which was received.

    anyOf

  • string
  • part_number string

    The number for the Part being purchased.

  • unit_cost object

    The cost of this Part (per unit).

    anyOf

  • string
  • subtotal object

    The pre-tax subtotal amount.

    anyOf

  • number float
Loading...