GET api/DashboardData/Invoice/ClientId/{ClientId}/UserId/{UserId}/FromDate/{FromDate}/ToDate/{ToDate}
Get invoice dashboard data
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
Required |
|
| UserId | globally unique identifier |
Required |
|
| FromDate |
Format: YYYY-MM-DD |
date |
Required |
| ToDate |
Format: YYYY-MM-DD |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
List of type cInvoiceReportBI_Data found in the BSPReportBICore library
Collection of cInvoiceReportBI_Data| Name | Description | Type | Additional information |
|---|---|---|---|
| S_ProgramNameAndVersion | string |
None. |
|
| C_CompanyName | string |
None. |
|
| C_CompanyAddressLine1 | string |
None. |
|
| C_CompanyPostCode | string |
None. |
|
| C_CompanyPostOffice | string |
None. |
|
| C_CompanyCountry | string |
None. |
|
| C_CompanyOrgNumber | string |
None. |
|
| C_CompanyPhone1 | string |
None. |
|
| C_CompanyFax1 | string |
None. |
|
| C_CompanyEmail1 | string |
None. |
|
| C_CompanyWeb | string |
None. |
|
| H_OCOrderNumber | string |
None. |
|
| H_InvoiceNumber | string |
None. |
|
| H_OrderDate | date |
None. |
|
| H_InvoiceDate | date |
None. |
|
| H_DueDate | date |
None. |
|
| H_DeliveryDate | date |
None. |
|
| H_CustomerNumber | string |
None. |
|
| H_CustomerName | string |
None. |
|
| H_CustomerGroupNo | string |
None. |
|
| H_CustomerGroupName | string |
None. |
|
| H_CustomerTypeNo | string |
None. |
|
| H_CustomerTypeName | string |
None. |
|
| H_ProjectNumber | string |
None. |
|
| H_ProjectName | string |
None. |
|
| H_EmployeeName | string |
None. |
|
| H_InvoiceAddressName | string |
None. |
|
| H_InvoiceAddressGLN | string |
None. |
|
| H_InvoiceAddressLine1 | string |
None. |
|
| H_InvoiceAddressLine2 | string |
None. |
|
| H_InvoiceAddressPostCode | string |
None. |
|
| H_InvoiceAddressPostCodeLatitude | decimal number |
None. |
|
| H_InvoiceAddressPostCodeLongitude | decimal number |
None. |
|
| H_InvoiceAddressPostOffice | string |
None. |
|
| H_InvoiceAddressCountry | string |
None. |
|
| H_DeliveryAddressName | string |
None. |
|
| H_DeliveryAddressGLN | string |
None. |
|
| H_DeliveryAddressLine1 | string |
None. |
|
| H_DeliveryAddressLine2 | string |
None. |
|
| H_DeliveryAddressPostCode | string |
None. |
|
| H_DeliveryAddressPostCodeLatitude | decimal number |
None. |
|
| H_DeliveryAddressPostCodeLongitude | decimal number |
None. |
|
| H_DeliveryAddressPostOffice | string |
None. |
|
| H_DeliverAddressCountry | string |
None. |
|
| H_CustomerPurchaseNumber | string |
None. |
|
| H_TotalAmount | decimal number |
None. |
|
| H_TotalDelivery | decimal number |
None. |
|
| H_TotalDuty | decimal number |
None. |
|
| H_TotalGross | decimal number |
None. |
|
| H_TotalVAT | decimal number |
None. |
|
| H_TotalVolume | decimal number |
None. |
|
| H_TotalVolumeDelivered | decimal number |
None. |
|
| H_Postage | decimal number |
None. |
|
| L_ProdNumber | string |
None. |
|
| L_ProdName | string |
None. |
|
| L_ProdEPDNumber | string |
None. |
|
| L_ProdNobbNumber | string |
None. |
|
| L_ProdAltNumber1 | string |
None. |
|
| L_DeliveryDate | date |
None. |
|
| L_Quantity | decimal number |
None. |
|
| L_GTINNumber | string |
None. |
|
| L_Weight | decimal number |
None. |
|
| L_Amount | decimal number |
None. |
|
| L_NetPrice | decimal number |
None. |
|
| L_VariableQuantity | boolean |
None. |
|
| L_LineQuantity | decimal number |
None. |
|
| L_LineWeight | decimal number |
None. |
|
| L_LineVolume | decimal number |
None. |
|
| L_LinePrice | decimal number |
None. |
|
| L_LineTotalAmount | decimal number |
None. |
|
| L_LineTotalWeight | decimal number |
None. |
|
| L_MainGroupNo | integer |
None. |
|
| L_MainGroupName | string |
None. |
|
| L_IntermediateGroupNo | integer |
None. |
|
| L_IntermediateGroupName | string |
None. |
|
| L_SubGroupNo | integer |
None. |
|
| L_SubGroupName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"S_ProgramNameAndVersion": "sample string 1",
"C_CompanyName": "sample string 2",
"C_CompanyAddressLine1": "sample string 3",
"C_CompanyPostCode": "sample string 4",
"C_CompanyPostOffice": "sample string 5",
"C_CompanyCountry": "sample string 6",
"C_CompanyOrgNumber": "sample string 7",
"C_CompanyPhone1": "sample string 8",
"C_CompanyFax1": "sample string 9",
"C_CompanyEmail1": "sample string 10",
"C_CompanyWeb": "sample string 11",
"H_OCOrderNumber": "sample string 12",
"H_InvoiceNumber": "sample string 13",
"H_OrderDate": "2026-08-24T14:57:19.6417614+02:00",
"H_InvoiceDate": "2026-08-24T14:57:19.6417614+02:00",
"H_DueDate": "2026-08-24T14:57:19.6417614+02:00",
"H_DeliveryDate": "2026-08-24T14:57:19.6417614+02:00",
"H_CustomerNumber": "sample string 18",
"H_CustomerName": "sample string 19",
"H_CustomerGroupNo": "sample string 20",
"H_CustomerGroupName": "sample string 21",
"H_CustomerTypeNo": "sample string 22",
"H_CustomerTypeName": "sample string 23",
"H_ProjectNumber": "sample string 24",
"H_ProjectName": "sample string 25",
"H_EmployeeName": "sample string 26",
"H_InvoiceAddressName": "sample string 27",
"H_InvoiceAddressGLN": "sample string 28",
"H_InvoiceAddressLine1": "sample string 29",
"H_InvoiceAddressLine2": "sample string 30",
"H_InvoiceAddressPostCode": "sample string 31",
"H_InvoiceAddressPostCodeLatitude": 32.0,
"H_InvoiceAddressPostCodeLongitude": 33.0,
"H_InvoiceAddressPostOffice": "sample string 34",
"H_InvoiceAddressCountry": "sample string 35",
"H_DeliveryAddressName": "sample string 36",
"H_DeliveryAddressGLN": "sample string 37",
"H_DeliveryAddressLine1": "sample string 38",
"H_DeliveryAddressLine2": "sample string 39",
"H_DeliveryAddressPostCode": "sample string 40",
"H_DeliveryAddressPostCodeLatitude": 41.0,
"H_DeliveryAddressPostCodeLongitude": 42.0,
"H_DeliveryAddressPostOffice": "sample string 43",
"H_DeliverAddressCountry": "sample string 44",
"H_CustomerPurchaseNumber": "sample string 45",
"H_TotalAmount": 46.0,
"H_TotalDelivery": 47.0,
"H_TotalDuty": 48.0,
"H_TotalGross": 49.0,
"H_TotalVAT": 50.0,
"H_TotalVolume": 51.0,
"H_TotalVolumeDelivered": 52.0,
"H_Postage": 53.0,
"L_ProdNumber": "sample string 54",
"L_ProdName": "sample string 55",
"L_ProdEPDNumber": "sample string 56",
"L_ProdNobbNumber": "sample string 57",
"L_ProdAltNumber1": "sample string 58",
"L_DeliveryDate": "2026-08-24T14:57:19.6417614+02:00",
"L_Quantity": 60.0,
"L_GTINNumber": "sample string 61",
"L_Weight": 62.0,
"L_Amount": 63.0,
"L_NetPrice": 64.0,
"L_VariableQuantity": true,
"L_LineQuantity": 66.0,
"L_LineWeight": 67.0,
"L_LineVolume": 68.0,
"L_LinePrice": 69.0,
"L_LineTotalAmount": 70.0,
"L_LineTotalWeight": 71.0,
"L_MainGroupNo": 72,
"L_MainGroupName": "sample string 73",
"L_IntermediateGroupNo": 74,
"L_IntermediateGroupName": "sample string 75",
"L_SubGroupNo": 76,
"L_SubGroupName": "sample string 77"
},
{
"S_ProgramNameAndVersion": "sample string 1",
"C_CompanyName": "sample string 2",
"C_CompanyAddressLine1": "sample string 3",
"C_CompanyPostCode": "sample string 4",
"C_CompanyPostOffice": "sample string 5",
"C_CompanyCountry": "sample string 6",
"C_CompanyOrgNumber": "sample string 7",
"C_CompanyPhone1": "sample string 8",
"C_CompanyFax1": "sample string 9",
"C_CompanyEmail1": "sample string 10",
"C_CompanyWeb": "sample string 11",
"H_OCOrderNumber": "sample string 12",
"H_InvoiceNumber": "sample string 13",
"H_OrderDate": "2026-08-24T14:57:19.6417614+02:00",
"H_InvoiceDate": "2026-08-24T14:57:19.6417614+02:00",
"H_DueDate": "2026-08-24T14:57:19.6417614+02:00",
"H_DeliveryDate": "2026-08-24T14:57:19.6417614+02:00",
"H_CustomerNumber": "sample string 18",
"H_CustomerName": "sample string 19",
"H_CustomerGroupNo": "sample string 20",
"H_CustomerGroupName": "sample string 21",
"H_CustomerTypeNo": "sample string 22",
"H_CustomerTypeName": "sample string 23",
"H_ProjectNumber": "sample string 24",
"H_ProjectName": "sample string 25",
"H_EmployeeName": "sample string 26",
"H_InvoiceAddressName": "sample string 27",
"H_InvoiceAddressGLN": "sample string 28",
"H_InvoiceAddressLine1": "sample string 29",
"H_InvoiceAddressLine2": "sample string 30",
"H_InvoiceAddressPostCode": "sample string 31",
"H_InvoiceAddressPostCodeLatitude": 32.0,
"H_InvoiceAddressPostCodeLongitude": 33.0,
"H_InvoiceAddressPostOffice": "sample string 34",
"H_InvoiceAddressCountry": "sample string 35",
"H_DeliveryAddressName": "sample string 36",
"H_DeliveryAddressGLN": "sample string 37",
"H_DeliveryAddressLine1": "sample string 38",
"H_DeliveryAddressLine2": "sample string 39",
"H_DeliveryAddressPostCode": "sample string 40",
"H_DeliveryAddressPostCodeLatitude": 41.0,
"H_DeliveryAddressPostCodeLongitude": 42.0,
"H_DeliveryAddressPostOffice": "sample string 43",
"H_DeliverAddressCountry": "sample string 44",
"H_CustomerPurchaseNumber": "sample string 45",
"H_TotalAmount": 46.0,
"H_TotalDelivery": 47.0,
"H_TotalDuty": 48.0,
"H_TotalGross": 49.0,
"H_TotalVAT": 50.0,
"H_TotalVolume": 51.0,
"H_TotalVolumeDelivered": 52.0,
"H_Postage": 53.0,
"L_ProdNumber": "sample string 54",
"L_ProdName": "sample string 55",
"L_ProdEPDNumber": "sample string 56",
"L_ProdNobbNumber": "sample string 57",
"L_ProdAltNumber1": "sample string 58",
"L_DeliveryDate": "2026-08-24T14:57:19.6417614+02:00",
"L_Quantity": 60.0,
"L_GTINNumber": "sample string 61",
"L_Weight": 62.0,
"L_Amount": 63.0,
"L_NetPrice": 64.0,
"L_VariableQuantity": true,
"L_LineQuantity": 66.0,
"L_LineWeight": 67.0,
"L_LineVolume": 68.0,
"L_LinePrice": 69.0,
"L_LineTotalAmount": 70.0,
"L_LineTotalWeight": 71.0,
"L_MainGroupNo": 72,
"L_MainGroupName": "sample string 73",
"L_IntermediateGroupNo": 74,
"L_IntermediateGroupName": "sample string 75",
"L_SubGroupNo": 76,
"L_SubGroupName": "sample string 77"
}
]