{
"body": {
"receiptOrderCode": "AUTO-RCV-20241015-001",
"receiveTime": 1728964800000,
"deliveryNumber": "DL-20241015-IC001",
"logisticsNumber": "SF1024000012345",
"logisticsCompany": "顺丰智造物流",
"comment": "自动收货完成 | PO:PO-202410-IC-001 | 质检状态:合格",
"attachment": [
{
"type": "QUALITY_QR",
"name": "质量追溯二维码.png",
"size": 102400,
"url": "https://qms.xxx.com/qr/AUTO-RCV-20241015-001"
}
],
"receiptOrderType": "OUTSOURCE_ORDER",
"receiveRecords": [
{
"orderCode": "PO-202410-IC-001",
"itemCode": "PCB-5G-001",
"qty": 10000,
"warehouseCode": "WH-PCB-AUTO",
"warehouseBinCode": "AUTO-BIN-01",
"num": 1,
"outsourcePurchaseOrderNum": 202410001,
"useDefaultWarehouse": true,
"batchCode": "AUTO-PCB-202410",
"originQrCodeStr": "QR:PO-202410-IC-001;ITEM:PCB-5G-001;QTY:10000",
"taxRate": 13,
"price": 88.5,
"excludeTaxPrice": 78.32,
"comment": "自动分拣完成 | 库位温度25℃"
}
],
"currency": "CNY",
"priceType": "INCLUDE_TAX_PRICE",
"enableLineNo": true
}
}
curl --location --request POST '/api/open/v3/outsource/receive/createAndAutoConfirm' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"receiptOrderCode": "AUTO-RCV-20241015-001",
"receiveTime": 1728964800000,
"deliveryNumber": "DL-20241015-IC001",
"logisticsNumber": "SF1024000012345",
"logisticsCompany": "顺丰智造物流",
"comment": "自动收货完成 | PO:PO-202410-IC-001 | 质检状态:合格",
"attachment": [
{
"type": "QUALITY_QR",
"name": "质量追溯二维码.png",
"size": 102400,
"url": "https://qms.xxx.com/qr/AUTO-RCV-20241015-001"
}
],
"receiptOrderType": "OUTSOURCE_ORDER",
"receiveRecords": [
{
"orderCode": "PO-202410-IC-001",
"itemCode": "PCB-5G-001",
"qty": 10000,
"warehouseCode": "WH-PCB-AUTO",
"warehouseBinCode": "AUTO-BIN-01",
"num": 1,
"outsourcePurchaseOrderNum": 202410001,
"useDefaultWarehouse": true,
"batchCode": "AUTO-PCB-202410",
"originQrCodeStr": "QR:PO-202410-IC-001;ITEM:PCB-5G-001;QTY:10000",
"taxRate": 13,
"price": 88.5,
"excludeTaxPrice": 78.32,
"comment": "自动分拣完成 | 库位温度25℃"
}
],
"currency": "CNY",
"priceType": "INCLUDE_TAX_PRICE",
"enableLineNo": true
}
}'
{
"code": 0,
"message": ""
}