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

KeyDatatypeRequiredDescription
ProfitabilityCalculationIdsstringIds of the profitability calculations to be exported.
ProfitabilityCalculationIdsstringIds of the profitability calculations to be exported.
ProjectIdsstringAll profitability calculations of these projects are exported.
ProjectIdsstringAll profitability calculations of these projects are exported.
ExportConfigurationGuidstring(Required) GUID of the export configuration.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;data&quot;:[{&quot;Name&quot;:&quot;Wheel&quot;,&quot;Price&quot;:72},{&quot;Name&quot;:&quot;Seat&quot;,&quot;Price&quot;:266}],&quot;columns&quot;:[{&quot;name&quot;:&quot;Name&quot;,&quot;displayName&quot;:&quot;Part Name&quot;,&quot;dataType&quot;:&quot;string&quot;},{&quot;name&quot;:&quot;Price&quot;,&quot;displayName&quot;:&quot;Price in €&quot;,&quot;dataType&quot;:&quot;double&quot;}]},&quot;errors&quot;:[{&quot;status&quot;:404,&quot;detail&quot;:&quot;Profitability calculation not found&quot;,&quot;profitabilityCalculationId&quot;:731}]}