3Play Media: Docs


Invoice Line Item

View line items, such as specific charges for transcripts or audio descriptions, attached to invoices in your account

Object Representation

Unless otherwise specified, all routes return the following data structure in the data key.

Name Type Description
id Integer Line Item ID
invoice_id Integer Invoice ID
description String Line Item description
amount String Line Item amount
date String Line Item date
media_file_id String Related Media File ID, if applicable
info String Additional details

Actions

  • List & search line items in your account

    GET https://api.3playmedia.com/v3/admin/invoice_line_items/

    Parameter Type Description Required Default
    id Integer or Array<Integer> Filter line items by id(s) No no default
    invoice_id Integer or 'current' Show line items for a specified / current invoice No no default
    transcript_id Integer or Array<Integer> Filter line items by transcript_id(s) No no default
    audio_description_id Integer or Array<Integer> Filter line items by audio_description_id(s) No no default
    project_id Integer (Project billing only) Filter line items by invoice project ID No no default
    billing_type String Filter line items by invoice billing type (useful if billling setup has recently changed) No no default
    created_before Datetime(rfc3339) Filter line items by created_at No no default
    created_after Datetime(rfc3339) Filter line items by created_at No no default