cURL
curl --request GET \ --url 'http://{{baseurl}}/api/v1/employees/reportInboundOrders'
[ { "id": 123, "card_number_id": "<string>", "first_name": "<string>", "last_name": "<string>", "warehouse_id": 123, "inbound_orders_count": 123 } ]
The ID's of the employee to generate the report for
Inbound orders report for the specified employee