curl --request GET \
--url http://localhost:3000/v1/receiving/manifests{
"manifests": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"taxonomy_id": "<string>",
"manifest_number": 123,
"partner_name": "<string>",
"status": "<string>",
"expected_delivery_date": "<string>",
"total_items": 123,
"total_expected_quantity": 123,
"total_received_quantity": 123,
"receive_progress": 123
}
],
"total": 123
}Returns partner manifests that are approved or in transit, ready to be received.
curl --request GET \
--url http://localhost:3000/v1/receiving/manifests{
"manifests": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"taxonomy_id": "<string>",
"manifest_number": 123,
"partner_name": "<string>",
"status": "<string>",
"expected_delivery_date": "<string>",
"total_items": 123,
"total_expected_quantity": 123,
"total_received_quantity": 123,
"receive_progress": 123
}
],
"total": 123
}