Skip to main content

List Purchase Order Line Items

Returns a list of Line Items for the specified Purchase Order

Path Parameters

  • number string required

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

    The Purchase Order Number

Responses

OK

Response Headers

  • X-PaginationLimit string

    The per page limit. Currently set to 100 but subject to change at any time.

  • X-Pagination-Current-Page string

    The current page. Defaults to 1.

  • X-Pagination-Total-Pages string

    The total number of pages in the result set. Use this along with Pagination-Current-Page to determine if there are any remaining pages/records to be retrieved.

  • X-Pagination-Total-Count string

    The total number of records in the result set (across all pages).


Schema

array
  • 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...