36 lines
865 B
Bash
Executable File
36 lines
865 B
Bash
Executable File
curl -k -X POST https://usmidsap02:8080/scale_vp \
|
|
-H "Content-Type: application/json" \
|
|
-d '{
|
|
"qty": "-72370.4782463999",
|
|
"tag": "Share Lost",
|
|
"type": "scale_vp",
|
|
"user": "Trowbridge, Paul",
|
|
"stamp": "2025-04-04T18:14:42.543Z",
|
|
"amount": "-23504.4070922587",
|
|
"source": "adj",
|
|
"message": "forecasted pounds",
|
|
"version": "1.10.1",
|
|
"scenario": {
|
|
"iter": [
|
|
"copy",
|
|
"adj volume",
|
|
"adj price",
|
|
"upload volume",
|
|
"upload price",
|
|
"plan",
|
|
"diff",
|
|
"shift"
|
|
],
|
|
"segm": [
|
|
"Greenhouse",
|
|
"Nursery",
|
|
"Other",
|
|
"Sustainable",
|
|
""
|
|
],
|
|
"version": "b26",
|
|
"shipto_group": "PLEASANT VIEW GARDENS"
|
|
},
|
|
"username": "Trowbridge, Paul"
|
|
}'
|