POST api/account/{id}/invoiceoverview
Get summary of an account based on invoice amounts allocated
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
Dezrez.Core.DataContracts.Accounts.Financial.Command.Account.GetAccountInvoiceOverviewDataContractName | Description | Type | Additional 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.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.