Customer creates a new Quote
Request
Body Params application/json
{
"title": "string",
"notes": "string",
"netAmount": 0,
"lines": [
{
"productId": "string",
"productVariantId": "string",
"productTitle": "string",
"quantity": 0
}
]
}
Request samples
curl --location --request POST 'https://platform.shopranos.eu/api/Quotes' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"notes": "string",
"netAmount": 0,
"lines": [
{
"productId": "string",
"productVariantId": "string",
"productTitle": "string",
"quantity": 0
}
]
}'
Responses
application/json Modified at 2024-11-18 09:44:17