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

GetAccountInvoiceOverviewDataContract
NameDescriptionTypeAdditional information
NumberOfMonths

integer

None.

ExcludeThisMonth

boolean

None.

ExcludeResultOfAllTypes

boolean

None.

Types

Collection of 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.