POST api/account/{id}/invoiceoverview

Get summary of an account based on invoice amounts allocated

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Dezrez.Core.DataContracts.Accounts.Financial.Command.Account.GetAccountInvoiceOverviewDataContract
NameDescriptionTypeAdditional information
NumberOfMonths

integer

None.

ExcludeThisMonth

boolean

None.

ExcludeResultOfAllTypes

boolean

None.

Types

Collection of Dezrez.Core.DataContracts.Accounts.Invoices.InvoiceType

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "NumberOfMonths": 1,
  "ExcludeThisMonth": true,
  "ExcludeResultOfAllTypes": true,
  "Types": [
    0,
    0
  ]
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.