curl -v -X POST https://api.wunderkopf.io/v1/order/ \
-H 'Authorization: Bearer access_token' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-D '{
"version": "v1.0",
"purchaser_order_ref": "123",
"order_type": "default",
"delivery_location_id": "12312123",
"order_items": [
{
"order_item_id": "50dc5f59-bc4f-496d-9896-f604df8ce455",
"artnr": "HA100100",
"quantity": 4,
"item_delivery_type": "default"
},
{
"order_item_id": "83566b0e-4662-4c30-a743-65e9056a0dc1",
"artnr": "HA100445",
"quantity": 3,
"item_delivery_type": "with_dispensation",
"delivery_until": "2023-08-23"
}
]
}'