Returns the profitability calculation report. Available since version 2406.0001
GET {{baseUrl}}/api/v1/profitability-calculation-report?ProfitabilityCalculationIds=<integer>&ProfitabilityCalculationIds=<integer>&ProjectIds=<integer>&ProjectIds=<integer>&ExportConfigurationGuid=<uuid>
Returns the profitability calculation report. Available since version 2406.0001.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ProfitabilityCalculationIds | string | Ids of the profitability calculations to be exported. | |
ProfitabilityCalculationIds | string | Ids of the profitability calculations to be exported. | |
ProjectIds | string | All profitability calculations of these projects are exported. | |
ProjectIds | string | All profitability calculations of these projects are exported. | |
ExportConfigurationGuid | string | (Required) GUID of the export configuration. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"data":[{"Name":"Wheel","Price":72},{"Name":"Seat","Price":266}],"columns":[{"name":"Name","displayName":"Part Name","dataType":"string"},{"name":"Price","displayName":"Price in €","dataType":"double"}]},"errors":[{"status":404,"detail":"Profitability calculation not found","profitabilityCalculationId":731}]}