curl --location --request GET 'http://localhost:8000/api/v1/physical-transfer?type=RECEIVE&status=NOT_SEND&start_date=2025-12-19&end_date=2025-12-19&page=1&per_page=10&search=one' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Berhasil mengambil data penerimaan barang",
"data": [
{
"id": 24,
"origin_store": {
"id": 1,
"name": "Store One"
},
"destination_store": {
"id": 2,
"name": "SiBakul Mbak Ve"
},
"status": "NOT_SEND",
"created_at": "2025-12-20T02:11:14.000000Z",
"created_by": {
"id": 3,
"name": "Admin Store"
},
"transfer_products": [
{
"id": 47,
"product_id": 3,
"product_batch_id": 202,
"product": {
"id": 3,
"sku": "BJ01",
"name": "Bolu pisang"
},
"batch": {
"id": 202,
"batch_code": "BCH-251222-7157"
},
"expire_date": "2025-10-26 00:00:00",
"price_buy": "4000.00",
"qty": 5
}
]
},
{
"id": 25,
"origin_store": {
"id": 1,
"name": "Store One"
},
"destination_store": {
"id": 2,
"name": "SiBakul Mbak Ve"
},
"status": "NOT_SEND",
"created_at": "2025-12-20T02:11:14.000000Z",
"created_by": {
"id": 3,
"name": "Admin Store"
},
"transfer_products": [
{
"id": 48,
"product_id": 3,
"product_batch_id": 202,
"product": {
"id": 3,
"sku": "BJ01",
"name": "Bolu pisang"
},
"batch": {
"id": 202,
"batch_code": "BCH-251222-7157"
},
"expire_date": "2025-10-26 00:00:00",
"price_buy": "4000.00",
"qty": 5
}
]
},
{
"id": 26,
"origin_store": {
"id": 1,
"name": "Store One"
},
"destination_store": {
"id": 2,
"name": "SiBakul Mbak Ve"
},
"status": "NOT_SEND",
"created_at": "2025-12-20T02:11:14.000000Z",
"created_by": {
"id": 3,
"name": "Admin Store"
},
"transfer_products": [
{
"id": 49,
"product_id": 3,
"product_batch_id": 202,
"product": {
"id": 3,
"sku": "BJ01",
"name": "Bolu pisang"
},
"batch": {
"id": 202,
"batch_code": "BCH-251222-7157"
},
"expire_date": "2025-10-26 00:00:00",
"price_buy": "4000.00",
"qty": 5
},
{
"id": 50,
"product_id": 3,
"product_batch_id": 202,
"product": {
"id": 3,
"sku": "BJ01",
"name": "Bolu pisang"
},
"batch": {
"id": 202,
"batch_code": "BCH-251222-7157"
},
"expire_date": "2025-10-26 00:00:00",
"price_buy": "4000.00",
"qty": 5
},
{
"id": 51,
"product_id": 3,
"product_batch_id": 202,
"product": {
"id": 3,
"sku": "BJ01",
"name": "Bolu pisang"
},
"batch": {
"id": 202,
"batch_code": "BCH-251222-7157"
},
"expire_date": "2025-10-26 00:00:00",
"price_buy": "4000.00",
"qty": 5
}
]
},
{
"id": 23,
"origin_store": {
"id": 1,
"name": "Store One"
},
"destination_store": {
"id": 3,
"name": "Berkah Jaya"
},
"status": "NOT_SEND",
"created_at": "2025-12-19T02:11:14.000000Z",
"created_by": {
"id": 3,
"name": "Admin Store"
},
"transfer_products": [
{
"id": 62,
"product_id": 1,
"product_batch_id": 200,
"product": {
"id": 1,
"sku": "BJ02",
"name": "Bolu pisang"
},
"batch": {
"id": 200,
"batch_code": "BCH-251222-7157"
},
"expire_date": "2025-10-26 00:00:00",
"price_buy": "4000.00",
"qty": 3
},
{
"id": 63,
"product_id": 2,
"product_batch_id": 201,
"product": {
"id": 2,
"sku": "KIKN-0001",
"name": "Kue Ikan"
},
"batch": {
"id": 201,
"batch_code": "BCH-251222-7157"
},
"expire_date": "2025-10-26 00:00:00",
"price_buy": "4000.00",
"qty": 3
},
{
"id": 64,
"product_id": 3,
"product_batch_id": 202,
"product": {
"id": 3,
"sku": "BJ01",
"name": "Bolu pisang"
},
"batch": {
"id": 202,
"batch_code": "BCH-251222-7157"
},
"expire_date": "2025-10-26 00:00:00",
"price_buy": "4000.00",
"qty": 3
}
]
}
]
}