웰컴 품고 / 견적
home
간단 견적 확인
home

입고요청서 1개 조회

핸디봇에서 입고요청서 1개를 조회합니다.
curl -X GET 'https://api.poomgo.com/open-api/wms/receiving-sheets/{입고요청서_id}' \ -H 'Authorization: KEY' \ -H 'Content-Type: application/json'
Shell
복사
{ "id": 20830, "status": "unconfirmed", "name": "OPEN API TEST 입고요청서", "origin_warehouse": null, "depart_at": "2021-06-30T06:00:00.000Z", "destination_warehouse": 1, "arrive_at": "2021-06-30T06:00:00.000Z", "schedule_form_code_key": "hanger", "delivery_type": "damas", "pallet_count": 4, "box_count": 100, "resources": [ { "barcode": "OPEN_API_TEST_BARCODE_02", "expiration_date": null, "lot": "OPEN_API_TEST_LOT_01", "quantity": 20, "done_quantity": 0 }, { "barcode": "OPEN_API_TEST_BARCODE_03", "expiration_date": "2022-06-23T15:00:00", "lot": "OPEN_API_TEST_LOT_02", "quantity": 30, "done_quantity": 0 }, { "barcode": "OPEN_API_TEST_BARCODE_04", "expiration_date": null, "lot": null, "quantity": 40, "done_quantity": 0 }, { "barcode": "OPEN_API_TEST_BARCODE_01", "expiration_date": "2022-06-18T15:00:00", "lot": null, "quantity": 10, "done_quantity": 0 } ], "code": "RS_210629_FC01_0087", "type_code_key": "normal" }
JavaScript
복사