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. |
|
| C_CompanyEftaNumber | 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_InvoiceAddressCountryIntName | 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_DeliveryAddressCountryIntName | 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. |
|
| H_PortLoadingNumber | integer |
None. |
|
| H_PortLoadingName | string |
None. |
|
| H_PortDischargeNumber | integer |
None. |
|
| H_PortDischargeName | string |
None. |
|
| H_FixedFormText | string |
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. |
|
| L_FDANumber | string |
None. |
|
| L_FDAProducer | string |
None. |
|
| L_EmployeeNo | integer |
None. |
|
| L_EmployeeName | 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",
"C_CompanyEftaNumber": "sample string 12",
"H_OCOrderNumber": "sample string 13",
"H_InvoiceNumber": "sample string 14",
"H_OrderDate": "2026-06-25T10:46:57.9991096+02:00",
"H_InvoiceDate": "2026-06-25T10:46:57.9991096+02:00",
"H_DueDate": "2026-06-25T10:46:57.9991096+02:00",
"H_DeliveryDate": "2026-06-25T10:46:57.9991096+02:00",
"H_CustomerNumber": "sample string 19",
"H_CustomerName": "sample string 20",
"H_CustomerGroupNo": "sample string 21",
"H_CustomerGroupName": "sample string 22",
"H_CustomerTypeNo": "sample string 23",
"H_CustomerTypeName": "sample string 24",
"H_ProjectNumber": "sample string 25",
"H_ProjectName": "sample string 26",
"H_EmployeeName": "sample string 27",
"H_InvoiceAddressName": "sample string 28",
"H_InvoiceAddressGLN": "sample string 29",
"H_InvoiceAddressLine1": "sample string 30",
"H_InvoiceAddressLine2": "sample string 31",
"H_InvoiceAddressPostCode": "sample string 32",
"H_InvoiceAddressPostCodeLatitude": 33.0,
"H_InvoiceAddressPostCodeLongitude": 34.0,
"H_InvoiceAddressPostOffice": "sample string 35",
"H_InvoiceAddressCountry": "sample string 36",
"H_InvoiceAddressCountryIntName": "sample string 37",
"H_DeliveryAddressName": "sample string 38",
"H_DeliveryAddressGLN": "sample string 39",
"H_DeliveryAddressLine1": "sample string 40",
"H_DeliveryAddressLine2": "sample string 41",
"H_DeliveryAddressPostCode": "sample string 42",
"H_DeliveryAddressPostCodeLatitude": 43.0,
"H_DeliveryAddressPostCodeLongitude": 44.0,
"H_DeliveryAddressPostOffice": "sample string 45",
"H_DeliverAddressCountry": "sample string 46",
"H_DeliveryAddressCountryIntName": "sample string 47",
"H_CustomerPurchaseNumber": "sample string 48",
"H_TotalAmount": 49.0,
"H_TotalDelivery": 50.0,
"H_TotalDuty": 51.0,
"H_TotalGross": 52.0,
"H_TotalVAT": 53.0,
"H_TotalVolume": 54.0,
"H_TotalVolumeDelivered": 55.0,
"H_Postage": 56.0,
"H_PortLoadingNumber": 57,
"H_PortLoadingName": "sample string 58",
"H_PortDischargeNumber": 59,
"H_PortDischargeName": "sample string 60",
"H_FixedFormText": "sample string 61",
"L_ProdNumber": "sample string 62",
"L_ProdName": "sample string 63",
"L_ProdEPDNumber": "sample string 64",
"L_ProdNobbNumber": "sample string 65",
"L_ProdAltNumber1": "sample string 66",
"L_DeliveryDate": "2026-06-25T10:46:57.9991096+02:00",
"L_Quantity": 68.0,
"L_GTINNumber": "sample string 69",
"L_Weight": 70.0,
"L_Amount": 71.0,
"L_NetPrice": 72.0,
"L_VariableQuantity": true,
"L_LineQuantity": 74.0,
"L_LineWeight": 75.0,
"L_LineVolume": 76.0,
"L_LinePrice": 77.0,
"L_LineTotalAmount": 78.0,
"L_LineTotalWeight": 79.0,
"L_MainGroupNo": 80,
"L_MainGroupName": "sample string 81",
"L_IntermediateGroupNo": 82,
"L_IntermediateGroupName": "sample string 83",
"L_SubGroupNo": 84,
"L_SubGroupName": "sample string 85",
"L_FDANumber": "sample string 86",
"L_FDAProducer": "sample string 87",
"L_EmployeeNo": 88,
"L_EmployeeName": "sample string 89"
},
{
"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",
"C_CompanyEftaNumber": "sample string 12",
"H_OCOrderNumber": "sample string 13",
"H_InvoiceNumber": "sample string 14",
"H_OrderDate": "2026-06-25T10:46:57.9991096+02:00",
"H_InvoiceDate": "2026-06-25T10:46:57.9991096+02:00",
"H_DueDate": "2026-06-25T10:46:57.9991096+02:00",
"H_DeliveryDate": "2026-06-25T10:46:57.9991096+02:00",
"H_CustomerNumber": "sample string 19",
"H_CustomerName": "sample string 20",
"H_CustomerGroupNo": "sample string 21",
"H_CustomerGroupName": "sample string 22",
"H_CustomerTypeNo": "sample string 23",
"H_CustomerTypeName": "sample string 24",
"H_ProjectNumber": "sample string 25",
"H_ProjectName": "sample string 26",
"H_EmployeeName": "sample string 27",
"H_InvoiceAddressName": "sample string 28",
"H_InvoiceAddressGLN": "sample string 29",
"H_InvoiceAddressLine1": "sample string 30",
"H_InvoiceAddressLine2": "sample string 31",
"H_InvoiceAddressPostCode": "sample string 32",
"H_InvoiceAddressPostCodeLatitude": 33.0,
"H_InvoiceAddressPostCodeLongitude": 34.0,
"H_InvoiceAddressPostOffice": "sample string 35",
"H_InvoiceAddressCountry": "sample string 36",
"H_InvoiceAddressCountryIntName": "sample string 37",
"H_DeliveryAddressName": "sample string 38",
"H_DeliveryAddressGLN": "sample string 39",
"H_DeliveryAddressLine1": "sample string 40",
"H_DeliveryAddressLine2": "sample string 41",
"H_DeliveryAddressPostCode": "sample string 42",
"H_DeliveryAddressPostCodeLatitude": 43.0,
"H_DeliveryAddressPostCodeLongitude": 44.0,
"H_DeliveryAddressPostOffice": "sample string 45",
"H_DeliverAddressCountry": "sample string 46",
"H_DeliveryAddressCountryIntName": "sample string 47",
"H_CustomerPurchaseNumber": "sample string 48",
"H_TotalAmount": 49.0,
"H_TotalDelivery": 50.0,
"H_TotalDuty": 51.0,
"H_TotalGross": 52.0,
"H_TotalVAT": 53.0,
"H_TotalVolume": 54.0,
"H_TotalVolumeDelivered": 55.0,
"H_Postage": 56.0,
"H_PortLoadingNumber": 57,
"H_PortLoadingName": "sample string 58",
"H_PortDischargeNumber": 59,
"H_PortDischargeName": "sample string 60",
"H_FixedFormText": "sample string 61",
"L_ProdNumber": "sample string 62",
"L_ProdName": "sample string 63",
"L_ProdEPDNumber": "sample string 64",
"L_ProdNobbNumber": "sample string 65",
"L_ProdAltNumber1": "sample string 66",
"L_DeliveryDate": "2026-06-25T10:46:57.9991096+02:00",
"L_Quantity": 68.0,
"L_GTINNumber": "sample string 69",
"L_Weight": 70.0,
"L_Amount": 71.0,
"L_NetPrice": 72.0,
"L_VariableQuantity": true,
"L_LineQuantity": 74.0,
"L_LineWeight": 75.0,
"L_LineVolume": 76.0,
"L_LinePrice": 77.0,
"L_LineTotalAmount": 78.0,
"L_LineTotalWeight": 79.0,
"L_MainGroupNo": 80,
"L_MainGroupName": "sample string 81",
"L_IntermediateGroupNo": 82,
"L_IntermediateGroupName": "sample string 83",
"L_SubGroupNo": 84,
"L_SubGroupName": "sample string 85",
"L_FDANumber": "sample string 86",
"L_FDAProducer": "sample string 87",
"L_EmployeeNo": 88,
"L_EmployeeName": "sample string 89"
}
]