PUT/invoices/{id}/lineitems.json

Add a Time Entry to an Invoice

This allows you to add a pre existing time entry to an invoice.


Path Params

  • Name
    id
    Type
    integer
    required
    Description

Body Params

    • Name
      lineitems
      Type
      object

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

    application/json
    {
      "STATUS": "OK"
    }