{
"netAmount": 0,
"notes": "string",
"lines": [
{
"id": "string",
"productId": "string",
"productVariantId": "string",
"productTitle": "string",
"quantity": 0
}
]
}
curl --location --request PUT 'https://platform.shopranos.eu/api/Quotes/' \
--header 'Content-Type: application/json' \
--data-raw '{
"netAmount": 0,
"notes": "string",
"lines": [
{
"id": "string",
"productId": "string",
"productVariantId": "string",
"productTitle": "string",
"quantity": 0
}
]
}'
{}