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
GetAccountInvoiceOverviewDataContract| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.