Return a list of receipt items representing individual receiving actions.
object | |
Array of objects (ItemRead) |
{- "pagination": {
- "count": 10,
- "next": null,
- "previous": null,
- "page_size": 10,
- "num_pages": 1,
- "current_page": 1
}, - "data": [
- {
- "id": 0,
- "pass_quantity": "string",
- "fail_quantity": "string",
- "order_item": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "is_edited": true,
- "created_by": {
- "id": 0,
- "firstName": "string",
- "lastName": "string",
- "email": "user@example.com"
}, - "total_quantity": "string"
}
]
}
Perform a receiving action for order items within a single purchase order.
{- "pass_quantity": "string",
- "fail_quantity": "string",
- "order_item": 0
}
{- "pass_quantity": "string",
- "fail_quantity": "string",
- "order_item": 0
}