Skip to main content
GET
/
employees
/
reportInboundOrders
Get inbound orders report by employee
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
  }
]

Query Parameters

id
integer

The ID's of the employee to generate the report for

Response

Inbound orders report for the specified employee

id
integer
required
card_number_id
string
required
first_name
string
required
last_name
string
required
warehouse_id
integer
required
inbound_orders_count
integer
required