GET api/invoice/{InvoiceId}/AccountsBreakdown

The purpose of this method is to provide a breakdown of an invoice, detailing its Id, Billiong Month and which site it belongs to

Request Information

URI Parameters

NameDescriptionTypeAdditional information
InvoiceId integer

Required

Body Parameters

None.

Response Information

Resource Description

List of InvoiceView

Collection of InvoiceBreakdownView
NameDescriptionTypeAdditional information
InvoiceID The ID of the invoice integer

None.

PeriodDate The date of the invoice date

None.

BillingMonth The month the invoice falls under string

None.

SiteID The ID of the site the invoice is for integer

None.

AccountsReference The Account Reference Number string

None.

CompanyName The name of the company the invoice is for string

None.

SiteShortName The short name of the site the invoice is for string

None.

Address The address of the company the invoice is for string

None.

Town The town of the company the invoice is for string

None.

County The county of the company the invoice is for string

None.

PostCode The PostCode of the company the invoice is for string

None.

InvoicePrefix The invoice's prefix string

None.

InvoiceNumber The invoice number integer

None.

InvoiceDate The date of the invoice date

None.

CallsNetAmount The net call amount decimal number

None.

ServiceChargesNetAmount The net Service Charge amount decimal number

None.

Discount The discount, if any, applied to the invoice decimal number

None.

InvoiceNetAmount The net amount of the invoice decimal number

None.

InvoiceVatAmount The VAT rate applied to the invoice decimal number

None.

InvoiceGrossAmount The invoice gross decimal number

None.

PaymentTerms Indicates how the invoice billed be paid string

None.

DueDate The date the payment is due date

None.

InvoiceFileName The file name for the invoice string

None.

ReportFileName The report file name string

None.

Nominal The nominal code string

None.

NominalDescription Description on the nominal code string

None.

Category The charged category for this invoice string

None.

LineDescription The description of the line string

None.

CallRecord Indicates whether its a Call Record or Service Charge. True is a Call Record. False is a Service Charge boolean

None.

Quantity The total number of products or services purchased integer

None.

LineNetAmount The net line amount decimal number

None.

LineVatAmount VAy applied to the line decimal number

None.

TaxCode The tax code applied to the invoice string

None.

TaxRate The tax rate applied to the invoice decimal number

None.