Invoices

Invoice Header Charges

GET /api/.../invoices/{id}/charges

Return a list of Invoice Header Charges.

Request Information

Parameters

Invoice ID

Response Information

Example
application/json, text/json
[
  {
    "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
  }
]

HTTP Response Codes

Code Description
200 OK. Success