curl --location --request PUT 'https://api.storyous.com/orders/' \
--header 'x-api-router-secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "string",
"placeId": "string",
"merchantId": "string",
"state": "new",
"paymentType": "onInvoice",
"billingProvider": "chargebee",
"stubInvoice": {
"currency": "CZK",
"lines": [
{
"name": "string",
"quantity": 0,
"unitPrice": 0,
"unitName": "ks",
"vatRate": 0,
"isHw": true,
"productId": "string"
}
]
},
"shortTermRental": {
"period": "string",
"shortTermRentalTill": "2019-08-24T14:15:22.123Z",
"communicatedReturnDateTime": "2019-08-24T14:15:22.123Z"
}
}'