© 2024 Clarivate
GET /api/.../invoices/{id}/charges
Return a list of Invoice Header Charges.
Invoice ID
[
{
"FundId" = 1,
"FundName" = "fund name",
"FiscalYearName" = "fiscal year name",
"ChargeType" = 2,
"ChargeTypeName" = "Other",
"Amount" = 1.99,
"InvoiceOrgID" = 1
},
{
"FundId" = 2,
"FundName" = "fund name",
"FiscalYearName" = "fiscal year name",
"ChargeType" = 2,
"ChargeTypeName" = "Other",
"Amount" = 1.01,
"InvoiceOrgID" = 2
}
]
Code | Description |
---|---|
200 | OK. Success |