GET api/v{version}/Invoices/ReportInvoiceDetails?key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of Report_InvoiceDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| Account | integer |
None. |
|
| AccountDiscount | integer |
None. |
|
| Amount | decimal number |
None. |
|
| AMX | string |
None. |
|
| AnalyticCode | string |
None. |
|
| AssetID | integer |
None. |
|
| Description | string |
None. |
|
| DiscountAmount | decimal number |
None. |
|
| DiscountPercentage | decimal number |
None. |
|
| External | boolean |
None. |
|
| Gross | decimal number |
None. |
|
| InvoiceLine | integer |
None. |
|
| InvoiceNumber | string |
None. |
|
| ItemCode | string |
None. |
|
| ItemGroup | string |
None. |
|
| ItemId | integer |
None. |
|
| Net | decimal number |
None. |
|
| PlanningscodeId | integer |
None. |
|
| UnitCostAtTime | decimal number |
None. |
|
| UnitPrice | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Account": 1,
"AccountDiscount": 1,
"Amount": 1.0,
"AMX": "sample string 1",
"AnalyticCode": "sample string 2",
"AssetID": 1,
"Description": "sample string 3",
"DiscountAmount": 1.0,
"DiscountPercentage": 1.0,
"External": true,
"Gross": 1.0,
"InvoiceLine": 1,
"InvoiceNumber": "sample string 4",
"ItemCode": "sample string 5",
"ItemGroup": "sample string 6",
"ItemId": 1,
"Net": 1.0,
"PlanningscodeId": 1,
"UnitCostAtTime": 1.0,
"UnitPrice": 1.0
},
{
"Account": 1,
"AccountDiscount": 1,
"Amount": 1.0,
"AMX": "sample string 1",
"AnalyticCode": "sample string 2",
"AssetID": 1,
"Description": "sample string 3",
"DiscountAmount": 1.0,
"DiscountPercentage": 1.0,
"External": true,
"Gross": 1.0,
"InvoiceLine": 1,
"InvoiceNumber": "sample string 4",
"ItemCode": "sample string 5",
"ItemGroup": "sample string 6",
"ItemId": 1,
"Net": 1.0,
"PlanningscodeId": 1,
"UnitCostAtTime": 1.0,
"UnitPrice": 1.0
}
]