Skip to main content

Update Purchase Order Line Item

Update 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

Request Body

  • part_id integer

    Possible values: >= 1

    The Fleetio ID of the Part being purchased.

  • quantity integer

    How many of this Part to be purchased.

  • unit_cost float

    The cost of this Part (per unit).

Responses

OK

Loading...