Lines Matching full:items
79 <p class="firstline">Retrieves line items in CSV format.</p>
82 <p class="firstline">Uploads line items in CSV format.</p>
86 <pre>Retrieves line items in CSV format.
92 { # Request to fetch stored line items.
93 …ing", # File specification (column names, types, order) in which the line items will be returned. …
94 "filterType": "A String", # Filter type used to filter line items to fetch.
95 …Ids of the specified filter type used to filter line items to fetch. If omitted, all the line item…
98 "format": "A String", # Format in which the line items will be returned. Default to CSV.
105 { # Download line items response.
106 …"lineItems": "A String", # Retrieved line items in CSV format. Refer to Entity Write File Format …
112 <pre>Uploads line items in CSV format.
118 { # Request to upload line items.
119 …"lineItems": "A String", # Line items in CSV to upload. Refer to Entity Write File Format for mor…
120 …Run": True or False, # Set to true to get upload status without actually persisting the line items.
121 "format": "A String", # Format the line items are in. Default to CSV.
128 { # Upload line items response.