mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
7 lines
273 B
Bash
Executable File
7 lines
273 B
Bash
Executable File
#!/bin/bash
|
|
|
|
curl --header "Content-Type: application/json" \
|
|
--request POST \
|
|
--data '{"secret": "abcdefg", "barcode":"xyz", "weight": "12,3", "length": "123,1", "width": "456,5", "height": "789,2"}' \
|
|
http://localhost:8069/stock/zippcube/${DEVICE_NAME}/measurement
|