Get order reports details lines

GET /api-v1/order-reports/{id}/lines

Headers

Path parameters

  • id integer Required

    id

Query parameters

Responses

GET /api-v1/order-reports/{id}/lines
curl \
 -X GET http://wyzio.app/api-v1/order-reports/{id}/lines?endDate=string&startDate=string \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "children": [
      {}
    ],
    "cost": 42.0,
    "id": "string",
    "name": "string",
    "profitability": 42.0,
    "revenue": 42.0
  }
]