Invoices

Invoice Payment Details

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

Return a list of Invoice Payment Details.

Request Information

Parameters

Invoice ID

Response Information

Example
application/json, text/json
[
  {
    "MaterialsSubtotal" = 2.55,
    "AdditionalChargesSubtotal" = 3.44,
    "HeaderChargesAndCredits" = 23.55,
    "SalesTax" = 1.5`,
    "TotalPendingPayments" = 1.51,
    "TotalCredits" = 1.52,
    "TotalClosedPayments" = 1.63,
    "GrandTotal" = 1.84,
    "DiscRate" = 1.95,
    "TaxRate" = 1.06,
 }
]

HTTP Response Codes

Code Description
200 OK. Success