© 2024 Clarivate
PUT /api/.../invlineitems/{id}?allowDuplicates=false
Returns invoice line item data by id.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the invoice line item. |
DtoInvoiceLineItemUpdate | Invoice Line Item Update Information | Yes | Define this parameter in the request body. |
allowDuplicates | bool | Yes | Indicator to allow saving duplicate segments. Default is false if not specified. |
None
{
"Alert": false,
"CatalogNumber": null,
"DiscPriceUnitBase": 8.00,
"ISBN_ISSN": "0312347308",
"ListPriceUnitBase": 10.00,
"MaterialTypeID": 1,
"Notes": "notes",
"Segments": [],
"ShippedDate": "2022-01-06T18:39:37.209Z",
"BibliographicRecordID": 1234
}
Code | Description |
---|---|
200 | OK. Success |
400 |
FAILURE.
|
Permission IDs found here.
CR_AccessAcquisitions_Allow (), CR_Invoices_Access (based on owner ID)